Skip to main content
Connect to any REST API that returns JSON data, enabling integration with internal systems, custom services, or APIs without dedicated connectors.

Tools

ToolDescription
REST_API_REQUESTMake HTTP requests to configured API endpoints

Authentication

API Key

Pass API key via header or query parameter.

Bearer Token

Authorization header with bearer token.

Basic Auth

Username and password authentication.