| title | Authentication |
|---|---|
| description | All requests are authenticated with an API key that inherits your account permissions. |
Pass your API key as a Bearer token on every request:
Authorization: Bearer YOUR_API_KEY
API keys are signed JWT tokens that inherit your account permissions. If your account has access to a project, your key has access to that project too.
Every account has an API key already generated — no setup needed.
Click API Keys in the left sidebar. Your key is displayed there — click Show to reveal the full value or Copy to copy it directly.