API Keys

Create controlled API keys with model allowlists, budgets, IP limits, and output caps.

Recharge

Current API Key

Keep your API key secret. Each key can have model, budget, IP, and output policies.

No active API key yet.

Create New API Key

Model allowlist

API Key List

NameKeyStatusModelsBudgetsIP restrictionMax outputCreatedActions
No API keys yet.

How to Use

curl https://gpt-55-token-relay.vercel.app/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "request_id": "req_001",
    "model": "gpt-5.5",
    "messages": [{"role": "user", "content": "Hello"}]
  }'