Skip to content

Agents > Harnesses

Codex with Oz

Open in ChatGPT ↗
Ask ChatGPT about this page
Open in Claude ↗
Ask Claude about this page
Copied!

Run Codex with Oz. Strong at codebase migrations, release coordination, batch test generation, and backend or DevOps automation.

Codex is OpenAI’s coding agent. Running it with Oz puts Codex inside a Warp-managed environment and connects it to the rest of the Oz platform — triggers, environments, secrets, observability, and governance — while still behaving like the Codex CLI your team already uses.

  • Cloud orchestration - Launch Codex from any Oz trigger: the Warp app, the Oz web app, the Oz CLI, the REST API, schedules, Slack mentions, Linear issues, or GitHub Actions.
  • Codex model picker - Choose the OpenAI model Codex uses, including the GPT-5 lineup, Codex-tuned variants, and a default option that lets Codex pick its own recommended model.
  • First-class subagent - A Warp Agent parent can dispatch Codex subagents to handle high-volume or well-defined coding steps inside a larger orchestration.

The Codex harness exposes OpenAI’s Codex-tuned and general coding models. Common picks:

  • default - Lets Codex pick its own recommended model based on your OpenAI account access.
  • gpt-5.5, gpt-5.4 - Recent strong coding models from OpenAI with a configurable reasoning level.
  • gpt-5.4-mini - A faster, lower-cost option for lighter coding tasks or subagents.

For the full list — including older Codex-tuned and general models — open the model picker on the Oz web app’s new-run pane. For details on each model, see OpenAI’s Codex model docs.

Codex calls OpenAI directly using credentials your team provides. Oz supports one credential type today, stored as a Warp-managed secret:

  • OpenAI API key - The Codex harness authenticates to OpenAI using this key for every run.

OpenAI bills your account directly for inference. Warp still meters compute credits for the run’s sandbox and platform credits for the orchestration layer.

For setup steps, see Connecting Codex credentials.

  • Warp app - In Cloud Mode, click the Agent harness dropdown above the input and choose Codex.
  • Oz web app - On the new run or new schedule pane, choose Codex in the Harness field. A Codex auth secret field appears below it; pick the OpenAI secret your team has stored.
  • API and SDK - Set the agent config harness to codex and the OpenAI secret name on the matching auth-secret field. See the API reference.