API keys let you access the Kazzle API programmatically - from scripts, CI pipelines, or external tools.Documentation Index
Fetch the complete documentation index at: https://docs.kazzle.com/llms.txt
Use this file to discover all available pages before exploring further.
Creating an API key
Go to Settings > API keys and click Create key. Give it a name and copy the key immediately - it won’t be shown again.Using the key
Pass the API key in theAuthorization header:
KAZZLE_API_KEY environment variable for the Kazzle CLI:
Scope
API keys are scoped to the space they were created in. They have the same permissions as the user who created them.Revoking
Delete an API key from Settings > API keys at any time. Revocation is immediate - any request using the key will fail.See also
- API Reference - full endpoint documentation
- Vault - managing secrets and credentials