Codex CLI
OpenAI's Codex coding agent with support for reasoning effort configuration.
Prerequisites
- Node.js installed and on your
PATH. - An OpenAI API key.
Setup
- Install the Codex CLI:
npm install -g @openai/codex - Set your API key — Export your OpenAI API key as an environment variable or configure it through the Codex CLI setup.
- Select in Blueprint AI — Choose Codex CLI from the agent dropdown. The plugin will auto-install the ACP adapter on first use.
Key Details
| Type | CLI (JSON-RPC over stdio) |
| ACP Adapter | @anthropic-ai/codex-acp |
| Default Model | Set by Codex configuration |
Troubleshooting
- Verify installation by running
codex --versionin a terminal. - If you see authentication errors, make sure your
OPENAI_API_KEYenvironment variable is set.