Skip to content

Custom API Tools Documentation

This document lists all available Custom API tools and their usage.

Configuration Requirements

To use these tools, you need to configure the following: - API Key - Base URL - Headers (optional)

Tools

Tool Name Description Parameters
customApi Make HTTP requests to a custom API endpoint - endpoint (string): The API endpoint to call
- method (string): HTTP method to use (GET, POST, PUT, DELETE)
- parameters (object, optional): Request parameters (path, query, body)