# Agents overview

Warp includes **Oz**, the orchestration platform for cloud agents. While Warp provides the terminal and coding surface you work in day-to-day, Oz is the underlying orchestration layer that makes running agents at scale possible.

With Oz, you can:

* Run interactive agent conversations in Warp for real-time coding assistance
* Deploy autonomous agents that run in the cloud from triggers, schedules, or integrations
* Coordinate multiple agents concurrently across machines, repos, and teams
* Track, audit, and share agent activity with full visibility into what ran and what it did

Oz is fully programmable—launch agents manually or build custom logic around them with triggers, schedules, environments, and your choice of hosting (Warp's cloud or your own).

***

## Key capabilities

* [**Local Agents**](https://docs.warp.dev/agent-platform/warp-agents/warp-agents) - Interactive Oz agents embedded in Warp. Use natural language to write code, debug issues, run commands, and automate development tasks with full terminal access.
* [**Third-Party CLI Agents**](https://docs.warp.dev/agent-platform/third-party-agents/overview) - Use Claude Code, Codex, OpenCode, and other CLI coding agents in Warp with rich input, notifications, code review, and remote session control.
* [**Oz Cloud Agents**](https://docs.warp.dev/agent-platform/cloud-agents/overview) - Autonomous Oz agents that run in the background in response to system events, schedules, or integrations.
* [**Integrations**](https://docs.warp.dev/agent-platform/cloud-agents/integrations) - Connect external system events to autonomous agent execution. Use [Slack](https://docs.warp.dev/agent-platform/cloud-agents/integrations/slack), [Linear](https://docs.warp.dev/agent-platform/cloud-agents/integrations/linear), [GitHub Actions](https://docs.warp.dev/agent-platform/cloud-agents/integrations/github-actions), and other integrations to trigger agents in the cloud.
* [**Oz Platform**](https://docs.warp.dev/agent-platform/cloud-agents/platform) - The underlying infrastructure that powers Oz, including the CLI, API/SDK, orchestration layer, environments, secrets, and management/observability.

***

## Getting started

* [**Agents in Warp**](https://docs.warp.dev/agent-platform/getting-started/agents-in-warp) - Start using Oz agents interactively in Warp
* [**Oz web app**](https://oz.warp.dev) - Create runs, manage schedules, browse skills, and configure integrations
* [**Oz CLI**](https://docs.warp.dev/reference/cli) - Run agents from the command line, in CI, or on remote machines
* [**Oz API & SDK**](https://docs.warp.dev/reference/api-and-sdk/agent) - Programmatically create and monitor agent runs

***

## Learn more

* [Warp Agents overview](https://docs.warp.dev/agent-platform/warp-agents/warp-agents) - Interactive agents in Warp
* [Third-Party CLI Agents](https://docs.warp.dev/agent-platform/third-party-agents/overview) - Claude Code, Codex, OpenCode, and more
* [Cloud Agents Overview](https://docs.warp.dev/agent-platform/cloud-agents/overview) - Background agents for automation at scale
* [Agent Capabilities](https://docs.warp.dev/agent-platform/warp-agents/capabilities-overview) - Skills, planning, MCP, rules, and more
* [Oz Platform](https://docs.warp.dev/agent-platform/cloud-agents/platform) - CLI, API/SDK, orchestration, environments, and hosts
* [Environments](https://docs.warp.dev/agent-platform/cloud-agents/environments) - Configure execution context for cloud agents
* [Integrations](https://docs.warp.dev/agent-platform/cloud-agents/integrations) - Slack, Linear, GitHub Actions, and custom integrations
* [Skills as Agents](https://docs.warp.dev/agent-platform/cloud-agents/skills-as-agents) - Run agents from reusable skill definitions
* [Managing Cloud Agents](https://docs.warp.dev/agent-platform/cloud-agents/managing-cloud-agents) - Monitor and manage agent activity
