Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .agents/skills/docs-seo-audit/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,19 @@ Before making any changes, read these references:
3. **OG and Twitter tags mirror title and description** automatically. No separate fix needed.
4. **Changing a sidebar config label has side effects**: it also changes the sidebar label, breadcrumbs, and prev/next pagination. URLs are NOT affected (URLs are based on the file path/slug).
5. **When changing a title, also update the H1** in the markdown file for consistency.
6. **All titles, labels, and H1 headings must use sentence case.** Capitalize only the first word and proper nouns. Only recognized proper feature names retain their capitalization — check `AGENTS.md` and `.agents/references/terminology.md` for the canonical list. Common mistakes to avoid:
- ✅ `Computer use for agents` — generic term, sentence case
- ❌ `Computer Use for Agents` — not a proper feature name, don't capitalize
- ✅ `API keys` — generic term, sentence case
- ❌ `API Keys` — not a proper feature name
- ✅ `Known issues` — generic term, sentence case
- ❌ `Known Issues` — not a proper feature name
- ✅ `Slack integration` — external product name (Slack) + generic term
- ❌ `Slack Integration for Oz` — "Integration" is not a proper feature name; "for Oz" is imprecise (see terminology rules)
- ✅ `Agent Mode` — proper feature name, retains capitalization
- ✅ `Codebase Context` — proper feature name, retains capitalization
- ✅ `Tab Configs` — proper feature name, retains capitalization
- ✅ `Warp Drive` — proper feature name, retains capitalization

