# Warp — The AI-native terminal that replaces your shell and orchestrates Claude Code, Codex and its own Warp Agent side by side.

> Source: The Agents Index — https://theagentsindex.com/warp (structured, researched, re-verified)
> Facts last verified: 2026-07-27

Warp is an AI-native terminal and "agentic development environment" — not a CLI tool you run inside your existing terminal, but a full terminal application that replaces it, built in Rust for macOS, Linux and Windows. Founded in June 2020 by Zach Lloyd (formerly a principal engineer leading Google Sheets), Warp raised $73M through a 2023 Series B led by Sequoia Capital before pivoting hard into agentic coding. In April 2026 it open-sourced its terminal client under a dual AGPL-3.0/MIT license, with OpenAI signed on as the founding sponsor of the GitHub repository — the repo passed 63.6k stars within months of that release; Oz, the cloud-agent orchestration platform that actually runs and coordinates agent work, was not part of that release and remains closed-source. Its core differentiator versus every other terminal-native agent in this index: Warp doesn't just run its own Warp Agent, it orchestrates other vendors' coding agents — including Claude Code and Codex — side by side inside the same terminal window.

| Fact | Value |
| --- | --- |
| Website | https://www.warp.dev |
| Pricing | Free — Build $20/mo — Max $200/mo — Business $50/seat/mo — Enterprise custom |
| API | Yes |
| Best for | Developers and teams who want one AI-native terminal that can run and coordinate multiple coding agents (Claude Code, Codex, its own Warp Agent) side by side, with shared team context and programmatic API access to cloud agent runs. |
| Not for | Developers who want to keep their current terminal and simply add one CLI agent to it — Claude Code, Codex CLI or Antigravity CLI are the lighter-weight fit for that. |

## Pricing

| Tier | Price |
| --- | --- |
| Free | Free / month |
| Build | $20 / month ($18/mo annual) |
| Max | $200 / month ($180/mo annual) |
| Business | $50 / user/month ($45/mo annual) |
| Enterprise | Custom |

## Verdict

Warp is the one listing in this category that isn't really competing with Claude Code or Codex CLI so much as hosting them: it's a full terminal replacement whose headline capability is running multiple vendors' coding agents side by side in one place, with team-wide context (Warp Drive), a real API for triggering cloud agent runs programmatically (Oz), and — since April 2026 — a genuinely open-source client backed by 63.6k GitHub stars and OpenAI as founding sponsor. The tradeoff is scope: adopting Warp means switching your terminal application, not just adding a CLI tool, and its paid tiers are metered in credits that can climb fast under heavy daily use — the $200/month Max tier exists precisely because Build's 1,500 credits run out for power users. Pick Warp if you want one AI-native home for every coding agent you use and are willing to make it your default terminal; stick with a standalone CLI agent if you'd rather keep your current terminal untouched.

## How it works

1. Warp replaces your terminal application, running as a full Rust-built app for macOS, Linux or Windows.
2. Agent Mode translates a natural-language request into commands, edits and test runs you can watch and interrupt directly in the shell.
3. It hosts and coordinates other vendors' coding agents, including Claude Code and Codex, alongside its own Warp Agent, drawing on codebase indexing and shared Warp Drive context.
4. Oz, its cloud layer, runs agents asynchronously in the background, reachable through a documented HTTP API and Python/TypeScript SDKs or triggers from Slack and Linear.

## Who it's for

- Developers who already use multiple coding agents, like Claude Code and Codex, and want to run them side by side in one terminal instead of switching applications
- Engineering teams that want SSO, spend caps and shared team context via Warp Drive governing everyone's agent usage
- Teams that want to trigger and monitor cloud agent runs programmatically or from Slack and Linear, via Oz's documented API and SDKs, rather than working only interactively

## Strengths and weaknesses

