Connectors API
Connectors let AI agents work with external services such as Slack, Gmail, Google Drive, Notion, Asana, Airtable, Vercel, Stripe, and MCP servers.
Base Path
text
https://api.chainabit.com/api/v1/connectorsAuthentication
All Connectors endpoints require a valid JWT Bearer token.
Environment Variables
bash
export BASE_URL="https://api.chainabit.com/api/v1"
export TOKEN="your-access-token"
export INSTANCE_ID="your-instance-id"Sections
- Definitions for built-in and custom connector definitions.
- Instances for creating, updating, deleting, and testing connector instances.
- Credentials & OAuth for credential storage and OAuth flows.
- Tools for listing, syncing, creating, and toggling tools.
- Execute Tool for running a tool on an instance.
- Execution History for the tool execution log.
Notes
- Instance operations are scoped to your workspace.
- Credentials are encrypted at rest and never returned in responses.
- List endpoints accept
limitandoffset.