Documentation Index
Fetch the complete documentation index at: https://docs.axiomancer.io/llms.txt
Use this file to discover all available pages before exploring further.
Create your workspace
Sign up at app.routeshift.io. You’ll need an admin email — a personal email is fine for solo accounts.
Add a provider key
Open Settings → Providers and paste in at least one upstream key (OpenAI, Anthropic, or any of the supported providers). RouteShift encrypts the key at rest with
PROVIDER_KEY_SECRET and never returns the plaintext after save.Mint a virtual key
Open Keys → Create key. Optionally set:
- Allowed models — restrict which models this key can call.
- Expires at — auto-revoke on a calendar date.
- RPM / TPM — per-key requests- and tokens-per-minute caps.
- Monthly budget — hard cap with optional soft-alert threshold.
- Metadata — arbitrary
key=valuetags for cost attribution.
sk-proxy-… token. Copy it immediately — RouteShift hashes it on save and cannot show it again.Proxy your first request
RouteShift is OpenAI-compatible. Any client that takes a base URL works:Or with the SDK:
Review the request log
Open Activity. The request appears within seconds with tokens, cost in microcents, latency, the resolved upstream model, and an inferred activity category.
Need help? Email support@routeshift.io.