Point your SDK here.
Quentix is a managed Claude relay. Create a key, set one base URL, and every request, token, and dollar shows up on your dashboard.
The response above is a real exchange with our production relay — token counts and cost included. The prompt is yours: try help.
Compatibility
Anthropic-compatible. The official SDKs and Claude Code work unchanged — /v1/messages, streaming included.
Usage
Live numbers. Per key, straight from the relay: requests, input and output tokens, cache hits, and cost.
Control
Your keys. Create and revoke keys yourself from the dashboard. Revocation takes effect immediately.
Shipping takes three steps
- 1
Create an account
Sign up with an email. Your dashboard is ready immediately.
- 2
Create a key
Name it, then copy the cr_… secret when it appears — it is shown once, never again.
- 3
Set two variables
Then ship. Nothing else in your code changes.
ANTHROPIC_BASE_URL=https://relay.quentix.cc/api ANTHROPIC_AUTH_TOKEN=cr_your_key