Description
OpenAI Codex is an agentic coding tool available inside ChatGPT that completes engineering tasks like pull requests, refactors, code reviews, and automations across parallel workflows. It uses OpenAI’s frontier coding models, including GPT-5.6 and GPT-5.3-Codex for code review, and runs the same underlying agent across ChatGPT, a macOS and Windows desktop app, an IDE extension, and the Codex CLI. Cloud tasks use built-in worktrees so multiple agents can work on different parts of a project in parallel, and Skills let teams teach Codex their coding standards so it needs less supervision over time. Codex does not have a standalone price; it is bundled into every ChatGPT plan from Free through Enterprise, with usage metered in credits tied to token consumption once a plan’s included limits are reached. It suits individual developers and engineering teams already using ChatGPT who want an AI agent embedded in their existing coding workflow.
Key Features
- Multi-agent cloud tasks — run agents in parallel across projects using built-in worktrees and cloud environments.
- Codex CLI — composable command-line agent (@openai/codex) for local and scripted workflows.
- Codex IDE extension — inline diffs and task management inside supported code editors.
- Codex desktop app — standalone macOS and Windows app for reviewing and running Codex tasks.
- Skills — teach Codex team-specific coding standards and workflows it applies consistently.
- Automated code review — uses GPT-5.3-Codex to catch bugs and flag issues on pull requests.
- Scheduled and background work — automate recurring tasks like issue triage, CI monitoring, and alert response.
How It Works
Codex runs from a ChatGPT account, so most access starts by signing in on the web, desktop app, CLI, or IDE extension. Users assign a task in plain language, and Codex works asynchronously, returning a diff, terminal logs, and citations for review rather than requiring constant supervision. Cloud tasks use isolated worktrees so several agents can work on different parts of a codebase at once. Teams can connect tools like GitHub, Slack, and Figma through plugins, and use Skills to encode coding standards Codex applies on future tasks. Usage draws from a shared credit pool tied to the ChatGPT plan in use, with local tasks, cloud tasks, and code reviews each metered separately within a rolling five-hour window.
Technical Architecture & Overview
- Core Engine: Powered by OpenAI’s GPT-5.6 model family (Sol, Terra, Luna) for general tasks, with GPT-5.3-Codex specifically used for automated code review, per OpenAI’s help center rate card.
- Deployment: Cloud-hosted agent accessible through ChatGPT on the web, a macOS/Windows desktop app, a CLI, and IDE extensions; cloud tasks run in isolated worktrees on OpenAI’s infrastructure.
- API Surface: Codex CLI (@openai/codex), developer docs at developers.openai.com/codex, and a separate OpenAI API key path billed at standard per-token API rates outside the ChatGPT plan pool.
- Known Limits: Usage limits are metered per five-hour window and vary by plan and model, for example 15 to 90 local messages on GPT-5.6 Sol under Plus. Enterprise and Edu plans without flexible pricing follow similar per-seat limits to Plus.
Pros & Cons
| Pros | Cons |
|---|---|
| Bundled into every ChatGPT plan, including a limited Free tier, with no separate Codex subscription required | No standalone price; a paid ChatGPT plan or separate API key billing is required for sustained use |
| Runs across ChatGPT web, a desktop app, CLI, and IDE extensions with a shared agent and account | Usage limits reset on a rolling five-hour window and vary by plan and model, which can be hard to predict for heavy users |
| Multi-agent cloud tasks with built-in worktrees for parallel work across a codebase | Free and Go plans offer only limited trial access to Codex |
| Skills let teams encode coding standards Codex applies automatically on future tasks | Business and Enterprise pricing depends on seat count and flexible-pricing status rather than one published rate |
| Automated code review using GPT-5.3-Codex to catch issues on pull requests | Billing shifted from per-message to token-based credit pricing in April 2026, which can change real costs on the same plan |
Pricing
| Plan | Price |
|---|---|
| Free | $0/month (limited trial access to Codex) |
| Go | $8/month (limited trial access to Codex) |
| Plus | $20/month (expanded Codex usage; desktop app access) |
| Pro | $100/month (5x usage) or $200/month (20x usage); maximum Codex tasks |
| Business | $25/user/month billed monthly, minimum 2 users (lower rate available on annual billing) |
| Enterprise / Edu | Custom pricing; usage scales with credits under flexible pricing |
Platform Availability
Web | macOS | Windows | CLI | VS Code | iOS
Best For
Software engineers | Engineering teams | DevOps and CI automation | Technical teams | Enterprises
Visit Official Website
Frequently Asked Questions
Does Codex have its own price?
No. Codex is bundled into every ChatGPT plan rather than sold separately. Your ChatGPT plan, from Free through Enterprise, determines how much Codex usage you get before hitting credit-based limits, per OpenAI’s official Codex pricing page.
What model powers Codex code review?
Code review specifically uses GPT-5.3-Codex, according to OpenAI’s Codex rate card, while general coding tasks draw on the GPT-5.6 model family (Sol, Terra, and Luna) depending on plan and speed setting.
Can I use Codex without a ChatGPT subscription?
Yes. With an OpenAI API key, Codex CLI usage bills at standard per-token API rates instead of drawing from a ChatGPT plan’s credit pool. This path suits local workflows, CI/CD jobs, and shared automation environments.
How does OpenAI Codex differ from Claude Code?
Codex is bundled into ChatGPT plans and runs multi-agent cloud tasks with built-in worktrees, while Claude Code is bundled into Claude plans and centers on a terminal-first agent that also runs in IDEs and a desktop app. Both offer a separate API-key billing path.
What happens when I hit my Codex usage limit?
Plus and Pro users can purchase additional credits to keep working without upgrading their plan, and Business, Edu, and Enterprise customers on flexible pricing can buy workspace credits, per OpenAI’s official FAQ.
