API Keys

Manage authentication for your inference endpoints.

P
Parthexpand_more
NamePrefixScopeCreatedLast used
Production
sk_prod_8a4f••••
All deployments2026-02-142 min ago
CI / Testing
sk_test_b29c••••
dep_04, dep_052026-03-021 hour ago
Mobile App
sk_live_a712••••
dep_012026-04-1913 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!"}]
  }'