Using Agents
Agents in Warp let you collaborate with AI in natural language to run terminal and coding workflows, manage context, and break complex tasks into clear, actionable steps.
Agents in Warp
Agents in Warp let you go beyond manual commands by collaborating with AI directly inside the Agentic Development Environment. You can describe a task in natural language, and the Agent will translate it into runnable commands, manage context, and break complex requests into clear steps.
Agents are designed to work alongside you. They never act without visibility, and you remain in control of their autonomy and permissions.
Key concepts related to Agents include:
Agent Mode — run terminal or coding workflows with natural language.
Conversations — group queries and blocks for a specific task.
Context — attach and manage information to improve responses.
Task Lists — break complex requests into clear, trackable steps.
Agent Management — monitor, configure, and control active agents.
Profiles and Permissions — customize autonomy, tools, and behavior.
What is Agent Mode?
Agent Mode is the primary way to interact with Warp’s Agent. It lets you run terminal or coding workflows by typing plain English instead of shell commands or IDE operations. When you enter a request, Warp uses leading LLMs to interpret it, suggest or run the right commands , surface code diffs when applicable, and stream results directly into your session, all tailored to your environment and setup. Agent Mode can:
Understand natural language input, not just command syntax.
Execute commands and use their output to guide the next step.
Correct itself when it encounters mistakes or errors occur.
Learn and integrate with any service that has public docs or
--help
.Leverage saved workflows, project context, and other guidelines to improve accuracy.
Entering Agent Mode
Agent Mode is how you interact directly with Warp’s AI to ask questions, run tasks, and collaborate in natural language. There are multiple ways to enter Agent Mode depending on where you are in your workflow:
Type natural language directly: If auto-detection is enabled, you can type a task or question into the input, and Warp will recognize it as natural language using its local auto-detection feature.
Use keyboard shortcuts: Quickly toggle into Agent Mode with
CMD + I
.Attach blocks to a prompt: From any block you want to use as context, click the ✨ icon in the toolbelt or select Attach block(s) to AI query from the block’s context menu.
When you’re in Agent Mode, the Agent icon will be highlighted in the Universal Input.

In Classic Input, you’ll also see a ✨ sparkles indicator inline.

By default, entering Agent Mode starts you in Pair Mode, where you can continue an ongoing conversation by asking follow-up questions or assigning tasks. From here, you can ask the agent to build, debug, fix, or even deploy code as needed.
Models Powering Agent Mode
Agent Mode is backed by a curated selection of leading large language models (LLMs). By default, Warp uses Claude 4 Sonnet for "auto", balancing speed and quality.
However, you can switch to other supported models at any time based on your needs—for example, choosing a faster model for quick iterations or a more advanced model for complex reasoning.
For the full list of available models and guidance on when to use each, see Model Choice.
Demo: Starting a Coding Task with Warp
Here's an example from Warp University, where Zach demonstrates a quick fix using Warp’s Agents to code:
Last updated
Was this helpful?