### Title exceptions

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Computer Use
title: Computer use for agents
sidebar:
label: "Computer use"
description: >-
Let agents interact with desktop GUIs in sandboxed cloud environments for
automated UI testing and validation.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Model choice
title: Agent model choice
sidebar:
label: "Model choice"
description: >-
Choose from a curated set of top LLMs for Warp's Agents (or let Warp
auto-select the best model).
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/agent-platform/capabilities/planning.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Planning
title: Agent planning and execution
sidebar:
label: "Planning"
description: >-
Turn requests into structured, editable plans that agents execute
step-by-step with version control.
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/agent-platform/capabilities/rules.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Rules
title: Rules for agents
sidebar:
label: "Rules"
description: >-
Create reusable Global or Project Rules to ensure Warp’s agents follow your
coding standards, project conventions, and personal preferences.
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/agent-platform/capabilities/skills.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Skills
title: Skills for agents
sidebar:
label: "Skills"
description: >-
Create reusable instruction sets that teach agents specific tasks and share
expertise across your team.
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/agent-platform/capabilities/web-search.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Web Search
title: Agent web search
sidebar:
label: "Web search"
description: >-
Warp’s web search lets agents pull in real-time information, documentation,
and cited sources whenever it improves an answer.
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/agent-platform/cli-agents/claude-code.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Claude Code
title: Claude Code in Warp
sidebar:
label: "Claude Code"
description: >-
Set up Claude Code in Warp with full notification support, rich input, code
review, and more.
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/agent-platform/cli-agents/codex.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Codex
title: Codex CLI in Warp
sidebar:
label: "Codex"
description: >-
Set up Codex in Warp with notification support, rich input, code review, and
more.
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/agent-platform/cli-agents/opencode.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: OpenCode
title: OpenCode in Warp
sidebar:
label: "OpenCode"
description: >-
Set up OpenCode in Warp with notification support, rich input, code review,
and more.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Environments
title: Cloud agent environments
sidebar:
label: "Environments"
description: >-
Environments ensure your cloud agents run with consistent toolchains across
all triggers. Learn when to use environments and how to configure them.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Azure DevOps
title: Azure DevOps integration
sidebar:
label: "Azure DevOps"
description: >-
Connect Oz cloud agents to Azure DevOps repos using personal access tokens
and Warp-managed secrets.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Bitbucket
title: Bitbucket integration
sidebar:
label: "Bitbucket"
description: >-
Connect Oz cloud agents to Bitbucket repos using access tokens and
Warp-managed secrets.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: GitLab
title: GitLab integration
sidebar:
label: "GitLab"
description: >-
Connect Oz cloud agents to GitLab repos using personal access tokens and
Warp-managed secrets.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Linear
title: Linear integration
sidebar:
label: "Linear"
description: >-
Automate Linear issues with Oz agents that run code in the cloud and create
pull requests on your behalf.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Slack
title: Slack integration
sidebar:
label: "Slack"
description: >-
Trigger Oz agents from Slack to run cloud tasks, track progress, and create
pull requests.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/agent-platform/cloud-agents/mcp.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: MCP Servers
title: MCP Servers for cloud agents
description: >-
Connect cloud agents to external tools, APIs, and internal services using
MCP servers.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Oz Web App
title: Oz Web App for cloud agents
description: >-
Use the Oz web app to manage cloud agents, view runs, create schedules, and
configure environments and integrations from any browser or mobile device.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/agent-platform/cloud-agents/platform.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Oz Platform
title: Oz Platform overview
description: >-
The Oz Platform provides the CLI, API/SDK, orchestration, environments, and
observability for cloud agents.
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/agent-platform/cloud-agents/secrets.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Secrets
title: Cloud agent secrets
sidebar:
label: "Secrets"
description: >-
Securely store, scope, and inject credentials for Warp cloud agents across
CLI, Slack, Linear, and scheduled runs—without ever exposing secret values.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Monitoring
title: Self-hosted worker monitoring
sidebar:
label: "Monitoring"
description: >-
Monitor self-hosted Oz workers with OpenTelemetry metrics. Export to
Prometheus, OTLP, or console to track worker health, task throughput,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: Unmanaged architecture
description: >-
Run Oz agents in your existing CI, Kubernetes, or dev environments using the
oz agent run CLI. You orchestrate the runs; Warp provides tracking and
observability.
Run Oz agents in your existing CI, Kubernetes, or dev environments using
the oz agent run CLI with Warp tracking and observability.
sidebar:
label: "Unmanaged"
---
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/agent-platform/getting-started/faqs.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Agent FAQs
title: Agent platform FAQs
sidebar:
label: "Agent FAQs"
description: >-
Frequently asked questions about Warp's AI features, including supported
models, privacy practices, credit limits, billing, and usage guidelines.
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/agent-platform/local-agents/code-diffs.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Code Diffs
title: Agent code diffs and review
sidebar:
label: "Code diffs"
description: >-
How to review, refine, and apply code changes generated by Warp’s Agents
with the built-in diff editor in Agent Conversations.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Voice
title: Voice input for agents
sidebar:
label: "Voice"
description: >-
Voice enables natural language interaction with Warp, letting you speak
commands and queries directly to your terminal.
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/enterprise/getting-started/faq.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: FAQ
title: Enterprise FAQ
sidebar:
label: "FAQ"
description: >-
Answers to common questions about Warp Enterprise, including login issues,
SSO, and getting started.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Trust Center
title: Warp Trust Center
sidebar:
label: "Trust Center"
description: >-
Access Warp's security documentation, compliance certifications, and
third-party assessment resources to complete your vendor security review.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Billing
title: Enterprise billing
sidebar:
label: "Billing"
description: >-
Learn about billing for Warp Enterprise, including credits, cloud agent
costs, and billing management.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Admin Panel
title: Admin Panel for teams
description: >-
Centralized management for team administrators to configure Warp settings,
control agent behavior, and enforce security policies across your
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/enterprise/team-management/teams.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Teams
title: Team management in Warp
sidebar:
label: "Teams"
description: >-
Create and manage teams in Warp to organize users, share resources, and
collaborate across your engineering organization.
Expand Down
5 changes: 2 additions & 3 deletions src/content/docs/getting-started/migrate-to-warp/index.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: Migrate to Warp
description: >-
Move your settings and mental model into Warp. Pick the tool you're coming
from for step-by-step guidance, settings-import notes, and where to find
Warp's equivalents of the features you use today.
Move your settings and mental model into Warp. Pick the tool you're
coming from for step-by-step guidance and Warp equivalents.
---

