# Warp ## Docs - [Using Agent Mode to write and run code](https://mintlify.wiki/warpdotdev/warp/agent/agent-mode.md): Learn how to activate Agent Mode, send prompts, use the @-menu for context, review diffs, and control agent execution with fast-forward and stop. - [Extend Warp with MCP servers](https://mintlify.wiki/warpdotdev/warp/agent/mcp-servers.md): Connect Model Context Protocol servers to give Warp's AI agent new tools — database queries, GitHub APIs, browser automation, and more. - [AI coding agent in Warp: what it can do](https://mintlify.wiki/warpdotdev/warp/agent/overview.md): Warp's built-in AI agent combines Agent Mode, ambient agents, and cloud agents to write code, run commands, and automate tasks directly in your terminal. - [AI rules: guide agent behavior in your project](https://mintlify.wiki/warpdotdev/warp/agent/rules.md): AI rules define persistent constraints for every Agent Mode session in a project — team conventions the agent always follows, no prompt needed. - [Skills: reusable prompts for AI agents](https://mintlify.wiki/warpdotdev/warp/agent/skills.md): Skills are Markdown instruction files that customize Warp's AI agent. Create project or home-scoped skills and invoke them by name with oz agent run. - [oz agent — run and manage AI coding agents](https://mintlify.wiki/warpdotdev/warp/cli/agent.md): Launch a local or cloud AI coding agent with oz agent run or run-cloud, list agent configurations, and manage agent profiles via subcommands. - [Authenticate the oz CLI with your Warp account](https://mintlify.wiki/warpdotdev/warp/cli/authentication.md): Log in interactively with oz login, or supply a WARP_API_KEY for headless CI/CD authentication. Covers whoami, logout, and server URL overrides. - [oz environment — create and manage cloud environments](https://mintlify.wiki/warpdotdev/warp/cli/environment.md): Create, list, update, and delete Warp cloud environments. Environments define the container image, repos, and setup commands used by cloud agents. - [oz mcp — manage Model Context Protocol servers](https://mintlify.wiki/warpdotdev/warp/cli/mcp.md): List the MCP servers configured in your Warp account. Attach MCP servers to individual agent runs using the --mcp flag on oz agent run. - [oz model — list available AI models](https://mintlify.wiki/warpdotdev/warp/cli/model.md): Use oz model list to see the AI models available to your Warp account, then pass a model ID to --model when running agents or schedules. - [Warp CLI (oz) reference overview](https://mintlify.wiki/warpdotdev/warp/cli/overview.md): Complete reference for the oz CLI — the command-line tool for launching, managing, and orchestrating Warp cloud agents from your terminal. - [oz run — list and inspect agent task runs](https://mintlify.wiki/warpdotdev/warp/cli/run.md): Use oz run to list, filter, and inspect Oz agent task runs. Retrieve run status, conversation transcripts, and inter-run messages. - [oz schedule — schedule agents on a cron](https://mintlify.wiki/warpdotdev/warp/cli/schedule.md): Create, list, update, pause, and delete scheduled Oz agents. Use standard 5-field cron syntax to run an agent automatically at any interval or time. - [oz secret — store and retrieve agent secrets](https://mintlify.wiki/warpdotdev/warp/cli/secret.md): Create, update, delete, and list secrets in Warp's managed secret store. Secrets are injected automatically into cloud agent runs. - [Cloud environments for Warp agents](https://mintlify.wiki/warpdotdev/warp/cloud/environments.md): Create isolated cloud environments that give Oz agents a consistent, pre-configured workspace — with your repos cloned and dependencies installed. - [Oz: run AI coding agents in the cloud](https://mintlify.wiki/warpdotdev/warp/cloud/overview.md): Oz is Warp's cloud agent orchestration platform. Launch headless AI coding agents in isolated cloud environments, automate tasks, and schedule recurring runs. - [Schedule Oz agents on a cron schedule](https://mintlify.wiki/warpdotdev/warp/cloud/scheduling.md): Create ScheduledAmbientAgents that run Oz cloud agents automatically on a cron schedule — for nightly checks, weekly triage, and other recurring automation. - [Manage secrets for cloud agents in Warp](https://mintlify.wiki/warpdotdev/warp/cloud/secrets.md): Store API keys, database credentials, and other sensitive values in Warp Managed Secrets and have them injected automatically into cloud agent runs. - [Warp codebase architecture and key patterns](https://mintlify.wiki/warpdotdev/warp/contributing/architecture.md): Explore Warp's Cargo workspace of 34+ crates, the WarpUI framework, Entity-Component-Handle pattern, and cross-platform build strategy. - [Build and run Warp from source](https://mintlify.wiki/warpdotdev/warp/contributing/building.md): Set up your Rust toolchain, run the bootstrap script, build Warp with Cargo, and execute the full test and lint suite before opening a PR. - [Feature flags in the Warp codebase](https://mintlify.wiki/warpdotdev/warp/contributing/feature-flags.md): Understand the FeatureFlag enum in warp_features, the DOGFOOD, PREVIEW, and RELEASE rollout stages, and how to add, gate, and test a new feature flag. - [Contribute to Warp's open-source terminal](https://mintlify.wiki/warpdotdev/warp/contributing/overview.md): Learn Warp's issue-first contribution model, the Oz triage agent, readiness labels, and the PR workflow for bugs and feature requests. - [Warp Drive: sync and share across your team](https://mintlify.wiki/warpdotdev/warp/drive/overview.md): Warp Drive is a cloud sync layer that keeps your workflows, notebooks, prompts, and sessions in sync across every device and teammate. - [Share terminal sessions and workflows in Warp](https://mintlify.wiki/warpdotdev/warp/drive/sharing.md): Share individual command blocks as permalinks, invite teammates into live terminal sessions, and distribute Drive objects with fine-grained access control. - [Install Warp on macOS, Linux, and Windows](https://mintlify.wiki/warpdotdev/warp/installation.md): Step-by-step installation instructions for Warp on macOS, Linux (x86_64 and arm64), and Windows, including system requirements and first-launch setup. - [Warp: the agentic development environment](https://mintlify.wiki/warpdotdev/warp/introduction.md): Warp is a modern terminal emulator with a built-in AI coding agent, cloud agent orchestration, and team collaboration features — all in one tool. - [Get started with Warp](https://mintlify.wiki/warpdotdev/warp/quickstart.md): Download Warp, log in, run your first terminal command, open Agent Mode, and dispatch a cloud agent with the oz CLI — all in one guide. - [Blocks: structured command output in Warp](https://mintlify.wiki/warpdotdev/warp/terminal/blocks.md): Each command in Warp creates a block with its input and output. Learn to select, copy, share, and bookmark blocks, and generate shareable permalinks. - [Shell completions and autosuggestions in Warp](https://mintlify.wiki/warpdotdev/warp/terminal/completions.md): Warp's warp_completer engine provides tab completions, argument descriptions, and autosuggestions that work across bash, zsh, fish, and PowerShell sessions. - [Warp terminal: blocks, speed, and AI built in](https://mintlify.wiki/warpdotdev/warp/terminal/overview.md): Warp is a GPU-accelerated terminal with a blocks model, built-in AI, tab management, and pane splitting — available on macOS, Linux, and Windows. - [SSH and remote development in Warp](https://mintlify.wiki/warpdotdev/warp/terminal/ssh.md): Connect to remote servers over SSH and bring Warp's blocks, completions, and AI to your remote session via warpify, with optional tmux and WSL support. - [Workflows: save and reuse commands in Warp](https://mintlify.wiki/warpdotdev/warp/terminal/workflows.md): Workflows are named, parameterized command snippets stored in Warp Drive. Create, share, and run workflows from the command palette or the workflow library. ## OpenAPI Specs - [openapi](https://mintlify.wiki/warpdotdev/warp/api-reference/openapi.json)