Skip to content

Guides

Guides

Open in ChatGPT ↗
Ask ChatGPT about this page
Open in Claude ↗
Ask Claude about this page
Copied!

Step-by-step guides for Warp, the agentic development environment — from first setup to coding agent workflows, MCP integrations, and full app builds.

Practical, task-oriented walkthroughs that help you get productive with Warp’s coding agents. Each guide walks through a real AI coding workflow with actual prompts, code, and reproducible results.

Work with agents

Attach agent context to PRs

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.

agentscode-reviewsession-sharing
Work with agents

Edit agent code in Warp

Review, edit, and refine AI-generated code diffs directly in Warp — accept, reject, or modify changes before applying them.

agents
Work with agents

Explain your codebase using Warp

Use Warp's coding agents with semantic and symbol search to explore, understand, and modify unfamiliar codebases — demonstrated on a large Rust project.

agents
Review & debug

Review AI-generated code

Review AI-generated code in Warp with visual diffs and inline comments — works with Claude Code, Codex, or any CLI agent.

agentscode-review
Review & debug

Review PRs like a senior dev

Prompt Warp's coding agent to generate structured PR reviews with risk assessment, critical issues, and merge confidence scoring.

agentscode-review
Work with agents

Run 3 agents in parallel

Run three agent tasks simultaneously in Warp — modify UI, analyze code reviews, and summarize production logs in parallel.

agents
Work with agents

Run multiple AI coding agents

Run Claude Code, Codex, Warp Agent, and other coding agents across worktrees, tabs, and cloud orchestration with clear task ownership.

agents
Work with agents

Run unattended agents

Start unattended cloud agents from schedules, Slack, Linear, GitHub Actions, the Oz CLI, or the Oz API, then inspect every run.

agentscloud-agentsschedules
Work with agents

Use voice and images to prompt coding agents

Use voice and image context to prompt coding agents faster in Warp — works with Claude Code, Codex, and any CLI agent.

agents
Work with agents

Run multiple agents at once

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

agents
Work with agents

Understand your codebase

Use Warp's Codebase Context to search across client and server repos, generate architecture summaries, and onboard to unfamiliar features fast.

agents
Work with agents

Use images as context

Attach screenshots and design mockups as context for Warp's agent to generate UI code, debug visual issues, and match Figma designs.

agents
Work with agents

5 agent workflows for product managers

Five agent workflows that automate status updates, documentation, Slack search, and meeting prep for product managers.

agents
Work with agents

Warp vs Claude Code

Compare Warp and Claude Code across setup, diff review, model selection, configuration, and performance.

agentsthird-party-tools
Build & deploy apps

Build a Chrome extension

Build a D3.js Sankey diagram Chrome extension using Warp — scaffold, debug, coordinate multiple agents, and publish to the Chrome Web Store.

build-appfrontend
Build & deploy apps

Build a real-time chat app

Build and deploy a real-time chat app with Python, FastAPI, and JavaScript — from idea to production, all inside Warp.

build-appmcp
Build & deploy apps

Build Warp's input component

Watch how a Warp designer uses Warp's own agent to locate, modify, and test a UI component change in a large Rust codebase.

build-appfrontend
Automate your workflow

Create Rules for agents

Create reusable Rules in Warp to encode team conventions — like Dockerfile patterns or dependency management — so agents follow your standards.

rules
Automate your workflow

Configure YOLO and strategic Agent Profiles

Configure custom agent profiles in Warp to control planning depth, autonomy, and execution speed — demonstrated with YOLO and Strategic examples.

profiles
Automate your workflow

Create project Rules for an existing project

Create and maintain an AGENTS.md project rules file so coding agents always understand your project's setup, commands, architecture, and conventions.

rules
Automate your workflow

Set coding best practices

Use Warp Rules to enforce coding style, TypeScript conventions, and documentation quality across AI-generated code.

rules
Automate your workflow

Set coding preferences with Rules

Store your package manager, environment tool, and CLI preferences as Warp Rules so agents automatically use pnpm, miniconda, or your preferred tools.

rules
Automate your workflow

Set tech stack preferences with Rules

Define your preferred frameworks and tech stack in Warp Rules so agents consistently use Astro, SvelteKit, Vite, or your tools of choice.

rules
Automate your workflow

Set up self-serve data analytics with skills

Set up a self-serve data analytics workflow in Warp using two community Skills that map questions to dbt models and structure reproducible analyses.

skills
Automate your workflow

Sync your monorepos

Define global Rules in Warp to keep monorepo schemas, server types, and client types automatically synchronized across repositories.

rules
Automate your workflow

Use Agent Profiles efficiently

Compare Strategic and YOLO agent profiles side-by-side to choose the right balance of planning, safety, and speed for your project.

profiles
Automate your workflow

Trigger reusable actions with saved prompts

Save and share prompts in Warp Drive to automate commits, code reviews, and PR creation across your team.

rules
Build & deploy apps

Analyze Cloud Run logs