Warp users come from every kind of terminal, editor, and AI coding tool. This section has a dedicated page for each of the most common sources, with step-by-step migration guidance, notes on what transfers automatically, and a cross-reference for the Warp features that replace what you use today.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: Migrate to Warp from macOS Terminal
description: >-
Switching to Warp from the default macOS Terminal app? Here's a quick
reference for matching your existing setup and discovering what Warp adds
beyond the basics.
Switch from the default macOS Terminal app to Warp. Match your setup and
discover what Warp adds beyond the basics.
---

Warp gives Terminal.app users everything they already have — shell, theme, font, prompt — plus split panes, tabs, blocks, and Agent Mode for an AI-assisted workflow. This page walks through both an agent-driven migration and the manual GUI steps.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: Migrate to Warp from Windows Terminal
description: >-
Switching from Windows Terminal and PowerShell to Warp on Windows? Here's
how to reconfigure profiles, shells, fonts, and keybindings, and where to
find Warp's equivalents for Windows Terminal features.
Switch from Windows Terminal to Warp on Windows. Reconfigure profiles,
shells, fonts, keybindings, and find Warp equivalents.
---

Warp on Windows covers everything you use Windows Terminal for today — profiles, PowerShell, color schemes, keybindings — with Agent Mode and blocks on top. This page walks through the migration.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How To: Run 3 Agents in Parallel (Summarize Logs + Analyze PR + Modify UI)"
title: "How To: Run 3 Agents in Parallel"
description: >-
Run three agent tasks simultaneously in Warp — modify UI, analyze code
reviews, and summarize production logs in parallel.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How To: Create Project Rules for an Existing Project (Astro + Typescript + Tailwind)"
title: "How To: Create Project Rules for an Existing Project"
description: >-
Create and maintain an AGENTS.md project rules file so coding agents always
understand your project's setup, commands, architecture, and conventions.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Figma Remote MCP: Create a Website from a Figma File from Scratch"
title: "Figma Remote MCP: Create a Website from a Figma File"
description: >-
Connect Warp to Figma's remote MCP server via OAuth and generate front-end
code directly from your design files.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How To: Actually Code UI That Matches Your Mockup (React + Tailwind)"
title: "How To: Code UI That Matches Your Mockup"
description: >-
Prompt Warp to generate pixel-perfect React + Tailwind code from design
mockups, with structured specs and iterative refinement.
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/reference/api-and-sdk/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "Oz API & SDK"
title: "Oz API & SDK reference"
sidebar:
label: "Oz API & SDK"
description: >-
Create and inspect cloud agent runs over HTTP with the Oz API, or use the
Python and TypeScript SDKs for typed requests, retries, and error handling.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: conflict
title: "Error: conflict (409)"
sidebar:
label: "conflict"
description: >-
The request conflicts with the current state of the resource. Wait for the
resource to reach the expected state and retry.
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/reference/cli/api-keys.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: API keys
title: API keys for the Oz CLI
description: >-
Create and manage API keys for authenticating the Oz CLI and cloud agents.
sidebar:
label: "API Keys"
label: "API keys"
---

API keys let the Oz CLI and cloud agents authenticate without human interaction. Use API keys for CI pipelines, headless servers, VMs, Codespaces, containers, and other automated environments.
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/reference/cli/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Oz CLI
title: Oz CLI reference
sidebar:
label: "Oz CLI"
description: >-
Use the Oz CLI to run, configure, and manage agents from the terminal.
---
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/reference/cli/mcp-servers.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: MCP servers
title: MCP servers (CLI reference)
description: >-
Connect agents to external tools like GitHub, Linear, and Sentry by passing
MCP servers to the --mcp flag as a UUID, inline JSON, or file path.
sidebar:
label: "MCP Servers"
label: "MCP servers"
---

MCP servers connect agents to external systems like GitHub, Linear, or Sentry. To use a [Model Context Protocol (MCP)](/agent-platform/capabilities/mcp/) server from the CLI, use the `--mcp` flag with `oz agent run` or `oz agent run-cloud`.
Expand Down
Loading
Loading