Authentication¶
All API requests require authentication via Bearer token.
Getting Your API Key¶
- Log in to your Compass dashboard
- Navigate to Settings → API
- Generate a new API key
Using Your Key¶
Include your API key in the Authorization header:
Authorization: Bearer your-api-key
Rate Limits¶
API requests are rate-limited per project. Contact your administrator for specific limits.
Environments¶
| Environment | Base URL |
|---|---|
| Production | https://api.chordia.ai |
MCP Server¶
For AI-native integrations, Compass also offers an MCP Server that exposes 12 tools via the Model Context Protocol. If you're building with Claude Desktop, Cursor, or any MCP-aware agent runtime, the MCP interface is the recommended way to access Compass data programmatically.