Skip to content

OpenAI Codex

OpenAI Codex is the agentic coding assistant included with paid ChatGPT plans rather than sold separately. It plans, writes and reviews code across a CLI, an IDE extension, the web and delegated cloud tasks, and since July 2026 its standalone desktop app lives on inside the ChatGPT desktop app.

Delegation is the distinctive move. Hand it a task and it works in an isolated cloud environment, several tasks in parallel, returning diffs and pull requests for review, and it reviews GitHub pull requests in turn. Successive GPT-5-class Codex models do the work.

Usage is credit-metered following the April 2026 repricing, with local and cloud runs sharing five-hour rolling windows and weekly limits possible, so heavy delegation argues for a larger plan. The Free tier permits only quick exploration; real agentic use needs a paid plan.

01FACTS
Cost
Paid only
Ease
Model
Hosted service
Checked
August 2026

Prices, plans and model versions change fast: this is a mid-2026 snapshot; check the tool's official site for the latest.

02FIT

Best for

  • Delegating coding tasks to parallel cloud environments
  • Agentic coding bundled into an existing ChatGPT plan
  • Automated first-pass review of GitHub pull requests
  • One agent across CLI, IDE extension, web and desktop
  • Technical founders shipping product without engineering headcount

Less suited to

Production autonomy is the line. Agent-written code and auto-approved pull-request reviews still need a human pass before anything ships, especially where payments, auth or regulated data flows are touched. Codex accelerates the work; it does not remove the review.

It also assumes the ChatGPT ecosystem, so teams standardised on another lab's stack buy little. The metering cuts both ways too: local and cloud runs draw on the plan's shared five-hour windows, weekly limits can apply, and heavy delegation on a small plan stalls mid-task, with sizing the plan up as the intended answer.

03EVIDENCE

Costs & data, in short

Included across ChatGPT plans, including the free tier with tight limits; usage limits vary by plan, with higher-usage options for individuals and credit plans for business users, and sustained heavy delegation is the standard reason to size the plan up.

Codex is closed and cloud-run. Prompts, code and repository context are processed on OpenAI's services, so check the training and retention terms of your plan tier and the workspace-level data controls it carries before connecting private repositories. Treat agent output as untrusted until reviewed: agent-written code and auto-approved pull-request reviews need a human pass before production, especially around payments, auth and regulated data flows.

Plans

Published plans and prices
FreeFree
Go$8per month
Plus$20per month
Profrom $100per month
Business$20per user, per month2+ users minimum; billed annually; $25 per user per month if billed monthly
Enterprise & EduPrice on applicationno list price published

Prices as of August 2026. Prices and plans change regularly. Check with the provider before you buy.

04IN PRACTICE

In practice

How OpenAI Codex is used, area by area.

Jobs

Founders & entrepreneurs
See all Founders & entrepreneurs tools →

For a technical founder

For a technical founder, OpenAI Codex turns the ChatGPT subscription already covering research and writing into engineering capacity. Describe a feature, dispatch it as a cloud task and review the pull request between customer calls, with several tasks running in parallel where a solo builder would otherwise queue them for the evening. The pull-request review stands in for the second engineer an early company does not have, giving each change one systematic pass before merge. Because the CLI, the IDE extension, the web and the ChatGPT desktop app share the same agent, work continues wherever the day puts you. Founders shipping product alongside a dozen other jobs, who need engineering throughput before they can justify engineering headcount, gain the most.

Example tasks

  • Dispatch a feature build as a cloud task between customer calls
  • Fix the bug a user reported without losing the day to it
  • Put every pull request through an agent review before merging
  • Prototype the next idea in a parallel environment while the main branch stays clean
  • Cover research, writing and coding from one ChatGPT subscription

Limits

Anything touching money or user trust still needs your own eyes. Payments, auth and regulated data flows are exactly where agent-written code and auto-approved reviews must not ship unreviewed, however thin your week is. A founder who cannot yet judge a diff should treat Codex output as prototype material rather than production code.

Expect to outgrow a small plan once delegation becomes a habit; for a founder mid-build, a stalled agent is a worse trade than the larger tier.

Compares

