One base URL between your team and the model.
Issue an API key, set a credit balance and a rate limit, and hand it over. Requests stream straight through; the gateway meters tokens, prices them per model and stops the key when the balance runs out.
Base URL
https://claude-gateway.phucthinhvn122.workers.devcurl https://claude-gateway.phucthinhvn122.workers.dev/v1/messages \
-H "x-api-key: sk-live-..." \
-H "anthropic-version: 2023-06-01" \
-H "content-type: application/json" \
-d '{"model":"claude-opus-5","max_tokens":256,
"messages":[{"role":"user","content":"Hello"}]}'Credit metering
Every request is priced per model from the live pricing sheet and settled against the key balance in the same transaction that logs it.
Rate and concurrency caps
Per-key requests-per-minute and in-flight limits, enforced at the edge before a single token reaches the provider.
IP allow-listing
Keys learn the addresses that use them and refuse anything beyond the limit you set. Customers manage their own list.
Drop-in compatible
Point any Anthropic SDK, Claude Desktop, Cursor or Cline at the base URL. Paths, headers and streaming pass through untouched.
Where to next
For customers
Dashboard
Sign in with your API key to see credit remaining, token usage, active IPs and recent requests.
Open dashboardGet connected
Setup guide
Copy-paste configuration for Claude Desktop, Cursor, Cline and cURL — plus a pairing code for the desktop installer.
Start setupFor operators
Admin console
Mint and revoke keys, adjust credit, set pricing and limits, and audit every request through the gateway.
Admin sign in