Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/content/docs/agent-platform/cloud-agents/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ If your credit balance reaches zero, cloud agent runs will not be able to execut
* [Oz Platform](/agent-platform/cloud-agents/platform/) — CLI, Oz API/SDK, orchestration, tasks, environments, hosts, integrations, and more.
* [Harnesses](/agent-platform/cloud-agents/harnesses/) — pick between Warp Agent, Claude Code, and Codex for any cloud agent run.
* [Agent identities](/agent-platform/cloud-agents/agents/) — team-scoped bot accounts that own and execute cloud agent runs.
* [Multi-agent orchestration](/agent-platform/cloud-agents/orchestration/) — coordinate a parent agent and its child agents across local and cloud runs to build supervisor/worker, fan-out, critic, DAG, and swarm workflows.
* [Skills as Agents](/agent-platform/cloud-agents/skills-as-agents/) — run agents based on reusable skill definitions from the CLI, web app, API, or on a schedule.
* [Oz CLI](/reference/cli/) — shows how to run agents in non-interactive mode from CI, scripts, or remote machines, including auth and common commands.
* [Environments](/agent-platform/cloud-agents/environments/) — explains how environments provide the runtime context (repo, image, startup commands) for agent tasks.
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/agent-platform/cloud-agents/warp-hosting.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Warp-hosted agents
description: >-
Run Oz cloud agents on Warp's infrastructure. Warp handles scaling, isolation, and performance for agent execution.
Run cloud agents on Warp's infrastructure. Warp handles scaling, isolation, and performance for agent execution.
sidebar:
label: "Warp-hosted agents"
---

Warp's managed infrastructure lets your team easily run Oz cloud agent workloads in fast and secure sandboxes.
Warp's managed infrastructure lets your team run cloud agent workloads in fast, secure sandboxes.

Use Warp-hosted agents to quickly get started with Oz, without needing to configure compute resources or maintain services.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ In the grouped response, every leaf array is the same length as `period_list`, a

### `GET /api/v1/enterprises/analytics/users`

Returns per-user aggregated usage, split into `local` (Warp app) and `cloud` (Oz cloud agents) sections. Results are paginated.
Returns per-user aggregated usage, split into `local` (Warp app) and `cloud` (cloud agents) sections. Results are paginated.

**Query parameters:**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "5 AI agent workflows for product managers"
title: "5 agent workflows for product managers"
description: >-
Five agent workflows that automate status updates, documentation, Slack search,
and meeting prep for product managers.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/reference/cli/artifacts.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Artifacts
description: >-
Get metadata for and download files produced by an Oz agent run using the
Get metadata for and download files produced by an agent run using the
`oz artifact` subcommands.
sidebar:
label: "Artifacts"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
| `AgentManagement.ConversationOpened` | User opened a conversation |
| `AgentManagement.DetailsPanelContinueLocally` | User clicked Continue locally in the details panel |
| `AgentManagement.DetailsViewed` | User clicked View details |
| `AgentManagement.DismissSetupGuide` | User dismissed the ambient agent setup guide |
| `AgentManagement.DismissSetupGuide` | User dismissed the cloud agent setup guide |
| `AgentManagement.FilterChanged` | User changed a filter in the management view |
| `AgentManagement.OpenSetupGuide` | User opened the ambient agent setup guide |
| `AgentManagement.OpenSetupGuide` | User opened the cloud agent setup guide |
| `AgentManagement.SessionLinkCopied` | User copied a session link |
| `AgentManagement.SetupGuideDocsLink` | User clicked a docs URL in the setup guide |
| `AgentManagement.SetupGuideStepCopy` | User copied a workflow step from the setup guide |
Expand Down Expand Up @@ -178,7 +178,7 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
| `AmbientAgent.ConcurrencyModal.Dismissed` | User dismissed the cloud agent capacity modal |
| `AmbientAgent.ConcurrencyModal.Opened` | User opened the cloud agent capacity modal |
| `AmbientAgent.ConcurrencyModal.UpgradeClicked` | User clicked the upgrade button in the cloud agent capacity modal |
| `AmbientAgent.DispatchFailed` | Ambient agent failed to dispatch or encountered an error |
| `AmbientAgent.DispatchFailed` | Cloud agent failed to dispatch or encountered an error |
| `AmbientAgent.EnvironmentSettings.CreatedEnvironment` | User created a new environment |
| `AmbientAgent.EnvironmentSettings.DeletedEnvironment` | User deleted an environment |
| `AmbientAgent.EnvironmentSettings.Image.Suggested` | Docker image was suggested for an environment |
Expand Down Expand Up @@ -214,7 +214,7 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
| `CLI.Execute.Agent.List` | Listed agents from the Warp CLI |
| `CLI.Execute.Agent.Profile.List` | Listed agent profiles from the Warp CLI |
| `CLI.Execute.Agent.Run` | Ran an agent from the Warp CLI |
| `CLI.Execute.Agent.RunAmbient` | Ran an ambient agent from the Warp CLI |
| `CLI.Execute.Agent.RunAmbient` | Ran a cloud agent from the Warp CLI |
| `CLI.Execute.Artifact.Download` | Downloaded an artifact from the Warp CLI |
| `CLI.Execute.Artifact.Get` | Got artifact metadata from the Warp CLI |
| `CLI.Execute.Artifact.Upload` | Uploaded an artifact from the Warp CLI |
Expand Down
Loading