Skip to main content
All requests to the Supersonic MCP server require a valid API key. Keys are scoped to a single workspace and inherit the permissions of the user who created them.

API Keys

Pass your key in the Authorization header:

Creating Keys

  1. Go to supersonic.cv/keys
  2. Navigate to Settings > Developers > API Keys
  3. Click Create Key
  4. Choose a name and select scopes
  5. Copy the key — it’s only shown once
API keys are per-workspace. If you have access to multiple workspaces, create separate keys for each.

Scopes

Restrict what a key can access by selecting tool categories: Leave scopes empty to grant access to all tools.

Role-Based Access

API keys inherit the role of their creator:
Create a dedicated “API” user with the appropriate role rather than using your personal account for production integrations.

Example