vsPick OpenAI Codex whenPick the other when
CursorFull comparison →Codex adds engineering capacity to the ChatGPT plan a founder often already holds, delegating whole features to cloud tasks between meetingsreal hours go into the editor every day and a dedicated AI IDE is the better workbench
GitHub CopilotFull comparison →Codex hands complete tasks to a cloud agent and returns pull requests to review on your own scheduleyou still write most code yourself and inline completions inside the editor are the faster win
Claude CodeFull comparison →both bundle a coding agent into a plan you may already pay foryour general AI subscription is Anthropic rather than ChatGPT and you want the agent that comes with it
GLM (Z.ai)Full comparison →OpenAI Codex has its pull-request review stand in for the second engineer an early company does not have, giving each change one systematic pass before mergethe aim is to change what powers the team's existing tooling without retraining anyone
Kimi CodeFull comparison →OpenAI Codex is for the founder who is the engineering department while the roadmap outruns their handsa founding team wants coding-agent help without a per-seat frontier bill, and the option to run it behind Claude Code rather than replacing it
ReplitFull comparison →OpenAI Codex prototypes the next idea in a parallel environment while the main branch stays clean, so exploring costs the product nothingyou need a working product to sell and the infrastructure should be someone else's problem
Software development
See all Software development tools →

OpenAI Codex meets developers on every surface they already use

OpenAI Codex meets developers on every surface they already use. The same agent runs in the terminal, the IDE extension, the browser and the ChatGPT desktop app, and the cloud side takes whole tasks off your hands: describe the change, let it work in an isolated environment and come back to a diff or pull request, with several such runs proceeding in parallel. It reviews GitHub pull requests in turn, catching issues before a colleague spends time on them. Because it ships inside a ChatGPT plan many teams already pay for, trying serious agentic coding needs no new procurement, and successive GPT-5-class Codex models arrive as part of the subscription rather than as another tool to adopt. Developers who want to shift from typing code to directing it, clearing a queue of well-scoped changes while they stay on the hard parts, gain the most.

Example tasks

  • Delegate a bug fix to a cloud task and review the returned diff
  • Run several refactors in parallel environments at once
  • Request an agent review on a pull request before a colleague reads it
  • Drive multi-file changes from the CLI or the IDE extension
  • Raise test coverage on a module while staying on feature work

Limits

Treat the output as a first pass, not a merge. Agent-written changes and auto-approved review verdicts still need a human gate before production, above all around payments, auth and regulated data flows. Developers who want a keystroke-level assistant living inside the editor all day are better served by the IDE-centred tools.

Watch the metering too: local and cloud work share the plan's five-hour rolling windows, weekly limits can apply, and a heavy delegation habit is the signal to size the plan up rather than push through.

Compares

vsPick OpenAI Codex whenPick the other when
CursorFull comparison →Codex rides the ChatGPT plan the team may already pay for and delegates whole tasks to parallel cloud environments rather than centring on the editoryou want a dedicated AI IDE where the model sits inside your editing flow all day
GitHub CopilotFull comparison →Codex is built around delegation, handing a task to a cloud agent and getting a pull request back rather than completing lines as you typeinline completions and a GitHub-native flow from issue to pull request matter more than delegated runs
Claude CodeFull comparison →both are plan-bundled coding agents from rival labs and Codex adds delegated parallel cloud tasks plus GitHub pull-request review inside the ChatGPT ecosystemyour team prefers Anthropic models and a terminal-first agent it can script into its own workflows
GLM (Z.ai)Full comparison →OpenAI Codex raises test coverage on a module while you stay on feature work, which is what having more well-scoped tasks than hands actually looks likethe flat rate should suit daily coding whose volume is high and whose tasks are mostly routine
TabnineFull comparison →OpenAI Codex reviews a pull request before a colleague spends time on it, so the first reader of a change is the agent rather than a teammatequality has to be evaluated directly on your own code before a team commits to anything
Devin DesktopFull comparison →OpenAI Codex drives multi-file changes from the CLI or the IDE extension, so the same agent is reachable from whichever surface the work starts onmulti-file edits should arrive without the brief-writing ceremony a delegation agent expects
Sourcegraph CodyFull comparison →OpenAI Codex takes a bug fix as a cloud task and hands back a diff to reviewgenerated code has to be consistent with organisation-wide patterns
Kimi CodeFull comparison →OpenAI Codex has successive GPT-5-class Codex models arrive as part of the subscription rather than as another tool to adoptyou want a capable coding agent without changing the tool you already drive
Devin CloudFull comparison →OpenAI Codex suits the developer shifting from typing code to directing it, clearing a queue of well-scoped changes while staying on the hard parts themselvesdelegation with review fits your workflow better than another pair of hands
ReplitFull comparison →OpenAI Codex performs to the brief it is given, so describing the task crisply is the work that decides the resultthe idea should be running this afternoon rather than configured this week
QwenFull comparison →a pull request can be read by the agent before it reaches a person, so the obvious problems are gone by the time a colleague opens itthe everyday coding model should be served on the team's own hardware under an Apache-2.0 licence

