Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: Share agent context in GitHub PRs
description: >-
Share a Warp agent session or cloud agent run link in a GitHub pull request
so reviewers can inspect the prompt, plan, commands, logs, and output behind
agent-generated changes.
Share a Warp agent session or cloud agent run link in a GitHub pull request so
reviewers can inspect the context behind agent-generated changes.
sidebar:
label: "Attach agent context to PRs"
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
title: How to run multiple AI coding agents
description: >-
Coordinate multiple AI coding agents, including Claude Code and Codex, across
separate workspaces, Git worktrees, cloud agents, and orchestrated runs with
clear task ownership, validation, and review handoff.
Run Claude Code, Codex, Warp Agent, and other coding agents across worktrees,
tabs, and cloud orchestration with clear task ownership.
sidebar:
label: "Run multiple AI coding agents"
---

Use multiple coding agents when work can be split into independent tasks, reviewed from separate branches, or delegated to cloud agents while you keep working locally. In Warp, you can coordinate agents in three ways:
Use multiple coding agents, including Warp Agent, Claude Code, Codex, and other CLI agents, when work can be split into independent tasks, reviewed from separate branches, or delegated to cloud agents while you keep working locally. In Warp, you can coordinate agents in three ways:

* **Local parallel sessions** - run Warp Agent, Claude Code, Codex, OpenCode, or another CLI agent in separate tabs or panes.
* **Isolated worktrees** - give each agent its own Git worktree and branch so parallel edits do not collide.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: How to run unattended agents
description: >-
Run Warp agents in the background with schedules, Slack and Linear triggers,
GitHub Actions, the Oz CLI, or the API, then inspect every cloud agent run
from the Oz web app or the Warp app.
Start unattended cloud agents from schedules, Slack, Linear, GitHub Actions,
the Oz CLI, or the Oz API, then inspect every run.
sidebar:
label: "Run unattended agents"
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: Connect developer tools to agents with MCP workflows
description: >-
Use Model Context Protocol (MCP) servers to connect Warp agents to developer
tools like GitHub, Linear, Sentry, Figma, Notion, and internal services across
local and cloud agent workflows.
Use MCP servers to connect Warp agents to developer tools like GitHub, Linear,
Sentry, and Figma across local and cloud agent workflows.
sidebar:
label: "Connect Agents to MCP servers"
tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: insufficient_credits
description: >-
The principal billed for the run has no remaining credits. Top up the
right pool — the triggering user's, or the team owner's for team API
key and scheduled runs — to continue.
triggering user's or team owner's credit pool to continue.
---

The `insufficient_credits` error occurs when the principal billed for a cloud agent run has no remaining credits to charge against.
Expand Down
Loading