AI Deck

Warp — An agentic development environment that brings code generation and parallel multi-agent execution to the terminal

Warp is a development environment that builds on the familiar terminal while embedding AI agent support. Released in April 2022, it started out as a better terminal — fast rendering implemented in Rust and Metal, command history organized into blocks — and has since expanded toward bringing code generation, parallel execution of multiple agents, and model routing together in a single surface. Through Oz, its cloud orchestration platform, work started locally can be handed off to the cloud and continued there, and third-party coding agents such as Claude Code and Codex can be launched from within Warp. It runs on Mac, Windows, and Linux, and the client codebase is open source under AGPL v3.

Key Features

  • A modern block-based terminal: Each command and its output are treated as a single “block,” making it easy to find or share a specific result inside a long scrollback. The input field behaves like a text editor, so multi-line commands are easy to write. Built with Rust and Metal (GPU rendering on macOS), it stays responsive even with large volumes of output
  • An AI agent that runs in the terminal: Tell it in plain language to “find out why this test is failing and fix it,” and the agent runs commands as it investigates and applies fixes. Models can be chosen from OpenAI, Anthropic, Google, and others, with routing based on the task at hand
  • Parallel multi-agent execution: Multiple agents can work on separate tasks at the same time, with progress visible in one list. The design assumes you line up investigation, implementation, and review side by side rather than waiting on a single task
  • Handoff to the cloud (Oz): Work begun locally can be moved to a cloud agent and continued there. Oz is designed as a control plane for launching and tracking Claude Code, Codex, and Warp’s own agent across harnesses, and it supports self-hosting
  • MCP and external tool integration: Warp supports the Model Context Protocol (MCP), so external services and local environments can be added as tools for agents. Integrations with GitHub, GitLab, Jira, Linear, and Slack are also available
  • Team-oriented features and security: Warp Drive for sharing commands and workflows, team-wide usage metrics, admin-configurable data controls, and SAML SSO. Security features backed by SOC 2 certification are available for enterprise use

Pricing

PlanMonthlyAnnual (per month)What’s included
Free$0$0The terminal itself, Warp Agent CLI, bring-your-own API keys, limited cloud agent and collaboration features
Build$20about $181,500 credits per month, full Warp Agent access, extended cloud agents, unlimited Warp Drive and storage
Max$200about $18018,000 credits per month (12× Build), everything in Build
Business$50 per userabout $45 per userUp to 25 seats, 1,500 credits per seat, team metrics, admin data controls, bring your own API keys, SAML SSO
EnterpriseContact salesUnlimited seats, shared credit pools, spend controls, data governance, self-hosting, dedicated support

Even on the Free plan you can top up credits on a pay-as-you-go basis, or run entirely on your own API keys.

Pricing is current as of August 2026. Check the official site for the latest details.

Pros & Cons

Pros

  • Your everyday terminal doubles as the agent’s execution environment, so there is no switching between apps
  • Even without using AI, the block-based history and completions make it a pleasant terminal
  • Multiple agents can run in parallel with their progress tracked in one place
  • Third-party agents such as Claude Code and Codex can be brought in, so existing workflows do not have to be abandoned
  • You can bring your own API keys and reuse models you already pay for
  • The client code is published under AGPL v3, so it can be inspected

⚠️ Cons

  • AI features run on credits, and heavy use tends to require moving to Build or above
  • For teams that use it frequently, Max or Business costs add up
  • Features ship quickly, and names and structure change along the way (the cloud platform is transitioning in name from Oz to the Automation Platform)
  • Because the terminal itself is a custom implementation, some existing shell settings and plugins need to be checked
  • If you use cloud agents, how much code leaves your machine has to be reconciled with your organization’s policy

Comparison with Similar Services

ItemWarpClaude CodeCursoriTerm2
CategoryTerminal + agent platformCoding agent for the terminalAI-integrated editorTerminal
ProviderWarpAnthropicAnysphereOpen source
Model choiceMultiple vendors, with routingAnthropic modelsMultiple vendors
Parallel agentsYes (local / cloud)Yes (subagents, etc.)Yes
Running third-party agentsYes (Claude Code, Codex, etc.)Limited
Free planYes— (bundled with Claude plans)YesFree

Who Is It For

  • Developers who work mainly in the terminal and want AI assistance without moving to an editor
  • People who want investigation, implementation, and review handled by separate agents in parallel to cut waiting time
  • Those already using Claude Code or Codex who want a single place to launch and manage them
  • Anyone who simply wants a better terminal — it is worthwhile even without the AI features
  • Teams that need visibility into agent usage along with permission and data controls

Summary

Warp began as a fast, comfortable terminal and has grown into a platform for running agents. Unlike a standalone coding agent, it brings launching, parallel execution, and cloud handoff together in one environment — including agents from other vendors — which makes it most valuable to developers who already juggle several AI tools. A practical path is to start on the free plan to judge it as a terminal, then consider Build or above once agents become part of your daily work.

← Blog