OzRouter docs
OzRouter is a SaaS workspace for coding-agent workflows. It provides API key delivery, setup guides, 30-day usage passes, and usage tracking. These docs focus on the customer flow: get a key, configure your coding tool, and check remaining usage.
The production endpoint is https://api.ozrouter.com. Codex CLI uses the /codex route. Compatible SDK clients use /v1.
The setup examples default to gpt-5.6-sol. See available models if you want to switch a tool to another supported model.
Quick flow
Choose a plan
Open pricing, enter your email, and choose the one-time pass that fits your work. The key is sent to that email address.
Configure the endpoint
Set your tool base URL to the OzRouter endpoint. The API key should be passed through an environment variable or the tool’s own configuration.
Track usage
Open usage, enter your API key, and check consumption against your plan budget.
Plan budgets
| Plan | One-time price | Usage budget | Access period |
|---|---|---|---|
| 5 hour trial | 0 USD | 5 USD | Trial ends after 5 hours |
| Plus | 20 USD | 500 USD | 30 days |
| Pro 7.5x | 100 USD | 3,750 USD | 30 days |
| Pro 20x | 200 USD | 10,000 USD | 30 days |
Paid API keys expire after 30 days or stop accepting requests when their usage budget is exhausted. Buy another pass to recharge the same key for a new 30-day period.