Skip to content

API Keys

API keys authenticate all requests to the Leap0 API. Each key is scoped to an organization and grants full access to sandboxes, templates, and snapshots within that organization.

Create API keys in the Leap0 Dashboard. Navigate to Settings > API Keys and click Create Key.

Pass your API key in either of these headers. The Bearer prefix is optional.

HeaderExample
authorizationBearer <api_key> or <api_key>
leap0-authorizationBearer <api_key> or <api_key>

Use leap0-authorization when the authorization header is already consumed by another layer (e.g. a proxy, gateway, or a service running inside the sandbox).

API keys are scoped to a single organization. All resources created with a key (sandboxes, templates, snapshots) belong to that organization. Keys cannot access resources in other organizations.

See Limits for all organization quotas.