Skip to content

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/connectors

Authentication

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

Notes

  • Instance operations are scoped to your workspace.
  • Credentials are encrypted at rest and never returned in responses.
  • List endpoints accept limit and offset.

Built with purpose.