Skip to main content

Authentication

All Corbulo API requests require authentication via an API key.

API Key Authentication

Pass your API key as a Bearer token in the Authorization header:

Creating API Keys

Create API keys from the Corbulo dashboard under Settings > API Keys, or programmatically via the API:
The full API key is only returned once at creation time. Store it securely — you will not be able to retrieve it again.

Managing API Keys

List Keys

Response

Revoke a Key

Returns 204 No Content on success.

Key Scoping

API keys are scoped to the user who created them. The key inherits the user’s project memberships and roles — it can access the same projects the user belongs to, with the same permissions.

Error Responses

401 Example
403 Example