You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/agent-platform/cloud-agents/harnesses/authentication.mdx
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,21 +22,26 @@ Claude Code is Anthropic's agentic coding tool. For more on Claude Code authenti
22
22
### Create an Anthropic API key
23
23
24
24
1. Go to the [Anthropic Console](https://platform.claude.com/login?returnTo=/?) and sign in or create an account.
25
-
2.Navigate to the API keys section, then click **Get API key**.
26
-
3.Create a new API key and copy the value.
27
-
4.Confirm your account has API credits. Claude Code runs are billed against your Anthropic API balance.
25
+
2.Confirm your account has API credits. Claude Code runs are billed against your Anthropic API balance.
26
+
3.Navigate to the API keys section, then click **Get API key**.
27
+
4.Create a new API key and copy the value.
28
28
29
29
Oz also supports Bedrock-routed credentials (**Anthropic Bedrock API key** and **Anthropic Bedrock access key**) if your team consumes Anthropic models through AWS.
30
30
31
31
### Store API key in Oz
32
32
33
33
#### Warp desktop app
34
34
35
-
In the Warp app, start a new cloud agent run and choose **Claude Code** from the **Agent harness** dropdown. In the harness auth secret field, add or select your Anthropic credential.
35
+
Start a new cloud agent run and choose **Claude Code** from the **Agent harness** dropdown. In the harness auth secret field, add or select your Anthropic credential.
36
36
37
37
#### Oz web app
38
38
39
-
Start a [new run](https://oz.warp.dev/runs/new), choose **Claude Code** as the harness, and add a new key in the harness auth secrets dropdown.
39
+
Start a [new run](https://oz.warp.dev/runs/new), choose **Claude Code** as the harness, and add a new key in the Claude Code auth secret dialog.
40
+
41
+
<figurestyle={{ maxWidth: "563px" }}>
42
+

43
+
<figcaption>The Claude Code auth secret dialog.</figcaption>
44
+
</figure>
40
45
41
46
#### Oz CLI
42
47
@@ -59,20 +64,20 @@ A ChatGPT subscription (Plus, Pro, Team) does not include API access. You need a
59
64
### Create an OpenAI API key
60
65
61
66
1. Go to the [OpenAI Platform](https://platform.openai.com/) and sign in (or create an account).
62
-
2.Click **Create API key**.
63
-
3.In the **Create new secret key** dialog, choose the owner, project, and permissions for the key.
64
-
4.Click **Create secret key**, then copy the value.
65
-
5.Confirm your account has API credits. Codex runs are billed against your OpenAI API balance, not a ChatGPT subscription.
67
+
2.Confirm your account has API credits. Codex runs are billed against your OpenAI API balance, not a ChatGPT subscription.
68
+
3.Navigate to the API keys section, then click **Create API key**.
69
+
4.In the **Create new secret key** dialog, choose the owner, project, and permissions for the key.
70
+
5.Click **Create secret key**, then copy the value.
66
71
67
72
### Store API key in Oz
68
73
69
74
#### Warp desktop app
70
75
71
-
In the Warp app, start a new cloud agent run and choose **Codex** from the **Agent harness** dropdown. In the harness auth secret field, add or select your OpenAI credential.
76
+
Start a new cloud agent run and choose **Codex** from the **Agent harness** dropdown. In the harness auth secret field, add or select your OpenAI credential.
72
77
73
78
#### Oz web app
74
79
75
-
Start a [new run](https://oz.warp.dev/runs/new), choose **Codex** as the harness, and add a new key in the harness auth secrets dropdown.
80
+
Start a [new run](https://oz.warp.dev/runs/new), choose **Codex** as the harness, and add a new key in the Codex auth secret dialog.
Copy file name to clipboardExpand all lines: src/content/docs/agent-platform/cloud-agents/harnesses/claude-code.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ sidebar:
7
7
label: "Claude Code"
8
8
---
9
9
10
-
Claude Code is Anthropic's agentic coding tool. Running it with Oz puts Claude Code 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 Claude Code your team already uses.
10
+
Claude Code is Anthropic's agentic coding tool. Running it with Oz puts Claude Code inside a Warp-managed environment and connects it to the rest of the Oz platform — including triggers, environments, secrets, observability, and governance — while still behaving like the Claude Code your team already uses.
11
11
12
12
:::note
13
13
This page covers Claude Code as a **cloud** harness, dispatched and orchestrated by Oz. To run Claude Code locally in your Warp terminal, see [Claude Code in Warp](/agent-platform/cli-agents/claude-code/) instead.
@@ -17,11 +17,11 @@ This page covers Claude Code as a **cloud** harness, dispatched and orchestrated
17
17
18
18
***Cloud orchestration** - Launch Claude Code 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.
19
19
***Claude model picker** - Choose the Claude model the harness uses, including the latest pinned Opus, Sonnet, and Haiku releases, the `best`/`opus`/`sonnet`/`haiku` aliases, and 1M-context variants.
20
-
***First-class subagent** - A Warp Agent parent can dispatch Claude Code subagents to handle code-review-heavy or judgment-heavy steps within a larger orchestration.
20
+
***First-class subagent** - A Warp Agent parent can dispatch Claude Code subagents to handle steps that require codereview or nuanced judgment within a larger orchestration.
21
21
22
22
## Available models
23
23
24
-
The Claude Code harness exposes Anthropic's coding-tuned model lineup. Common picks:
24
+
The Claude Code harness exposes Anthropic's coding-tuned model lineup. Common choices include:
25
25
26
26
*`best` - Resolves to the current top-of-line Claude model.
27
27
*`opus`, `sonnet`, `haiku` - Aliases that resolve to the current default for that family.
@@ -48,7 +48,7 @@ For setup steps, see [Connecting Claude Code credentials](/agent-platform/cloud-
48
48
49
49
## Related pages
50
50
51
-
*[Harnesses in Oz](/agent-platform/cloud-agents/harnesses/) — pick between Warp Agent, Claude Code, and Codex.
51
+
*[Harnesses in Oz](/agent-platform/cloud-agents/harnesses/) — choose between Warp Agent, Claude Code, and Codex.
52
52
*[Authentication](/agent-platform/cloud-agents/harnesses/authentication/) — store Anthropic credentials as Warp-managed secrets.
53
53
*[Warp Agent with Oz](/agent-platform/cloud-agents/harnesses/warp-agent/) — Oz's default harness, the only one that can orchestrate Claude Code subagents.
54
54
*[Codex with Oz](/agent-platform/cloud-agents/harnesses/codex/) — Codex as a cloud harness.
Copy file name to clipboardExpand all lines: src/content/docs/agent-platform/cloud-agents/harnesses/codex.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: Codex with Oz
3
3
description: >-
4
-
Run Codex with Oz. Strong at codebase migrations, release coordination, batch
5
-
test generation, and backend or DevOps automation.
4
+
Run Codex with Oz for codebase migrations, release coordination, batch test
5
+
generation, and backend or DevOps automation.
6
6
sidebar:
7
7
label: "Codex"
8
8
---
9
9
10
-
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.
10
+
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 — including triggers, environments, secrets, observability, and governance — while still behaving like the Codex CLI your team already uses.
11
11
12
12
:::note
13
13
This page covers Codex as a **cloud** harness, dispatched and orchestrated by Oz. To run Codex locally in your Warp terminal, see [Codex CLI in Warp](/agent-platform/cli-agents/codex/) instead.
@@ -21,13 +21,13 @@ This page covers Codex as a **cloud** harness, dispatched and orchestrated by Oz
21
21
22
22
## Available models
23
23
24
-
The Codex harness exposes OpenAI's Codex-tuned and general coding models. Common picks:
24
+
The Codex harness exposes OpenAI's Codex-tuned and general coding models. Common choices include:
25
25
26
26
*`default` - Lets Codex pick its own recommended model based on your OpenAI account access.
27
27
*`gpt-5.5`, `gpt-5.4` - Recent strong coding models from OpenAI with a configurable reasoning level.
28
28
*`gpt-5.4-mini` - A faster, lower-cost option for lighter coding tasks or subagents.
29
29
30
-
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](https://developers.openai.com/codex/models).
30
+
For the full list, including 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](https://developers.openai.com/codex/models).
31
31
32
32
## Credentials and billing
33
33
@@ -47,7 +47,7 @@ For setup steps, see [Connecting Codex credentials](/agent-platform/cloud-agents
47
47
48
48
## Related pages
49
49
50
-
*[Harnesses in Oz](/agent-platform/cloud-agents/harnesses/) — pick between Warp Agent, Claude Code, and Codex.
50
+
*[Harnesses in Oz](/agent-platform/cloud-agents/harnesses/) — choose between Warp Agent, Claude Code, and Codex.
51
51
*[Authentication](/agent-platform/cloud-agents/harnesses/authentication/) — store OpenAI credentials as Warp-managed secrets.
52
52
*[Warp Agent with Oz](/agent-platform/cloud-agents/harnesses/warp-agent/) — Oz's default harness, the only one that can orchestrate Codex subagents.
53
53
*[Claude Code with Oz](/agent-platform/cloud-agents/harnesses/claude-code/) — Claude Code as a cloud harness.
Copy file name to clipboardExpand all lines: src/content/docs/agent-platform/cloud-agents/harnesses/index.mdx
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ sidebar:
7
7
label: "Overview"
8
8
---
9
9
10
-
Oz can run third-party agents — [Claude Code](/agent-platform/cloud-agents/harnesses/claude-code/) and [Codex](/agent-platform/cloud-agents/harnesses/codex/) — as cloud agents alongside Warp Agent. You choose the harness (agent runtime) that fits the task; the platform around the run stays the same.
10
+
Oz can run two third-party agents as cloud agents alongside Warp Agent: [Claude Code](/agent-platform/cloud-agents/harnesses/claude-code/) and [Codex](/agent-platform/cloud-agents/harnesses/codex/). You choose the harness (agent runtime) that fits the task; the platform around the run stays the same.
11
11
12
12
## What stays the same
13
13
@@ -28,6 +28,11 @@ Claude Code and Codex each call their provider directly using credentials you su
28
28
29
29
In Cloud Mode, choose a harness from the **Agent harness** dropdown above the input.
30
30
31
+
<figurestyle={{ maxWidth: "375px" }}>
32
+

Copy file name to clipboardExpand all lines: src/content/docs/agent-platform/cloud-agents/harnesses/warp-agent.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Warp Agent is the same agent runtime that powers Agent Mode in the Warp terminal
14
14
## Key features
15
15
16
16
***Multi-model auto-routing** - Routes between Anthropic, OpenAI, Google, and Fireworks-hosted models. Choose a specific model, or let Warp pick via `auto`, `auto-efficient`, `auto-genius`, or `auto-open`. See [Model choice](/agent-platform/capabilities/model-choice/) for the full catalog.
17
-
***Full terminal and tool access** - Runs commands, edits files, reads logs, executes tests, navigates repos, and calls MCP servers — the same toolbelt Warp Agent uses locally.
17
+
***Full terminal and tool access** - Runs commands, edits files, reads logs, executes tests, navigates repos, and calls MCP servers, giving cloud runs the same toolbelt Warp Agent uses locally.
18
18
***Platform-native context** - Reads [Codebase Context](/agent-platform/capabilities/codebase-context/), applies [Rules](/agent-platform/capabilities/rules/), reuses saved [Skills](/agent-platform/capabilities/skills/), and respects Memory and Warp Drive context with no extra setup.
19
19
***Multi-repo execution** - Clones every repo configured on the [environment](/agent-platform/cloud-agents/environments/) and works across them in a single run.
20
20
***Cross-harness orchestration parent** - A Warp Agent parent run can spawn Claude Code or Codex [subagents](/agent-platform/cloud-agents/overview/) and coordinate their outputs. Other harnesses cannot act as parents in a multi-harness orchestration.
@@ -32,10 +32,10 @@ Warp Agent supports the full Warp model catalog. Configure the model per [Agent
32
32
33
33
### Cross-harness orchestration
34
34
35
-
Warp Agent is the orchestration host for multi-harness runs. A typical pattern:
35
+
Warp Agent is the orchestration host for multi-harness runs. A typical pattern looks like:
36
36
37
37
1. A Warp Agent parent run analyzes a task and breaks it into subtasks.
38
-
2. The parent dispatches Claude Code subagents for code-review-heavy steps and Codex subagents for high-volume edits.
38
+
2. The parent dispatches Claude Code subagents for steps that require codereview or nuanced judgment and Codex subagents for high-volume edits.
39
39
3. The parent collects results, resolves conflicts, and returns a single final output (a PR, a report, a Slack reply).
40
40
41
41
Subagents run in the same environment as the parent and share the same secrets, MCP servers, and integrations. The transcript shows the full tree, so reviewers can see exactly which subagent did what.
@@ -61,7 +61,7 @@ For a complete walkthrough, see the [Cloud agents quickstart](/agent-platform/cl
61
61
62
62
## Related pages
63
63
64
-
*[Harnesses in Oz](/agent-platform/cloud-agents/harnesses/) — pick between Warp Agent, Claude Code, and Codex.
64
+
*[Harnesses in Oz](/agent-platform/cloud-agents/harnesses/) — choose between Warp Agent, Claude Code, and Codex.
65
65
*[Claude Code with Oz](/agent-platform/cloud-agents/harnesses/claude-code/) — Claude Code as a cloud harness.
66
66
*[Codex with Oz](/agent-platform/cloud-agents/harnesses/codex/) — Codex as a cloud harness.
67
67
*[Model choice](/agent-platform/capabilities/model-choice/) — the model catalog Warp Agent routes across.
0 commit comments