> For the complete documentation index, see [llms.txt](/llms.txt).
> Markdown versions of each page are available by appending .md to any URL.

# Oz web app for cloud agents

Use the Oz web app to manage cloud agents, view runs, create schedules, and configure environments and integrations from any browser or mobile device.

The [Oz web app](https://oz.warp.dev) provides a visual interface for managing cloud agents. You can start runs, browse agents, create schedules, configure environments, and set up integrations—all without installing Warp or using the CLI.

Note

The Oz web app works on mobile devices, so you can monitor and manage your cloud agents from anywhere.

Watch this short demo to create an environment and run an agent using the Oz web app:

![YouTube video](https://i.ytimg.com/vi/h9Wd77leIYg/sddefault.jpg)

## Quick reference

| Page | Path | What you can do |
| --- | --- | --- |
| **Dashboard** | `/dashboard` | Quick actions, suggested agents, recent agents, and featured reads |
| **Runs** | `/runs` | View all runs, filter by status/source/creator, start new runs, inspect transcripts |
| **Agents** | `/agents` | Browse skills from your environments, manage agent identities, dispatch skills as agents |
| **Schedules** | `/schedules` | Create scheduled agents, pause/enable schedules, view run history |
| **Environments** | `/environments` | Create and manage environments with repos, Docker images, and setup commands |
| **Secrets** | `/secrets` | Create and manage Warp-managed secrets for cloud agent runs |
| **Integrations** | `/integrations` | Connect Slack and Linear to trigger agents from external tools |

![The Oz web app's management view.](/_astro/oz-web-app-runs-view.C3yU3nWA_Z1e0Gq6.webp?dpl=dpl_Dd2e714p2dUa1PfmgMv2tRYc1ut5)

The Oz web app management view.

## When to use the web app

The Oz web app is ideal when you want to:

-   **Monitor agent activity** — View runs, check status, and inspect outputs from any device
-   **Start quick runs** — Dispatch agents without opening a terminal
-   **Manage schedules visually** — Create and edit scheduled agents with a guided interface
-   **Configure environments** — Set up repos, Docker images, and setup commands through a form-based flow
-   **Set up integrations** — Connect Slack and Linear with a guided setup flow

For scripting, automation, and CI/CD workflows, use the [Oz CLI](/reference/cli/) or [API](/reference/api-and-sdk/).

* * *

## Getting started

When you first sign in to the Oz web app, you’ll see a guided onboarding flow that helps you get started based on your goals.

The onboarding asks “What brings you to Oz?” and offers three paths:

-   **Create an agent automation** — Walks you through setting up a scheduled agent, integration-triggered agent, or other automation
-   **Run Oz Cloud Agents in Warp** — Opens the Warp desktop app (or takes you to the download page) to run cloud agents interactively
-   **Build an app that uses agents** — Links to the [Oz Platform](/agent-platform/cloud-agents/platform/) docs for using the CLI, SDK, or API

You can skip onboarding at any time to go directly to the Runs page.

* * *

## Dashboard

The **Dashboard** page (`/dashboard`) is your starting point for common actions and discovery. It provides quick access to the features you use most.

### Quick actions

Four action cards at the top let you immediately:

-   **New run** — Start a cloud agent run
-   **New agent** — Create a new skill
-   **New schedule** — Set up a scheduled agent
-   **New environment** — Configure a new execution environment

Each action opens a guided side pane without leaving the Dashboard.

### Suggested agents

A curated list of pre-built skills from Warp’s public [oz-skills repository](https://github.com/warpdotdev/oz-skills). Click **Run** on any suggested agent to start a run with that skill.

### Recent agents

Shows the last three agents you’ve run, so you can quickly re-run common workflows. If you haven’t run any agents yet, you’ll see prompts to start a new run or create your first agent.

### Featured reads

Links to curated articles and documentation to help you get the most out of Oz (visible on desktop).

* * *

## Runs

The **Runs** page (`/runs`) is your central view for monitoring cloud agent activity. It shows all runs across your account, including those triggered from the CLI, API, integrations, and schedules.

### Run details

Each run displays the following information:

| Field | Description |
| --- | --- |
| **Status** | Working, succeeded, failed, canceled, errored, or blocked |
| **Title** | The run’s title or prompt summary |
| **Environment** | Which environment the agent ran in |
| **Creator** | Who started the run |
| **Source** | Where the run was triggered from (CLI, API, Slack, Linear, scheduled) |
| **Artifacts** | Any outputs like PRs or files created |
| **Credits** | How many credits the run consumed |

Click any run to open the detail pane, where you can view the full transcript, artifacts, and metadata.

### Filtering and search

| Quick filter | Shows |
| --- | --- |
| **All** | All runs |
| **Mine** | Only runs you created |
| **Active** | Runs currently in progress |
| **Failed** | Runs that failed |
| **Recurring** | Runs triggered by schedules |

You can also search by title, prompt, or skill name, and add advanced filters for source, status, creator, and date range.

* * *

### Starting a new run

Note

Click **New run** in the header to start a cloud agent.

1.  **Select an agent (optional)** — Choose a skill to use as the base instructions, or select “Quick run” to run without a skill
2.  **Select an environment** — Choose which environment the agent runs in
3.  **Add a prompt** — Provide context and instructions for this specific run

The skill provides base instructions; your prompt adds context for this particular execution.

* * *

## Agents

The **Agents** page (`/agents`) covers two related but distinct concepts:

-   **Skills** - Reusable instruction sets stored in repositories that an agent can execute. Browse skills available from your environments, plus suggested skills from Warp’s public [oz-skills repository](https://github.com/warpdotdev/oz-skills).
-   **Agent identities** - Team-scoped bot accounts that own and execute runs. The same page is where teams create and manage agent identities, attach descriptions and secrets to them, and bind API keys to a specific identity.

For the full reference on agent identities — including plan limits, the REST endpoints, and how to run as a specific identity — see [Agent identities](/agent-platform/cloud-agents/agents/).

### Skill details

Each skill displays:

| Field | Description |
| --- | --- |
| **Name** | The skill’s identifier |
| **Description** | What the skill does |
| **Environments** | Which environments have access to this skill |

![The Agents page in the Oz web app.](/_astro/oz-web-app-agents.C_9002ej_1aSY2N.webp?dpl=dpl_Dd2e714p2dUa1PfmgMv2tRYc1ut5)

The Agents page in the Oz web app.

Filter by environment or switch to the **Suggested** tab to see pre-built skills for common workflows like code review, dependency updates, and documentation sync.

### Running a skill as an agent

Click any skill to view its details, then click **Run** to start an agent with that skill. You can also click **New run** from the header to start a run with optional skill selection.

Note

For more details on how skills work with cloud agents, see [Skills as Agents](/agent-platform/cloud-agents/skills-as-agents/).

### Creating new skills

Click **New skill** to create a new skill. The guided flow helps you define the skill’s instructions, which are then available for future runs.

![Creating a new agent skill in the Oz web app.](/_astro/oz-web-app-new-agent.Cc2_gAAi_2ekCiT.webp?dpl=dpl_Dd2e714p2dUa1PfmgMv2tRYc1ut5)

Creating a new skill in the Oz web app.

### Agent identities

Agent identities are managed from the same Agents page. From the agent-identities view, you can:

-   **Create an agent identity** - Give it a name, an optional description, a default model and harness, and the secrets and skills runs as that identity should receive.
-   **Edit an existing identity** - Update its description, attached secrets, attached skills, or default configuration.
-   **Delete an identity** - Soft-deletes the identity and atomically deletes every API key bound to it. The default agent identity cannot be deleted.

When you start a new run or schedule from the web app, the form’s **Agent** dropdown lets you pick which agent identity should execute the run. **Quick run** is the default option and runs as your own user. See [Agent identities](/agent-platform/cloud-agents/agents/) for the full reference.

#### Creating an agent identity

Click **New agent** to open the **New agent** side pane. The pane is split into collapsible sections; only the name is required. Walk through the fields in order:

1.  **Name** (required) — A short, scriptable identifier for the identity, such as `featureFlagRemover` or `deploy-bot`.
2.  **Description** (optional) — A summary teammates see when picking the identity in run pickers.
3.  **Prompt** (optional) — Additional instructions appended to every run started as this identity.
4.  **Skills** — Use the multi-select to attach one or more skill specs the identity comes preloaded with.
5.  **Base harness** — Choose the execution harness for this identity’s runs: Oz (the default) or a supported third-party CLI agent.
6.  **Base model** — When the chosen harness uses Warp’s model picker, select the primary model the identity uses. You can leave this empty to fall back to the team default.
7.  **Harness auth secret** — When the chosen harness needs its own authentication (for example, a third-party CLI agent), pick the Warp-managed secret to authenticate with. Can be overridden per run.
8.  **Secrets** — Open the **Secrets** section and select the [Warp-managed secrets](/agent-platform/cloud-agents/secrets/) this identity should receive at run time.
9.  **Memory stores** — Attach the memory stores this identity should read from or write to.

Click **Create agent** to save. The new identity appears on the Agents page and is immediately available in run and schedule pickers. To edit an existing identity later, click it in the list, then click **Edit**.

For the conceptual model — plan limits, the REST endpoints, and how API keys are bound to an identity — see [Agent identities](/agent-platform/cloud-agents/agents/).

* * *

## Schedules

The **Schedules** page (`/schedules`) lets you create and manage scheduled agents that run automatically on a cron schedule.

### Schedule details

Each schedule displays:

| Field | Description |
| --- | --- |
| **Name** | A descriptive name for the scheduled task |
| **Frequency** | Human-readable description of the cron schedule (e.g., “Every Monday at 10am”) |
| **Next run** | When the schedule will next execute |
| **Environment** | Which environment the scheduled agent runs in |
| **Agent** | Which skill the schedule uses (if any) |
| **Status** | Whether the schedule is active or paused |

![The Schedules page in the Oz web app.](/_astro/oz-web-app-schedules.CiPmn9eL_Z22FMSo.webp?dpl=dpl_Dd2e714p2dUa1PfmgMv2tRYc1ut5)

The Schedules page in the Oz web app.

* * *

### Creating a schedule

Note

Click **New schedule** in the header to create a scheduled agent.

1.  **Name** — Give the schedule a descriptive name
2.  **Frequency** — Set the cron schedule (with presets for common patterns)
3.  **Environment** — Select the environment to run in
4.  **Agent (optional)** — Choose a skill to use
5.  **Prompt** — Define what the agent should do each time it runs

* * *

### Managing schedules

Click any schedule to view its details and recent run history. From the detail pane, you can:

-   **Edit** the schedule configuration
-   **Pause** or **enable** the schedule
-   **Delete** the schedule
-   **View past runs** triggered by this schedule

Note

For CLI-based schedule management, see [Scheduled Agents](/agent-platform/cloud-agents/triggers/scheduled-agents/).

* * *

## Environments

The **Environments** page (`/environments`) shows all environments configured for your account. Environments define the execution context for cloud agents, including repos, Docker images, and setup commands.

### Environment details

Each environment displays:

| Field | Description |
| --- | --- |
| **Name** | The environment’s identifier |
| **Docker image** | The container image used for execution |
| **Repositories** | Which repos the agent can access |
| **Setup commands** | Commands run before the agent starts |

![The Environments page in the Oz web app.](/_astro/oz-web-app-environments.AFeoom-N_1sy3qW.webp?dpl=dpl_Dd2e714p2dUa1PfmgMv2tRYc1ut5)

The Environments page in the Oz web app.

* * *

### Creating an environment

Note

Click **New environment** in the header to create a new environment.

1.  **Name** — Give the environment a descriptive name
2.  **Docker image** — Specify a Docker image (Warp provides prebuilt dev images, or use your own)
3.  **Repositories** — Add GitHub repos the agent should have access to
4.  **Setup commands** — Define commands to run when the environment starts (e.g., `npm install`)

Note

For advanced environment configuration, see [Environments](/agent-platform/cloud-agents/environments/) and the [CLI reference](/reference/cli/integration-setup/).

* * *

## Integrations

The **Integrations** page (`/integrations`) lets you configure first-party integrations with Slack and Linear.

### Available integrations

| Integration | Description |
| --- | --- |
| **Slack** | Tag @Oz in messages or threads to trigger agents directly from Slack conversations |
| **Linear** | Tag @Oz on issues to trigger agents from your issue tracker |

![The Integrations page in the Oz web app.](/_astro/oz-web-app-integrations.nS54nztb_Z2gl1ih.webp?dpl=dpl_Dd2e714p2dUa1PfmgMv2tRYc1ut5)

The Integrations page in the Oz web app.

### Setting up an integration

Click an integration to start the guided setup flow. You’ll authorize Warp to connect with the external service, select an environment, and configure any integration-specific settings.

Note

For detailed integration setup instructions, see [Slack](/agent-platform/cloud-agents/integrations/slack/) and [Linear](/agent-platform/cloud-agents/integrations/linear/).

* * *

## Related resources

-   [Cloud Agents Overview](/agent-platform/cloud-agents/overview/) — Learn about cloud agents and when to use them
-   [Agent identities](/agent-platform/cloud-agents/agents/) — Team-scoped bot accounts that own and execute runs
-   [Skills as Agents](/agent-platform/cloud-agents/skills-as-agents/) — Run agents based on reusable skill definitions
-   [Scheduled Agents](/agent-platform/cloud-agents/triggers/scheduled-agents/) — Run agents automatically on a cron schedule
-   [Environments](/agent-platform/cloud-agents/environments/) — Configure runtime context for cloud agents
-   [Managing Cloud Agents](/agent-platform/cloud-agents/managing-cloud-agents/) — Monitor agent activity and inspect runs
-   [Oz CLI](/reference/cli/) — Command-line interface for running agents
-   [Oz API & SDK](/reference/api-and-sdk/) — Programmatic access to cloud agents
