Oz Web App
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.
The Oz web app works on mobile devices, so you can monitor and manage your cloud agents from anywhere.

Quick reference
Runs
/runs
View all runs, filter by status/source/creator, start new runs, inspect transcripts
Agents
/agents
Browse skills from your environments, view suggested skills, 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
Integrations
/integrations
Connect Slack and Linear to trigger agents from external tools

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 or API.
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:
Status
Working, succeeded, failed, or canceled
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
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
Click New run in the header to start a cloud agent.
Select an agent (optional) — Choose a skill to use as the base instructions, or select "Quick run" to run without a skill
Select an environment — Choose which environment the agent runs in
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) shows all skills available from your environments, plus suggested skills from Warp's public oz-skills repository.
Skill details
Each skill displays:
Name
The skill's identifier
Description
What the skill does
Environments
Which environments have access to this skill

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.
For more details on how skills work with cloud agents, see Skills as Agents.
Creating new agents
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.

Schedules
The Schedules page (/schedules) lets you create and manage scheduled agents that run automatically on a cron schedule.
Schedule details
Each schedule displays:
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

Creating a schedule
Click New schedule in the header to create a scheduled agent.
Name — Give the schedule a descriptive name
Frequency — Set the cron schedule (with presets for common patterns)
Environment — Select the environment to run in
Agent (optional) — Choose a skill to use
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
For CLI-based schedule management, see 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:
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

Creating an environment
Click New environment in the header to create a new environment.
Name — Give the environment a descriptive name
Docker image — Specify a Docker image (Warp provides prebuilt dev images, or use your own)
Repositories — Add GitHub repos the agent should have access to
Setup commands — Define commands to run when the environment starts (e.g.,
npm install)
For advanced environment configuration, see Environments and the CLI reference.
Integrations
The Integrations page (/integrations) lets you configure first-party integrations with Slack and Linear.
Available integrations
Slack
Tag @Oz in messages or threads to trigger agents directly from Slack conversations
Linear
Tag the Oz agent on issues to trigger agents from your issue tracker

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.
Related resources
Cloud Agents Overview — Learn about cloud agents and when to use them
Skills as Agents — Run agents based on reusable skill definitions
Scheduled Agents — Run agents automatically on a cron schedule
Environments — Configure runtime context for cloud agents
Managing Cloud Agents — Monitor agent activity and inspect runs
Oz CLI — Command-line interface for running agents
Oz Agent API & SDK — Programmatic access to cloud agents
Last updated
Was this helpful?