config.toml, so you can route Codex requests through Phaseo while keeping the same CLI, app, or IDE workflow.
If you also want Codex to read the live Phaseo documentation while it works, add the Docs MCP server as well.
Need reusable agent setup help as well as provider wiring? Install the public Phaseo skills from
phaseoteam/skills:Prerequisites
- A Phaseo API key.
- Codex CLI, Codex App, or the Codex IDE extension.
1) Set your API key
2) Configure Codex to use Phaseo
Create or update your user config at~/.codex/config.toml. For a trusted project, you can also place the same settings in .codex/config.toml inside the repo.
wire_api = "responses" or omit it and use the default.
3) Start Codex
Codex Settings > Open config.toml.
Verification
- Confirm your model id exists in Models before launching.
- Use Responses for the default Codex-style flow.
Troubleshooting
401 Unauthorized: check thatPHASEO_API_KEYis set in the same shell runningcodex.model_not_found: fetch a current id from Models and updatemodel.- Provider-specific issues: follow Routing and fallbacks for failover behavior.