OpenAI Codex General Availability
OpenAI has transitioned Codex from research preview to general availability, introducing a Slack integration, a dedicated SDK, and advanced administrative controls. These updates enable engineering teams to integrate AI-driven coding agents into their communication channels, custom workflows, and CI/CD pipelines using the GPT-5-Codex model.
Integration and Workflow Extensions
Codex now extends beyond the editor and terminal into team communication and automated pipelines:
Slack Integration
Developers can now tag @Codex within Slack channels or threads. The agent automatically gathers context from the conversation, selects the appropriate environment, and provides a link to the completed task in Codex cloud. Users can then merge these changes, iterate further, or pull the task to a local machine for continued development.
Codex SDK and GitHub Actions
OpenAI has released a Codex SDK for TypeScript, allowing teams to embed the agent that powers the Codex CLI into their own applications and workflows. The SDK provides built-in context management for session resumption and structured outputs for easier parsing of agent responses.
Additionally, a new GitHub Action allows for the integration of Codex into CI/CD pipelines. For shell-based workflows, the codex exec command via the Codex CLI remains available for direct agent execution.
Administrative Controls and Governance
ChatGPT workspace admins now have expanded visibility and control over Codex usage at scale through new admin tools:
- Environment Management: Admins can edit or delete Codex cloud environments to remove sensitive data or clean up unused resources.
- Configuration and Monitoring: Admins can enforce safer defaults for the Codex CLI and IDE extensions through managed configuration overrides and action monitoring.
- Analytics Dashboards: New dashboards track usage across the web, IDE, and CLI, and provide metrics on the quality of code reviews generated by Codex.
Performance and Adoption Metrics
Since the launch of the GPT-5-Codex model, usage has grown significantly, serving over 40 trillion tokens in the three weeks following its release. Daily usage of Codex increased more than 10x since early August.
Internal adoption at OpenAI shows that nearly all engineers now use Codex, compared to just over half in July. This has resulted in a 70% increase in the number of pull requests merged each week, with Codex automatically reviewing almost every PR to identify critical issues before production.
Industry Implementation
Several organizations have integrated Codex into their development lifecycles to improve velocity and code quality:
- Cisco: Engineers have reduced complex pull request review times by up to 50% by using Codex to review both human-written code and AI-generated output.
- Instacart: Using the Codex SDK integrated with their platform "Olive," Instacart automates the removal of dead code and expired experiments, reducing technical debt and accelerating engineering velocity.
Availability and Pricing
The Slack integration and Codex SDK are available to users on ChatGPT Plus, Pro, Business, Edu, and Enterprise plans. The new admin features are reserved for Business, Edu, and Enterprise plans.
Effective October 20, Codex cloud tasks will be included in the usage counts for Codex pricing across all applicable plans.
Sources
- OriginalCodex is now generally available