Codex Configuration Overview
Codex connects to the Coding Plan through three independent routes, all fixed to use OpenAI Responses.
| Access Scheme | Guide | Status |
|---|---|---|
| Terminal / CLI | Configuration | Pending Final Verification |
| VS Code | Configuration | Pending Final Verification |
| CC Switch | Configuration | Pending Final Verification |
The Codex Native App currently does not inherit CLI/extension configuration evidence and only displays restriction notes.
¶ Important Boundaries
- Base URL:
https://api.acedata.cloud/v1 - Wire API:
responses - CLI/VS Code use the
env_keypath; CC Switch usesrequires_openai_authandauth.json, and the two cannot be mixed. - Model ID comes from the intersection of specific profiles and the real-time model directory, and Codex should not be treated as a model ID.
Only after the final configuration bytes, current client tool loops, ApiUsage, and billing checks are completed, will the selector mark the route as verified.
Return to Coding Plan Configuration Center.