Skip to main content
SQR supports two authentication methods. Both use the same Authorization: Bearer header. API keys are 48-character hex strings. Create one from the dashboard or via the API.

Create a key

Sign in to the Dashboard, go to API Keys, and click Create Key. Or use the API:
Creating and managing API keys requires a Supabase JWT — you cannot use an API key to create another API key.

Revoke a key

Supabase JWT

If you’re building a browser-based integration, use the Supabase JS client to get a session token:

Which endpoints require auth?