API Keys
Manage authentication for your inference endpoints.
P
Parthexpand_more| Name | Prefix | Scope | Created | Last used | |
|---|---|---|---|---|---|
| Production | sk_prod_8a4f•••• | All deployments | 2026-02-14 | 2 min ago | |
| CI / Testing | sk_test_b29c•••• | dep_04, dep_05 | 2026-03-02 | 1 hour ago | |
| Mobile App | sk_live_a712•••• | dep_01 | 2026-04-19 | 13 min ago |
Quick start
Use your key to call any deployed model with an OpenAI-compatible API.
curl https://api.spazenode.io/v1/chat/completions \
-H "Authorization: Bearer sk_prod_••••" \
-H "Content-Type: application/json" \
-d '{
"model": "llama-3-70b",
"messages": [{"role": "user", "content": "Hello!"}]
}'