ll_ followed by 64 hex characters.
Create a Key
You can create keys from the dashboard (API Keys) or via the API (POST /api/v1/api-keys, which itself requires the admin scope):
- Provide a unique name for the key
- Select the scopes the key needs (defaults to
export:read) - Optionally set a rate limit (1–10000 requests/hour, default 1000)
- Copy the full key — it is shown only once at creation
Security Checklist
- Use separate keys per environment
- Assign minimum required scopes
- Store keys in environment variables / a secret manager
- Rotate keys regularly
- Revoke compromised keys immediately
Available Scopes
TheContinue with API Usage.test,project, andGET /demoendpoints require no scope;exportrequiresexport:read; key management andPOST /demorequireadmin.