Skip to content

Authentication

All API requests require authentication via Bearer token.

Getting Your API Key

  1. Log in to your Compass dashboard
  2. Navigate to Settings → API
  3. 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.