
OpenAI’s AI coding assistant, Codex, has officially reached general availability after its research preview launched in May. Since then, the software engineering agent has evolved into a versatile tool capable of handling tasks in parallel across the editor, terminal, and cloud, all connected via a user’s ChatGPT account. The general availability announcement came on October 6, and developers can now access Codex directly through chatgpt.com.
One of the major new additions is Slack integration, which allows users to delegate tasks or ask coding-related questions directly from a Slack channel or thread. This makes it easier for teams to interact with Codex without leaving their existing collaboration environment, streamlining workflows and improving team productivity.
Codex also now includes a software development kit (SDK) that enables developers to embed the AI agent into their own applications, tools, and workflows. The SDK is initially offered in TypeScript, with plans to expand to additional languages. Additionally, OpenAI released a GitHub Action, allowing seamless integration of Codex into CI/CD pipelines for automated development processes.
Finally, the launch brings new admin tools for managing Codex at scale. These tools include environment controls, monitoring dashboards, and analytics features that give admins insight into Codex usage across CLI, IDE, and web clients. Admins can edit or delete cloud environments, track coding actions, and evaluate the quality of code reviews generated by Codex. Slack integration and the SDK are available for ChatGPT Plus, Pro, Business, Edu, and Enterprise users starting October 6, while the admin tools are accessible to Business, Edu, and Enterprise accounts.

