Optional additional authentication data for the connector.













Beta Connectors Endpoints
(beta) Connectors
List all connectors.
GET /v1/connectors
List all your custom connectors with keyset pagination and filters.
Playground
Test the endpoints live
Create a new connector.
POST /v1/connectors
Create a new MCP connector. You can customize its visibility, url and auth type.
Playground
Test the endpoints live
Get the auth URL for a connector.
GET /v1/connectors/{connector_id_or_name}/auth_url
Get the OAuth2 authorization URL for a connector to initiate user authentication.
Playground
Test the endpoints live
Call Connector Tool
POST /v1/connectors/{connector_id_or_name}/tools/{tool_name}/call
Call a tool on an MCP connector.
Playground
Test the endpoints live
List tools for a connector.
GET /v1/connectors/{connector_id_or_name}/tools
List all tools available for an MCP connector.
Playground
Test the endpoints live
Get authentication methods for a connector.
GET /v1/connectors/{connector_id_or_name}/authentication_methods
Get the authentication schema for a connector. Returns the list of supported authentication methods and their required headers.
Playground
Test the endpoints live
List organization credentials for a connector.
GET /v1/connectors/{connector_id_or_name}/organization/credentials
List all credentials configured at the organization level for a given connector.
Playground
Test the endpoints live
Create or update organization credentials for a connector.
POST /v1/connectors/{connector_id_or_name}/organization/credentials
Create or update credentials at the organization level for a given connector.
Playground
Test the endpoints live
List workspace credentials for a connector.
GET /v1/connectors/{connector_id_or_name}/workspace/credentials
List all credentials configured at the workspace level for a given connector.
Playground
Test the endpoints live
Create or update workspace credentials for a connector.
POST /v1/connectors/{connector_id_or_name}/workspace/credentials
Create or update credentials at the workspace level for a given connector.
Playground
Test the endpoints live
List user credentials for a connector.
GET /v1/connectors/{connector_id_or_name}/user/credentials
List all credentials configured at the user level for a given connector.
Playground
Test the endpoints live
Create or update user credentials for a connector.
POST /v1/connectors/{connector_id_or_name}/user/credentials
Create or update credentials at the user level for a given connector.
Playground
Test the endpoints live
Delete organization credentials for a connector.
DELETE /v1/connectors/{connector_id_or_name}/organization/credentials/{credentials_name}
Delete credentials at the organization level for a given connector.
Playground
Test the endpoints live
Delete workspace credentials for a connector.
DELETE /v1/connectors/{connector_id_or_name}/workspace/credentials/{credentials_name}
Delete credentials at the workspace level for a given connector.
Playground
Test the endpoints live
Delete user credentials for a connector.
DELETE /v1/connectors/{connector_id_or_name}/user/credentials/{credentials_name}
Delete credentials at the user level for a given connector.
Playground
Test the endpoints live
Get a connector.
GET /v1/connectors/{connector_id_or_name}#idOrName
Get a connector by its ID or name.
Playground
Test the endpoints live
Delete a connector.
DELETE /v1/connectors/{connector_id}#id
Delete a connector by its ID.
Playground
Test the endpoints live
Update a connector.
PATCH /v1/connectors/{connector_id}#id
Update a connector by its ID.
Playground
Test the endpoints live











