Requires a valid Routeway API key. Get yours from the dashboard.
Setup
Install Codex CLI
Follow the official installation instructions for your platform.
Configure Codex CLI to use Routeway
Open (or create)
~/.codex/config.toml and add a custom provider pointing to Routeway:o4-mini is one example starter model. You can use any model that supports tools — browse available options at routeway.ai/models.Reference
| Setting | Value |
|---|---|
| Config file | ~/.codex/config.toml |
| Base URL | https://api.routeway.ai/v1 |
| API key env var | ROUTEWAY_API_KEY |
| Example model | o4-mini |
Example Prompts
Try these once you’re connected:- “Summarize this repository: structure, build system, and entry points.”
- “Find where feature X is implemented and list the relevant files.”
- “Run tests and fix the first failing test.”
- “Refactor module Y and update all call sites.”