Tasks

Coding & software development
See all Coding & software development tools →

In a category split between editor assistants and autonomous engineers

In a category split between editor assistants and autonomous engineers, OpenAI Codex stakes out the delegated middle. It is a full agent rather than an autocomplete: it takes a described change, works it in an isolated cloud environment and returns a diff or pull request, with parallel environments turning a queue of tasks into simultaneous ones. It stays a working tool rather than a black box, running as a CLI, an IDE extension, the web surface and part of the ChatGPT desktop app, and reviewing GitHub pull requests as well as raising them. Distribution is the quiet advantage: it arrives inside paid ChatGPT plans, so trying serious agentic coding needs no new subscription, and successive GPT-5-class Codex models land as part of the plan. Teams ready to move from assisted typing to reviewed delegation gain the most.

Example tasks

  • Turn a written task description into a reviewed pull request
  • Run parallel cloud tasks across independent parts of a codebase
  • Add agentic review to the team's pull-request workflow
  • Move between CLI, IDE extension, web and desktop without changing agents
  • Pilot delegated coding on the ChatGPT plan the team already pays for

Limits

OpenAI Codex is not the tool for unreviewed autonomy. Whatever it writes or approves in review still crosses a human gate before production, and payments, auth and regulated data flows deserve the strictest version of that rule. Teams wanting to hand an entire ticket to an autonomous engineer and receive finished work are looking at Devin territory, a different level of autonomy and oversight.

Compares

vsPick OpenAI Codex whenPick the other when
CursorFull comparison →Codex treats the agent as the product, delegating tasks to parallel cloud environments and reviewing pull requests rather than centring on an editorthe working day is spent in the IDE and the editing experience itself is what you are buying
GitHub CopilotFull comparison →Codex leads with delegated cloud tasks and agentic pull-request review layered over interactive codingthe team wants the incumbent in-editor assistant with a GitHub-native path from issue to merged pull request
Claude CodeFull comparison →the choice usually follows the lab, with Codex offering parallel cloud environments, GitHub pull-request review and a home inside the ChatGPT appAnthropic models, a terminal-first workflow and scriptable agent behaviour fit the team better
GLM (Z.ai)Full comparison →OpenAI Codex arrives inside paid ChatGPT plans, so finding out whether delegated coding suits a team requires no new purchasethe coding volume is high enough that a flat subscription beats metering
TabnineFull comparison →OpenAI Codex stays a working tool rather than a black box, moving between the CLI, the IDE extension, the web surface and the desktop app without changing agentsnothing may leave the network and the assistant has to be deployed inside it
Devin DesktopFull comparison →OpenAI Codex lands successive GPT-5-class Codex models as part of the plan rather than as another adoption decisionmulti-step tasks should run without anyone leaving the IDE
Sourcegraph CodyFull comparison →OpenAI Codex runs parallel cloud tasks across independent parts of a codebase, which works precisely because those parts are independentwhat AI assistance means inside a large organisation is the question being asked
Devin CloudFull comparison →OpenAI Codex stakes out the delegated middle of a category split between editor assistants and autonomous engineersyou have a backlog of well-defined tasks and would rather review PRs than write them
QwenFull comparison →OpenAI Codex is a full agent rather than an autocomplete, which is a finished thing rather than the layer somebody builds one fromyou want the model layer itself rather than a packaged assistant
ReplitFull comparison →OpenAI Codex suits teams ready to move from assisted typing to reviewed delegation, which assumes there is already a codebase to delegate againstyou want working, hosted software from a prompt without owning any infrastructure
Kimi CodeFull comparison →a queue of tasks becomes simultaneous ones across parallel cloud environments, so the limit stops being how much one machine can run at onceyou want an agent you can adopt without leaving your current tool
06FAQ

Common questions

Is OpenAI Codex free?

No: OpenAI Codex is a paid product, with plans for individuals and teams.

Where does OpenAI Codex fit best?

OpenAI Codex fits best in Software development and Founders & entrepreneurs; see its practice notes for how.

Before sharing confidential or personal data, check this tool's data-governance and training policies. They differ between providers and can change.

Last checked: August 2026

Keep reading