Use Warp to pull, organize, and analyze Cloud Run production logs by severity with natural language prompts and automated Python scripts.

cloud
Build & deploy apps

Create a production-ready Docker setup

Use Agents in Warp to generate optimized Dockerfiles, docker-compose configs, and .dockerignore files for multi-stage production deployments.

docker
Review & debug

Create a priority matrix for database optimization

Prompt Warp to audit SQL queries, analyze execution plans, and generate a priority matrix ranking database optimizations by impact and effort.

database
Review & debug

Generate unit and security tests to debug faster

Prompt Warp to generate comprehensive unit and security tests for REST APIs, including SQL injection, XSS, and auth validation checks.

testing
Review & debug

Prevent secrets from leaking

Use Warp Rules and built-in secret reduction to prevent API keys and credentials from leaking in agent output, demos, and shared sessions.

cloud
Review & debug

Write SQL commands inside a Postgres REPL

Use Agents in Warp inside a Postgres REPL to translate natural language into SQL queries — works with Node.js, Python, and MySQL too.

database
Build & deploy apps

Improve your Kubernetes workflow

Streamline kubectl and Helm workflows with Warp's AI assistance, active suggestions, custom workflows, and synchronized panes.

kubernetes
Connect external services

Context7 MCP: update Astro project with best practices

Use the Context7 MCP server to give Warp agents real-time access to framework documentation for automated project upgrades.

mcp
Connect external services

Figma remote MCP: create a website from a Figma file

Connect Warp to Figma's remote MCP server via OAuth and generate front-end code directly from your design files.

mcpfrontend
Connect external services

GitHub MCP: summarize open PRs and create GitHub issues

Connect the GitHub MCP server to Warp to summarize open PRs, create issues from TODO comments, and automate repo management.

mcpcode-review
Set up your environment

Set up Claude Code

Set up Claude Code in Warp, configure it for your project, and learn productivity tips — from voice prompting to visual code review.

third-party-tools
Set up your environment

Set up Codex CLI

Set up OpenAI's Codex CLI in Warp, configure it for your project, and learn productivity tips for faster AI-assisted coding workflows in Warp.

third-party-tools
Set up your environment

Set up Gemini CLI

Set up Google's Gemini CLI in Warp, configure it for your project, and learn productivity tips for faster AI-assisted coding workflows.

third-party-tools
Set up your environment

Set up Ollama

Install Ollama, run LLMs locally, compare model performance, and integrate local models into your apps using Warp.

third-party-tools
Set up your environment

Set up OpenCode

Set up OpenCode in Warp, configure it for your project, and learn productivity tips for faster AI-assisted coding workflows.

third-party-tools
Connect external services

Linear MCP: retrieve issue data

Add the Linear MCP server to Warp and query your issues, tasks, and assignments directly from the terminal.

mcp
Connect external services

Linear MCP: update tickets with a lean build approach

Use Warp's Linear MCP integration to update ticket descriptions, propagate changes to subtasks, and maintain a lean build strategy.

mcp
Connect external services

Puppeteer MCP: scrape Amazon web reviews

Configure the Puppeteer MCP server in Warp to automate browser tasks like navigating sites, scraping product data, and analyzing reviews.

mcp
Connect external services

Sentry MCP: fix Sentry error in empower website

Connect the Sentry MCP server to Warp, fetch live error data, diagnose stack traces, and auto-generate fixes for production issues.

mcp
Connect external services

SQLite and Stripe MCP: basic queries you can make after setup

Connect SQLite and Stripe MCP servers to Warp and run conversational queries against your local database and payment data.

mcpdatabase
Connect external services

Connect agents to MCP servers

Use MCP servers to connect Warp agents to developer tools like GitHub, Linear, Sentry, and Figma across local and cloud agent workflows.

mcp
Build & deploy apps

Code UI that matches your mockup

Prompt Warp to generate pixel-perfect React + Tailwind code from design mockups, with structured specs and iterative refinement.

frontend
Build & deploy apps

Replace a UI element in Warp

Use Agent Mode in Warp to plan and execute icon replacements across a large Rust codebase — with live diffs, auto-compilation, and self-correction.

frontend
Set up your environment

10 coding features you should know

Discover 10 essential coding features in Warp — file search, tabbed editor, find and replace, syntax highlighting, code review panel, and more.

getting-startedagents
Set up your environment

Customize Warp's appearance

Customize Warp's themes, input placement, AI settings, codebase indexing, team collaboration, and visual appearance to fit your workflow.

getting-started
Set up your environment

Make Warp's UI more minimal

Reduce visual noise in Warp by disabling UI elements, switching to a minimal theme, using the classic prompt, and hiding the tab bar.

getting-started
Review & debug

Master Warp's Code Review panel

Use Warp's Code Review Panel to view file diffs, edit code inline, componentize changes, and commit directly — all without leaving the terminal.

getting-startedcode-review
Set up your environment

Welcome to Warp

Get oriented with Warp's agentic terminal. Learn the basics of prompt-based coding, blending terminal and agent workflows, and navigating the interface.

getting-started