Codex is now generally available
We’re announcing the general availability of Codex and three new features that make it even more useful for engineering teams: - A new Slack integration: Delegate tasks or ask questions to Codex directly from a team channel or thread, just like you would a coworker. - Codex SDK: Embed the same agent that powers the Codex CLI into your own workflows, tools, and apps for state-of-the-art performance on GPT‑5‑Codex without extra tuning. - New admin tools: With environment controls, monitoring, and analytics dashboards, ChatGPT workspace admins now have more visibility and control to manage Codex at scale. Since the Codex cloud agent launched in research preview in May, Codex has steadily evolved into a more reliable and capable coding collaborator. You can now work with it everywhere you code—in your editor, terminal, and the cloud, all connected by your ChatGPT account. Daily usage of Codex has grown by more than 10x since early August, and GPT‑5‑Codex is one of our fastest growing models ever, serving over 40 trillion tokens in the three weeks since launch. Codex is now used by developers all over the world, from startups like Duolingo and Vanta to large enterprises like Cisco and Rakuten. Inside OpenAI, it’s become integral to how we build: nearly all engineers use Codex today, up from just over half in July. They merge 70% more pull requests each week, and Codex automatically reviews almost every PR to catch critical issues before they reach production. The general availability of Codex reflects how quickly developers and teams everywhere are adopting it—and how much it’s already changing the way we build. Tag @Codex in a Slack channel or thread and it will automatically gather the context it needs from the conversation, choose the right environment, and answer with a link to the completed task in Codex cloud. From there, you can merge its changes, keep iterating, or pull the task to your computer to keep working locally. Learn how to set up the Slack integration in the docs(opens in a new window). GPT‑5‑Codex was trained for Codex—specifically, the open-source agent implementation that powers the Codex CLI. We also tuned the agent implementation so that its prompt, tool definitions, and agent loop deliver faster and more accurate results with models like GPT‑5‑Codex. With the Codex SDK, you can bring the same agent into your own engineering workflows and apps with just a few lines of code. It provides structured outputs for parsing agent responses and built-in context management to resume sessions. The SDK is available for TypeScript today, with more languages coming soon. We’re also releasing a new GitHub Action to make it easy to integrate Codex into CI/CD pipelines. If you need to directly use the Codex agent in workflows that run in shell environments, you can just install and run the Codex CLI with codex exec . Learn more about using the SDK and GitHub Actions in our latest guide(opens in a new window). ChatGPT admins can now edit or delete Codex cloud…

