Settings
Create an API key to use the platform, and manage how BitRouter is powered.
Simulated upstream. Routing, keys, cost & latency are still real.
Your API keys
Create a BitRouter key right here and use it — no third-party signup. Each key routes through BitRouter with cost tracking and a budget cap.
curl http://127.0.0.1:8787/v1/chat/completions \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-4o-mini","messages":[{"role":"user","content":"Hi"}]}'Smart routing policy
How the smart model picks a provider. BitRouter tries the list in order and fails over automatically. Pick it as the model on any agent or in the Arena.
Model provideradvanced
Powers the platform. The operator sets this once; saved locally and used only for BitRouter routing. Applying restarts the router (~5–10s).
BitRouter runtime
Your key never reaches the browser after saving — it's stored in the backend's local data dir and injected into BitRouter's BYOK config. Remove it any time to drop back to mock mode.