HTTP Request
Call any HTTP API with a request you pre-configure (URL, method, headers, payload type). Agents only fill in placeholders and the payload; secrets stay encrypted.
Tools
Each integration of this connector is one request you configure — URL, method, headers (secret ones stored encrypted and write-only), payload type and an optional body template — exposed to agents as a single Send Request tool. Its inputs are derived from your configuration:
params— one value per{{placeholder}}used in the URL, header values or body template.payload— the request body when the payload type is not “none” and no body template is configured: a JSON object or array, form fields, or text.saveToPath— optional agent file path to store the response body at.
The tool returns the final URL, status, response headers and the body: text bodies inline up to 100 KB (with a truncation flag), binary bodies only through saveToPath (up to 10 MB). Requests time out after 30 seconds, same-origin redirects are followed, and private or internal network addresses are refused.