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

# Run multiple agents at once with Warp

Run multiple agent tasks simultaneously in Warp — revert PRs, edit shortcuts, and add tests across repos without losing context.

![Running multiple agents at once in Warp video](https://i.ytimg.com/vi/w0bJFC0u0pE/sddefault.jpg)

### 1\. Why multiple agents matter

Sometimes you need to work on several coding tasks at once — fix a PR, add a feature, debug a build — without losing context.  
  
Warp lets you run multiple agent tasks simultaneously, all within one workspace.

* * *

### 2\. How it works

Each agent runs in its own thread, complete with:

-   Progress tracking
-   Notifications when blocked or completed
-   Separate command histories

Because Warp is a desktop app, it can send system notifications to alert you when an agent finishes or when it needs review. To set up notifications for Claude Code, Codex, and OpenCode, see [Agent notifications](/agent-platform/capabilities/agent-notifications/).

* * *

### 3\. Example: reverting a PR and editing a shortcut

Ben uses voice mode to quickly start tasks.

Prompt Example:  
“Find the PR where we added the keyboard shortcut to the UDI input and revert it.”

He pastes in the PR number, and the agent:

-   Locates the relevant diff
-   Reverts the change automatically
-   Pushes it to the correct branch

Warp notifies him when the task completes.

Then, he runs another prompt:

Prompt Example:  
“Change the keyboard shortcut to `Cmd+Shift+I`.”

Warp modifies `input.rs`, previews the diff, and Ben applies the change directly from Warp.

* * *

### 4\. Managing multiple tasks

You can switch between concurrent agents:

-   Each task appears in a Task List panel
-   Completed, canceled, and running tasks are color-coded
-   Toast notifications appear when tasks are blocked

You can even fast-forward agents to auto-approve all code diffs once you trust their trajectory.

* * *

### 5\. Parallel contexts

In another repo, Ben adds a new Eval test via a different agent:

Prompt Example:  
“Create a Python hello world function and verify it prints ‘Hello World.’”

Warp’s second agent:

-   Locates the correct file
-   Writes the test code
-   Verifies execution

Meanwhile, the first agent continues working on the keyboard shortcut task.

* * *

### 6\. Reviewing all active agents

Open the Agent Mode Dashboard to see:

-   Active tasks
-   Completed tasks
-   Logs and outputs

You can refine or cancel tasks mid-run if needed, or switch back to manual commands. To track these runs across your account and team, including cloud agent runs, open the [Agent Management Panel](/agent-platform/cloud-agents/managing-cloud-agents/) in the Warp app.

For a workflow-oriented setup guide that covers task decomposition, worktrees, cloud orchestration, validation, and review handoff, see [How to run multiple AI coding agents](/guides/agent-workflows/how-to-run-multiple-ai-coding-agents/).
