π Pro Tier & Above
API Key management is available on Mid and Advanced tiers. Upgrade to enable programmatic access for pipelines and integrations.
π Your API Keys
Keys authenticate requests to
/api/* via Authorization: Bearer <key>. Each key is shown only once on creation.API Keys
Loadingβ¦
π How to Use
Pass your API key in the
Authorization header on every request.cURL example
curl -H "Authorization: Bearer czk_your_key_here" \
https://ai.local/api/prompts
Keys can also be verified at
/api/apikeys/verify β useful for custom middleware or integrations that need to validate a key before proxying requests to Ollama or Open WebUI.