Skip to content

Agents > Getting started

Agents overview

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

The Warp Agent writes code, debugs issues, and runs commands. Use it in the Warp app, in any terminal with the CLI, or in the cloud.

The Warp Agent writes and edits code, debugs issues, runs commands, and works through multi-step tasks from natural language prompts. It reads your codebase, follows your rules and skills, and asks for approval before it acts.

You reach the same agent three ways. Which one you pick depends on where you’re working, not on what the agent can do.


  • In the Warp app - The full experience, with code review, agent management, and the terminal alongside your conversation. Start here if you use Warp as your terminal.
  • In any terminal, with the Warp Agent CLI - Run the warp command to start an agent conversation in any terminal emulator, over SSH, or on a machine where the Warp app isn’t installed.
  • In the cloud, as a cloud agent - Run the agent in the background from a trigger, a schedule, or an integration, without keeping a session open. Ideal for PR reviews, issue triage, and routine maintenance.

Your account, plan, model access, rules, and skills carry across all three, and conversations sync to your Warp account so you can move between them.


Separately from the Warp Agent, Warp gives third-party CLI coding agents first-class support. Run Claude Code, Codex, OpenCode, and others inside Warp and get rich input, agent notifications, inline code review, and remote session control.

Learn about third-party CLI agents


Oz is Warp’s programmable platform for running and coordinating agents at scale. It provides the environments, triggers, integrations, orchestration, and observability that cloud agents run on, along with a CLI, API, and SDK for driving agents programmatically.

The Oz tab covers the platform in full.



Warp’s client is open source under AGPL v3, so the editor and terminal that host your agents are fully auditable. See Contributing to Warp for the source and contribution flow.