- ✓ Orchestrates other vendors' coding agents (Claude Code, Codex) inside the same terminal window rather than locking you into a single-vendor CLI — a genuinely different shape from every other terminal-native agent in this index.
- ✓ Its terminal client is open source since April 2026 under a dual AGPL-3.0/MIT license, with 63.6k GitHub stars and OpenAI as the founding sponsor of the public repository.
- ✓ A documented HTTP API with official Python and TypeScript SDKs for the Oz cloud-agent platform — you can trigger and monitor agent runs programmatically, not just interactively.
- ✗ Credit-based billing scales fast under heavy use: the Free tier drops from 150 to 75 credits/month after the first two months, and teams running agents constantly may need the $200/month Max tier or Business's $50/seat plan to avoid running dry.
- ✗ It replaces your entire terminal application rather than adding to it — a bigger adoption commitment than installing a CLI binary like Claude Code or Codex CLI alongside whatever terminal you already use.
- ✗ Deeper features (extended cloud-agent access, highest codebase-indexing limits, unlimited Warp Drive collaboration) are gated behind the Build tier and up — the Free tier's cloud-agent and collaboration access is explicitly limited.
- ✗ Oz, the cloud-agent orchestration platform that actually runs and coordinates agent work, is NOT part of the open-source release — only the terminal client is (AGPL-3.0/MIT). Buyers picking Warp specifically for a fully self-hostable, open stack should know the agent engine itself stays closed and vendor-controlled.
- ⚠ Replaces your terminal application entirely rather than layering onto your current setup — evaluate it as a terminal switch, not a lightweight add-on.
- ⚠ Paid-tier usage is metered in credits pegged to underlying model API rates, so cost scales with usage rather than a flat subscription.

## Key features

- **Multi-agent orchestration** — Runs Claude Code, Codex and Warp's own Warp Agent side by side in the same terminal, instead of locking you into one vendor's CLI agent.
- **Agent Mode** — Executes multi-step coding plans directly in the shell — natural-language requests become commands, edits and test runs you watch and can interrupt.
- **Oz cloud agents + API/SDKs** — Runs agents asynchronously in the cloud with a documented HTTP API and official Python/TypeScript SDKs for triggering and monitoring runs programmatically, plus Slack/Linear triggers.
- **Warp Drive** — Shared team context — saved commands, workflows and notebooks both humans and agents can draw on across a team.
- **Codebase indexing** — Indexes a full repository so the agent reasons over the whole codebase rather than one open file, with indexing limits that scale by plan tier.
- **Open-source client** — The terminal client is dual-licensed AGPL-3.0/MIT since April 2026, with OpenAI as the GitHub repo's founding sponsor — Oz, the cloud-agent orchestration platform, is not part of the open-source release.

## Use cases

- **Running multiple coding agents side by side** — A developer who already uses Claude Code and Codex separately consolidates both into one terminal window instead of switching applications.
- **Team-wide agent governance** — An engineering team standardizes on Warp Business/Enterprise for SSO, spend caps and shared Warp Drive context across everyone's agent usage.
- **Triggering agents outside the terminal** — A team wires the Oz API into Slack or Linear so a ticket or message can kick off a cloud agent run without anyone opening a terminal at all.

## Integrations

Claude Code and Codex (orchestrated inside Warp) · Slack and Linear (trigger agents outside the terminal) · Oz HTTP API with Python and TypeScript SDKs · Docker (one-click Warpified subshells for containers) · MCP servers (client — the Oz CLI takes server config by UUID, inline JSON or file path, reaching tools like GitHub, Linear, Sentry and Notion)

## Sources

- https://www.warp.dev/pricing
- https://www.warp.dev
- https://github.com/warpdotdev/Warp
- https://docs.warp.dev/reference/
- https://en.wikipedia.org/wiki/Warp_(terminal)
- https://www.warp.dev/blog/lifting-login-requirement
- https://docs.warp.dev/agent-platform/capabilities/mcp
- https://www.warp.dev/blog/warp-is-now-open-source
