OP

Agent profile

Codex

Built by OpenAI

Codex is OpenAI’s coding-agent family. Its open-source CLI runs locally, while Codex is also available through editor, desktop, web, and SDK surfaces.[1]

CategoryCoding Agent
Source licenseApache-2.0
LifecycleVerified
Official agent docsVisit source ↗

Developer snapshot

Key characteristics

Verified Jul 18, 2026

Primary use
Software engineering[1]
Local interface
Codex CLI[1]
Automation
codex exec and SDK[1]
CLI license
Apache-2.0[1]

Technical profile

What developers should know

01

How it works

The maintained Rust CLI can inspect a repository, edit files, execute commands, and run non-interactively with codex exec. The TypeScript SDK wraps the CLI and exposes structured streaming events for application workflows.[1] [2]

02

Surfaces and control

OpenAI documents terminal, IDE, desktop, and cloud experiences. The local CLI includes sandbox controls; permissions and the exact model configuration remain important parts of any evaluation.[1]

Choose the interface

Official interfaces

Use the documented interface that matches the deployment boundary, then pin the agent, model, permissions, and extension configuration before comparing results.[1] [2]