API Key Authentication
Most endpoints use API key authentication via theAuthorization header.
Key Format
Getting a Key
- Sign up at circular.rosetta.sh
- Navigate to API Keys in your dashboard
- Generate a new key — save it immediately, it is only shown once
No API Key Required
JWT Authentication (Client Routes)
Client self-service routes (/client/*) use Supabase JWT tokens instead of API keys.
client_id claim identifying your client account.