Issue API tokens, enforce rate limits, meter credits, and watch real-time analytics. Point any OpenAI SDK at our endpoint and go.
curl https://your-gateway.com/v1/chat/completions \
-H "Authorization: Bearer sk-gw-..." \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-4o-mini",
"messages": [{"role":"user","content":"Hello!"}]
}'Issue and revoke scoped API keys. Hashed at rest, shown once.
Per-key RPM/TPM and daily quotas enforced at the edge with Redis.
Per-model token pricing, live balance, and a full ledger.
Requests, tokens, cost, latency, and error rates over time.
Upstream provider health, uptime, and incident history.
Manage users, keys, pricing, tiers, and global usage.