One gateway for every API key you manage
Stop handing out real API keys. Issue safe proxy tokens, route every request through one gateway, and see exactly how each upstream API is used — requests, tokens, latency, and cost.
# your app calls the gateway, not the provider
curl https://gateway.yourapp.com/proxy/v1/chat/completions \
-H "Authorization: Bearer xpxy_live_a1B2c3…"
# the gateway injects your real key — clients never see it
sk-proj-REAL_SECRET_KEY_never_sharedHow it works
Three steps between you and a fully monitored API gateway.
Add your API
Name it, point it at any base URL, paste the key — OpenAI, Anthropic, or your own backend, no provider to pick. It's encrypted immediately and never shown again.
Get a proxy token
Mint an xpxy_live_… token for each app or teammate that needs access. Revoke any token instantly, any time.
Watch usage roll in
Every request is logged automatically — requests, tokens, latency, cost, and errors, charted per API.
Everything you need to manage API access
Built for teams and solo developers wiring up LLM and third-party APIs.
What actually happens on each request
The real key never leaves the gateway.
Your app
Calls the gateway with a proxy token — never the real key.
API Manager
Verifies the token, decrypts your real key in memory, and logs usage.
Upstream API
Receives the request with the real key injected. Streams straight back.
Built with security as the default
The whole point of a gateway is that your real credentials never reach a client. Here's how that holds up in practice.
- Upstream secrets are encrypted at rest — never stored or logged in plain text.
- Proxy tokens are stored as a one-way hash; the raw token is shown exactly once, at creation.
- Revoking a token or disabling an API takes effect immediately — no stale cache window.
- Every proxied request is authenticated independently; there is no shared session between clients.
- All traffic to and from the gateway is expected to run over TLS.
Frequently asked questions
Start managing your APIs today
Free, open source, and self-hostable. No credit card required.
Create your free account