API Keys
Mint, rotate, or revoke keys for your BLUN API calls. Keys start with blun_sk_. You see the full secret once only — after that, we keep a hashed preview.
Create a new key
Your keys
No keys yet
Mint your first key above. It will appear here masked, the full secret shows once on creation.
| Name | Key | Scopes | Last used | Created | Actions |
|---|
Using your key
Pass the key as a bearer token on every request:
curl https://api.blun.ai/v1/chat/completions \
-H "Authorization: Bearer blun_sk_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"queen","messages":[{"role":"user","content":"Hi"}]}'
