Skip to content

Oz Web App for cloud agents

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

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 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.

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

PagePathWhat you can do
Dashboard/dashboardQuick actions, suggested agents, recent agents, and featured reads
Runs/runsView all runs, filter by status/source/creator, start new runs, inspect transcripts
Agents/agentsBrowse skills from your environments, view suggested skills, dispatch skills as agents
Schedules/schedulesCreate scheduled agents, pause/enable schedules, view run history
Environments/environmentsCreate and manage environments with repos, Docker images, and setup commands
Integrations/integrationsConnect Slack and Linear to trigger agents from external tools

The Oz Web App's management view.

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 or API.


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 docs for using the CLI, SDK, or API

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


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

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.

A curated list of pre-built skills from Warp’s public oz-skills repository. Click Run on any suggested agent to start a run with that skill.

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.

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


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.

Each run displays the following information:

FieldDescription
StatusWorking, succeeded, failed, canceled, errored, or blocked
TitleThe run’s title or prompt summary
EnvironmentWhich environment the agent ran in
CreatorWho started the run
SourceWhere the run was triggered from (CLI, API, Slack, Linear, scheduled)
ArtifactsAny outputs like PRs or files created
CreditsHow many credits the run consumed

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

Quick filterShows
AllAll runs
MineOnly runs you created
ActiveRuns currently in progress
FailedRuns that failed
RecurringRuns triggered by schedules

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


  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.


The Agents page (/agents) shows all skills available from your environments, plus suggested skills from Warp’s public oz-skills repository.

Each skill displays:

FieldDescription
NameThe skill’s identifier
DescriptionWhat the skill does
EnvironmentsWhich environments have access to this skill

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.

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.

Click New agent 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.


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

Each schedule displays:

FieldDescription
NameA descriptive name for the scheduled task
FrequencyHuman-readable description of the cron schedule (e.g., “Every Monday at 10am”)
Next runWhen the schedule will next execute
EnvironmentWhich environment the scheduled agent runs in
AgentWhich skill the schedule uses (if any)
StatusWhether the schedule is active or paused

The Schedules page in the Oz Web App.


  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

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

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.

Each environment displays:

FieldDescription
NameThe environment’s identifier
Docker imageThe container image used for execution
RepositoriesWhich repos the agent can access
Setup commandsCommands run before the agent starts

The Environments page in the Oz Web App.


  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)

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

IntegrationDescription
SlackTag @Oz in messages or threads to trigger agents directly from Slack conversations
LinearTag @Oz on issues to trigger agents from your issue tracker

The Integrations page in the Oz Web App.

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.