Imagine a coding assistant that never sleeps, never forgets, and never loses focus. Today, OpenAI is pulling back the curtain on Codex, a cloud-based software engineering agent that may soon become your favorite teammate.
Starting today, Codex is available to ChatGPT Pro, Team, and Enterprise users, with support for Plus users coming soon. This marks the beginning of a new phase in human-AI collaboration, where writing code, fixing bugs, and navigating massive repositories are no longer solo endeavors.
Codex is not just another code generator. It’s an autonomous, cloud-native agent designed to take on software development tasks, in parallel, in isolated environments, and with the ability to test and validate its own work.
From writing features and debugging to proposing pull requests, each task runs inside a secure, sandboxed environment preloaded with your repo. No local setup. No dependency hell. Just results.
And yes, you can watch it all unfold, Codex shares real-time logs, test outputs, and even citations for every action it takes.
Codex is powered by codex-1, a version of the o3 model specially trained using reinforcement learning on real-world engineering tasks. It mirrors human coding styles, respects pull request etiquette, and keeps iterating until tests pass.
You can feed it tasks via the ChatGPT sidebar—just type your prompt, hit "Code”, and let it roll. Want to ask questions about your codebase instead? Just click "Ask.”
Codex works best with clear instructions. Drop an AGENTS.md file into your repo (like a README, but for robots). It’ll use it to understand your coding norms, test commands, and project structure.
Prefer hands-on control? Codex can be configured to mirror your dev environment. You can review, revise, open PRs, or pull the code directly.
"Codex is like a staff engineer that lives in the cloud. It knows the code, follows instructions, and always has time for another task."
How does Codex stack up? On internal SWE benchmarks:
Codex runs in isolated containers with no internet access, and it can’t interact with external APIs. It only sees what you explicitly give it—your repo, your setup scripts, your tasks.
And if it’s unsure? It tells you. Codex won’t fake confidence, it flags uncertainties and failed tests, giving you total transparency.
Major engineering teams are already hands-on with Codex:
If you're a terminal fan, Codex CLI is your new playground. This open-source coding agent brings codex-1 and codex-mini to your local workflow. Codex-mini is a lighter, faster version optimized for speed and responsive editing.
Bonus: $5–$50 in API credits are being rolled out to Plus and Pro users via Codex CLI. Sign in with ChatGPT and claim your credits now.
Codex is free (for now) for eligible users. Later, usage will be rate-limited with flexible, pay-as-you-go pricing.
Codex-mini is already available via the API:
OpenAI envisions a future where developers co-pilot with Codex in real time and asynchronously assign tasks to multiple agents. Soon, you’ll be able to: