Skip to content

Codex

Codex is OpenAI’s AI coding agent that can answer questions about a codebase, run commands and tests in an isolated sandbox, and propose changes as pull requests. It runs both in the cloud and locally on your own machine, and you can start cloud tasks from the web, GitHub, GitLab, Linear, or Slack. It aims to speed up code generation, refactoring, and debugging by working with real repositories and surfacing verifiable artifacts like logs and test results.

Codex is available in ChatGPT on the web, in the ChatGPT desktop and mobile apps, in a Codex IDE extension for VS Code and compatible editors like Cursor and Windsurf, through separate Codex integrations in Xcode and JetBrains IDEs, and as an open-source terminal app called Codex CLI for local workflows.

It allows you to provide an AGENTS.md file to guide behavior and environment setup, and you can extend it further with reusable skills and plugins. You can also trigger a dedicated code review with the /review command, and Codex can pick up scheduled work in the background. It uses engineering-tuned models and agent scaffolding.

Official website: openai.com/codex

A person standing next to a machine labeled Codex CLI that processes code through a conveyor belt, with a terminal screen, colorful blocks, and buttons labeled Add, Delete, and Clear All.

Course

Use Codex CLI to Enhance Your Python Projects

Learn how to use Codex CLI to add features to Python projects directly from your terminal, without needing a browser or IDE plugins.

intermediate ai tools

For additional information on related topics, take a look at the following resources:


By Martin Breuss • Updated Aug. 26, 2026 • Reviewed by Leodanis Pozo Ramos