Primary navigation

Glossary

Definitions for common Codex terms and concepts

Use this glossary as a quick reference for Codex terms across the app, CLI, IDE extension, cloud, SDK, and related integrations.

Term
Agent
Definition
The Codex worker that reasons over context, uses tools, and completes a task.
Applies to
App, CLI, IDE extension, Cloud
Definition
Repository or user guidance file that gives Codex persistent instructions.
Applies to
App, CLI, IDE extension, Cloud
Definition
Admin view for Codex usage, adoption, and code review metrics.
Applies to
Enterprise
Definition
Authentication using an OpenAI API key.
Applies to
App, CLI, IDE extension
Definition
Rules for when Codex must ask before taking an action.
Applies to
App, CLI, IDE extension
Definition
Codex asking to allow a restricted action.
Applies to
App, CLI, IDE extension
Definition
Integration that lets Codex access external services. Available through plugins; also called connectors.
Applies to
App, CLI, IDE extension
Definition
Snapshot of the frontmost app window sent to a Codex thread.
Applies to
App
Definition
Locally stored login credentials reused by Codex.
Applies to
App, CLI, IDE extension
Definition
Model-based review of eligible approval requests before they proceed.
Applies to
App, CLI, IDE extension
Definition
A scheduled or recurring Codex task.
Applies to
App
Definition
One execution of a scheduled automation that may report findings or archive itself.
Applies to
App
Definition
App capability that lets Codex operate the in-app browser directly.
Applies to
App
Term
Chat
Definition
A Codex conversation not tied to a project.
Applies to
App
Definition
Authentication using a ChatGPT account and workspace permissions.
Applies to
App, CLI, IDE extension, Cloud
Definition
Opt-in feature that builds memories from recent screen context.
Applies to
App
Term
Cloud
Definition
Mode where Codex works remotely in an OpenAI-managed environment.
Applies to
App, IDE extension, Web
Definition
Configured container setup used for Codex cloud tasks.
Applies to
Cloud
Definition
A remotely executed Codex task that runs in a cloud environment.
Applies to
Cloud
Definition
A thread that runs in a Codex cloud environment.
Applies to
Cloud
Term
Codex
Definition
OpenAI's coding agent for software development tasks.
Applies to
App, CLI, IDE extension, Web, Cloud, SDK
Definition
Desktop app for running Codex threads in parallel, with built-in worktree support, automations, and Git functionality.
Applies to
Desktop
Definition
Local JSON-RPC server for embedding Codex threads, turns, approvals, history, and streamed events in custom clients.
Applies to
App, IDE extension, SDK
Definition
Terminal client for running Codex interactively or in scripts.
Applies to
Terminal
Definition
OpenAI-managed execution environment where Codex can work on repository tasks remotely.
Applies to
Web, App, IDE extension
Definition
CLI command for running Codex non-interactively from scripts or CI.
Applies to
CLI
Definition
Editor integration for using Codex inside IDEs like VS Code, JetBrains IDEs, Cursor, and Windsurf.
Applies to
IDE
Definition
Programmatic interface for building Codex-powered workflows or integrations.
Applies to
SDK
Definition
Browser-based Codex surface for delegating cloud tasks.
Applies to
Browser
Definition
A temporary worktree Codex creates and manages for a thread.
Applies to
App
Definition
Summarizing older context so long-running work can continue.
Applies to
App, CLI, IDE extension, Cloud
Definition
API for exporting Codex activity and audit metadata.
Applies to
Enterprise
Definition
App capability that lets Codex interact with desktop applications through the UI.
Applies to
App
Definition
Local Codex configuration files.
Applies to
App, CLI, IDE extension
Definition
Computer or development environment that provides files, tools, and shell access for remote Codex work.
Applies to
App, Mobile
Definition
App integration that lets Codex access external services. Available through plugins; also called apps.
Applies to
App, Cloud
Definition
Saved cloud container state reused to speed up future tasks.
Applies to
Cloud
Definition
Information Codex can use while working, such as files, prior messages, tool output, and instructions.
Applies to
App, CLI, IDE extension, Cloud, SDK
Definition
The maximum amount of information the model can consider at once.
Applies to
App, CLI, IDE extension, Cloud, SDK
Definition
User-defined agent role with its own instructions and settings.
Applies to
App, CLI
Definition
Filesystem permission rule that prevents Codex from reading sensitive paths or glob matches.
Applies to
App, CLI, IDE extension, Enterprise
Term
Diff
Definition
Set of Git file changes shown for inspection, comments, staging, or reverting.
Applies to
App, Git, Review
Definition
Set of domains Codex cloud can reach when agent internet access is enabled.
Applies to
Cloud
Definition
App configuration to tell Codex how to set up worktrees for a project.
Applies to
App, Worktree
Definition
Runtime configuration value available during task execution.
Applies to
Cloud, CLI, IDE extension
Definition
Non-interactive run that skips saving session state after it completes.
Applies to
CLI
Definition
Speed setting that makes supported models respond faster at a higher credit cost.
Applies to
CLI, IDE extension
Definition
Permission profile rule that grants or denies read and write access to paths.
Applies to
App, CLI, IDE extension
Definition
A notable result or issue surfaced by an automation.
Applies to
App
Definition
Mode where Codex runs without normal sandbox restrictions.
Applies to
App, CLI, IDE extension
Definition
A second checkout of the same repository for parallel branch work.
Applies to
App, Git
Definition
Moving a thread and its work between Local and Worktree.
Applies to
App
Definition
A recurring thread wake-up that returns Codex to the same conversation on a schedule. Also called a thread automation.
Applies to
App
Term
Hook
Definition
A lifecycle handler that runs when a Codex event matches, such as tool use, permission requests, or when a turn stops.
Applies to
App, CLI, IDE extension
Definition
Lifecycle point where configured hook handlers can run.
Applies to
App, CLI, IDE extension
Term
Hunk
Definition
Contiguous section of a diff that can be staged, unstaged, or reverted independently.
Applies to
App, Git, Review
Definition
Line-specific feedback attached to a diff.
Applies to
App
Definition
Real-time web lookup for current information.
Applies to
App, CLI, IDE extension
Term
Local
Definition
Mode where Codex works on the user's computer.
Applies to
App, CLI, IDE extension
Definition
A thread that runs on the user's machine.
Applies to
App, CLI, IDE extension
Definition
Optional script run when a cached cloud container resumes.
Applies to
Cloud
Definition
Organization-controlled Codex defaults and restrictions.
Applies to
Enterprise
Term
MCP
Definition
Model Context Protocol, a standard for connecting Codex to external tools and context.
Applies to
App, CLI, IDE extension
Definition
Readable context exposed by an MCP server for Codex to inspect.
Applies to
App, CLI, IDE extension
Definition
External tool or context provider exposed through MCP.
Applies to
App, CLI, IDE extension
Definition
Action exposed by an MCP server that Codex can call during a task.
Applies to
App, CLI, IDE extension
Term
MDM
Definition
Mobile device management tooling for distributing device profiles and managed Codex settings.
Applies to
Enterprise
Definition
Locally stored context Codex can reuse across sessions.
Applies to
App, CLI, IDE extension
Term
Model
Definition
The AI model Codex uses for reasoning and tool work.
Applies to
App, CLI, IDE extension, Cloud, SDK
Definition
Permission for commands or environments to reach the internet.
Applies to
App, CLI, IDE extension, Cloud
Definition
Domain-based allow and deny rules that constrain sandboxed outbound network traffic.
Applies to
App, CLI, IDE extension
Definition
CLI mode for running Codex from scripts or CI.
Applies to
CLI
Definition
JSON Schema passed to `codex exec` to constrain the final response.
Applies to
CLI
Definition
A long-lived worktree kept as its own project.
Applies to
App
Definition
Named least-privilege policy that combines filesystem and network rules for local command execution.
Applies to
App, CLI, IDE extension
Term
Plan
Definition
Codex's proposed or tracked steps for completing a task.
Applies to
App, CLI, IDE extension, Cloud
Term
Plugin
Definition
Installable bundle that can distribute skills, tools, and integrations.
Applies to
App, CLI, IDE extension
Definition
Plugin metadata file that identifies a plugin and points to bundled skills, apps, MCP servers, hooks, and metadata.
Applies to
App, CLI, IDE extension, Plugins
Definition
Command-rule pattern that allows, prompts for, or forbids matching command prefixes.
Applies to
App, CLI, IDE extension, Enterprise
Definition
Named configuration preset for Codex.
Applies to
CLI, IDE extension
Definition
Loading skill details only when needed to preserve context.
Applies to
App, CLI, IDE extension
Definition
A selected codebase or folder Codex works in.
Applies to
App
Term
Prompt
Definition
The user instruction or request sent to Codex.
Applies to
App, CLI, IDE extension, Cloud, SDK
Definition
Codex review of changes or feedback on a pull request.
Applies to
App, CLI, GitHub
Term
RBAC
Definition
Role-based access control for workspace permissions.
Applies to
Enterprise
Definition
Mode where Codex can inspect but not modify without approval.
Applies to
App, CLI, IDE extension
Definition
Setting that controls how much reasoning budget a model uses.
Applies to
App, CLI, IDE extension, SDK
Definition
Connection that lets Codex work from another device using a connected host.
Applies to
App, Mobile
Definition
Admin-enforced requirements file for managed Codex setups.
Applies to
Enterprise
Definition
App view for inspecting diffs, comments, and Git changes.
Applies to
App
Term
Rules
Definition
Policies that allow, prompt for, or deny command prefixes or permission exceptions.
Applies to
App, CLI, IDE extension
Definition
Enforced boundary limiting what Codex commands can access or modify.
Applies to
App, CLI, IDE extension
Definition
Configuration that defines Codex's filesystem and network limits.
Applies to
App, CLI, IDE extension
Definition
SDK shorthand for common sandbox policies such as read-only, workspace-write, or full access.
Applies to
SDK
Definition
The timing rule for an automation.
Applies to
App
Term
Secret
Definition
Encrypted value available to setup scripts but removed before the agent phase.
Applies to
Cloud
Definition
Script run before the agent starts to install dependencies or prepare tools.
Applies to
App worktrees
Term
Skill
Definition
Reusable workflow package with instructions and optional scripts or references.
Applies to
App, CLI, IDE extension
Definition
Explicit or implicit activation of a skill.
Applies to
App, CLI, IDE extension
Definition
Command entered with a leading slash to control or inspect a Codex CLI session.
Applies to
CLI
Definition
Independent scheduled run that reports separate findings.
Applies to
App
Definition
MCP server launched as a local process by a configured command and arguments.
Applies to
CLI, IDE extension
Definition
MCP server reached over HTTP, optionally with bearer token or OAuth authentication.
Applies to
CLI, IDE extension
Definition
Specialized child agent spawned to work on part of a task.
Applies to
App, CLI
Definition
Workflow where Codex runs delegated agents in parallel and combines their results.
Applies to
App, CLI
Term
Task
Definition
The unit of work Codex is asked to complete.
Applies to
App, CLI, IDE extension, Cloud, SDK
Term
Thread
Definition
A single Codex session containing prompts, model output, and tool activity.
Applies to
App, CLI, IDE extension, Cloud, SDK
Definition
Recurring wake-up attached to an existing thread. Also called a heartbeat.
Applies to
App
Definition
New thread branched from the stored history of an existing thread.
Applies to
App-server, SDK
Term
Turn
Definition
One exchange in a thread, usually a user prompt plus Codex's response and actions.
Applies to
App, CLI, IDE extension, Cloud, SDK
Definition
Default Codex cloud container image with common tools preinstalled.
Applies to
Cloud
Definition
Pre-indexed search results Codex can use without live browsing.
Applies to
App, CLI, IDE extension
Definition
Mode where Codex isolates changes in a separate Git worktree.
Applies to
App
Definition
Directories Codex is allowed to modify.
Applies to
App, CLI, IDE extension