Docs/Developer & API/Authentication
🔑

Authentication

Developer & API

API keys

Generate API keys from Settings → Developer → API Keys. Each key can be scoped to read, write, or admin permissions. Keys are shown only once - store them securely.

Bearer token

Include your API key in the Authorization header: Authorization: Bearer YOUR_API_KEY

Key rotation

Rotate keys at any time from the Developer settings. Old keys are invalidated immediately on rotation.