Creating an API Key
Click Create API Key or New API Key to open the key creation form. Fill in each field before saving.| Field | Use |
|---|---|
| Key name | A readable label that identifies where the key is used — for example, Production deploy bot, CDN uploader, or Internal monitor. |
| Description | Optional context explaining the specific service or workflow that holds this key. |
| Scopes / permissions | The capabilities granted to this token. Restrict the token to the minimum scopes required for its purpose. |
| Expiration | The date after which the key stops working. Set an expiration on every key and rotate regularly — avoid permanent tokens wherever possible. |
Common Key Patterns
| Workflow | Recommended scope pattern |
|---|---|
| Backend deployment checks | Read deployment status and project metadata only. No write or destructive permissions. |
| CDN uploader | CDN asset upload and read permissions scoped to the relevant CDN space. No project or billing access. |
| Internal automation | Narrow project, domain, or billing scopes matched exactly to what the automation needs to modify. |
| Monitoring service | Read-only status, usage, and health permissions. No ability to trigger deployments or modify configuration. |
Authentication
Pass the API key in theAuthorization header of every platform API request:
