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
2 changes: 1 addition & 1 deletion src/components/CustomSiteTitle.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import logoLight from '../assets/warp-logo-light.svg?raw';
const { siteTitle } = Astro.locals.starlightRoute;
---

<a href="https://warp.dev" class="site-title sl-flex">
<a href="https://www.warp.dev" class="site-title sl-flex">
<span
class="logo light:sl-hidden print:hidden"
aria-hidden="true"
Expand Down
2 changes: 1 addition & 1 deletion src/components/WarpTopbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const {
<div class="warp-topbar__left">
{/* Wordmark links to warp.dev (matches CustomSiteTitle.astro on Starlight
pages). Users get to docs root via the adjacent "← Docs" breadcrumb. */}
<a href="https://warp.dev" class="warp-topbar__home" aria-label="Visit warp.dev">
<a href="https://www.warp.dev" class="warp-topbar__home" aria-label="Visit warp.dev">
<span class="warp-topbar__logo warp-topbar__logo--dark" aria-hidden="true" set:html={logoDark} />
<span class="warp-topbar__logo warp-topbar__logo--light" aria-hidden="true" set:html={logoLight} />
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ When viewing indexed codebases in Warp under **Settings** > **Code** > **Indexin
* **Synced** — Indexing is complete and the codebase is ready to be used as context.
* **Discovering files** – Warp is currently scanning and indexing files in the codebase.
* **Failed** – Indexing failed. Common reasons include unreadable `.git` directories or corrupted repositories. Try re-cloning the repo and syncing again.
* **Codebase too large** – The number of files in the codebase exceeds your current plan’s limit. You can either reduce the number of files being indexed using `.warpindexingignore`, or [contact sales](https://warp.dev/contact-sales) for support with larger codebases.
* **Codebase too large** – The number of files in the codebase exceeds your current plan’s limit. You can either reduce the number of files being indexed using `.warpindexingignore`, or [contact sales](https://www.warp.dev/contact-sales) for support with larger codebases.

<figure>
![View and manage the indexing status of your codebases in Warp. Easily see which projects are synced, in progress, or require attention.](../../../../assets/agent-platform/codebase-context-statuses.png)
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/agent-platform/cli-agents/claude-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: >-

Claude Code is Anthropic's agentic coding tool that operates directly in your terminal. It understands your codebase, executes commands, edits files, and manages Git workflows — all through natural language. For full documentation, see the [official Claude Code docs](https://code.claude.com/docs).

Warp auto-detects Claude Code when you run it, giving you access to rich input controls, code review, agent notifications, and other integrated features. For a product overview, see [Claude Code in Warp](https://warp.dev/agents/claude-code).
Warp auto-detects Claude Code when you run it, giving you access to rich input controls, code review, agent notifications, and other integrated features. For a product overview, see [Claude Code in Warp](https://www.warp.dev/agents/claude-code).

For installation, authentication, project configuration, and productivity tips, see the [How to set up Claude Code](/guides/external-tools/how-to-set-up-claude-code/) guide.

Expand Down Expand Up @@ -68,7 +68,7 @@ Claude Code supports the full set of Warp's agent integration features:
## Related pages

* [How to set up Claude Code](/guides/external-tools/how-to-set-up-claude-code/) — step-by-step setup guide
* [Claude Code in Warp](https://warp.dev/agents/claude-code) — product overview
* [Claude Code in Warp](https://www.warp.dev/agents/claude-code) — product overview
* [Third-Party CLI Agents Overview](/agent-platform/cli-agents/overview/)
* [OpenCode](/agent-platform/cli-agents/opencode/)
* [Codex](/agent-platform/cli-agents/codex/)
4 changes: 2 additions & 2 deletions src/content/docs/agent-platform/cli-agents/codex.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: >-

Codex is OpenAI's open-source coding agent that runs in your terminal. It can write and edit code, execute commands, and navigate your codebase through natural language. For full documentation, see the [Codex GitHub repository](https://github.com/openai/codex).

Warp auto-detects Codex when you run it, giving you access to rich input controls, code review, and other integrated features. For a product overview, see [Codex in Warp](https://warp.dev/agents/codex).
Warp auto-detects Codex when you run it, giving you access to rich input controls, code review, and other integrated features. For a product overview, see [Codex in Warp](https://www.warp.dev/agents/codex).

For installation, authentication, project configuration, and productivity tips, see the [How to set up Codex CLI](/guides/external-tools/how-to-set-up-codex-cli/) guide.

Expand Down Expand Up @@ -43,7 +43,7 @@ Codex supports the full set of Warp's agent integration features:
## Related pages

* [How to set up Codex CLI](/guides/external-tools/how-to-set-up-codex-cli/) — step-by-step setup guide
* [Codex in Warp](https://warp.dev/agents/codex) — product overview
* [Codex in Warp](https://www.warp.dev/agents/codex) — product overview
* [Third-Party CLI Agents Overview](/agent-platform/cli-agents/overview/)
* [Claude Code](/agent-platform/cli-agents/claude-code/)
* [OpenCode](/agent-platform/cli-agents/opencode/)
4 changes: 2 additions & 2 deletions src/content/docs/agent-platform/cli-agents/opencode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: >-

OpenCode is an open-source terminal-based coding agent. It connects to multiple LLM providers and supports tool use, file editing, and command execution from your terminal. For full documentation, see the [OpenCode docs](https://opencode.ai/docs).

Warp auto-detects OpenCode when you run it, giving you access to rich input controls, code review, agent notifications, and other integrated features. For a product overview, see [OpenCode in Warp](https://warp.dev/agents/opencode).
Warp auto-detects OpenCode when you run it, giving you access to rich input controls, code review, agent notifications, and other integrated features. For a product overview, see [OpenCode in Warp](https://www.warp.dev/agents/opencode).

For installation, authentication, project configuration, and productivity tips, see the [How to set up OpenCode](/guides/external-tools/how-to-set-up-opencode/) guide.

Expand Down Expand Up @@ -44,7 +44,7 @@ OpenCode supports the full set of Warp's agent integration features:
## Related pages

* [How to set up OpenCode](/guides/external-tools/how-to-set-up-opencode/) — step-by-step setup guide
* [OpenCode in Warp](https://warp.dev/agents/opencode) — product overview
* [OpenCode in Warp](https://www.warp.dev/agents/opencode) — product overview
* [Third-Party CLI Agents Overview](/agent-platform/cli-agents/overview/)
* [Claude Code](/agent-platform/cli-agents/claude-code/)
* [Codex](/agent-platform/cli-agents/codex/)
4 changes: 2 additions & 2 deletions src/content/docs/agent-platform/cloud-agents/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This guide walks you through running your first cloud agent with an environment

Before you begin, make sure you have:

* **Warp desktop app** - Download from [warp.dev](https://warp.dev)
* **Warp desktop app** - Download from [warp.dev](https://www.warp.dev)
* **Warp account** - Create an account at [oz.warp.dev](https://oz.warp.dev)

:::note
Expand All @@ -41,7 +41,7 @@ _~10 minutes • Recommended for all users_

### 1. Open Warp

If you don't have Warp yet, download it from [warp.dev](https://warp.dev) and sign in to your account. When you open the Warp desktop app, you're automatically authenticated to Warp's services.
If you don't have Warp yet, download it from [warp.dev](https://www.warp.dev) and sign in to your account. When you open the Warp desktop app, you're automatically authenticated to Warp's services.

### 2. Run the `/cloud-agent` command

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Self-hosting lets your team run cloud agent workloads on your own infrastructure
**Want a CLI-only path with no Docker requirement?** Jump straight to the [Unmanaged quickstart](/agent-platform/cloud-agents/self-hosting/unmanaged/#unmanaged-quickstart) to run `oz agent run` directly on any host.

:::note
**Enterprise feature**: Self-hosted agents are available exclusively to teams on an Enterprise plan. To enable self-hosting for your team, [contact sales](https://warp.dev/contact-sales).
**Enterprise feature**: Self-hosted agents are available exclusively to teams on an Enterprise plan. To enable self-hosting for your team, [contact sales](https://www.warp.dev/contact-sales).
:::

## Managed vs unmanaged
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The Direct backend does not provide per-task container isolation. Each task runs

## Prerequisites

* **Enterprise plan with self-hosting enabled** — [Contact sales](https://warp.dev/contact-sales) if self-hosting is not yet enabled for your team.
* **Enterprise plan with self-hosting enabled** — [Contact sales](https://www.warp.dev/contact-sales) if self-hosting is not yet enabled for your team.
* **A worker host** with write access to `workspace_root` (defaults to `/var/lib/oz/workspaces`).
* **The Oz CLI** installed and available in `PATH` on the worker host (or specify `oz_path` in the config file). See [Installing the CLI](/reference/cli/#installing-the-cli).
* **A team API key** — In the Warp app, go to **Settings** > **Cloud platform** > **Oz Cloud API Keys** to create a team-scoped API key. See [API Keys](/reference/cli/api-keys/) for details.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This page covers the [managed architecture](/agent-platform/cloud-agents/self-ho

## Prerequisites

* **Enterprise plan with self-hosting enabled** — [Contact sales](https://warp.dev/contact-sales) if self-hosting is not yet enabled for your team.
* **Enterprise plan with self-hosting enabled** — [Contact sales](https://www.warp.dev/contact-sales) if self-hosting is not yet enabled for your team.
* **A machine to run the worker** — A VM, server, or local machine running Linux (recommended for production). For testing, macOS and Windows hosts running Docker Desktop work.
* **Docker installed** — The worker uses Docker to spawn task containers. The Docker daemon must run Linux containers (Windows containers are not supported). Verify with `docker info`.
* **A team API key** — In the Warp app, go to **Settings** > **Cloud platform** > **Oz Cloud API Keys** to create a team-scoped API key. See [API Keys](/reference/cli/api-keys/) for details.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This page covers the [managed architecture](/agent-platform/cloud-agents/self-ho

## Prerequisites

* **Enterprise plan with self-hosting enabled** — [Contact sales](https://warp.dev/contact-sales) if self-hosting is not yet enabled for your team.
* **Enterprise plan with self-hosting enabled** — [Contact sales](https://www.warp.dev/contact-sales) if self-hosting is not yet enabled for your team.
* **A Kubernetes cluster** with the worker process able to reach the API server. The cluster must:
* Allow the worker's namespace to create Jobs with a **root init container** (sidecar materialization depends on this pattern).
* Grant the worker these namespace-scoped permissions: `create`, `get`, `list`, `watch`, `delete` on `jobs`; `get`, `list`, `watch` on `pods`; `get` on `pods/log`; `list` on `events`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This quickstart sets up the [managed architecture](/agent-platform/cloud-agents/

## Prerequisites

* **Enterprise plan with self-hosting enabled** — [Contact sales](https://warp.dev/contact-sales) if self-hosting is not yet enabled for your team.
* **Enterprise plan with self-hosting enabled** — [Contact sales](https://www.warp.dev/contact-sales) if self-hosting is not yet enabled for your team.
* **A Linux machine with Docker** — A VM, server, or local machine with the Docker daemon running Linux containers. Verify with `docker info`. Docker Desktop on macOS or Windows works for testing.
* **A team API key** — In the Warp app, go to **Settings** > **Cloud platform** > **Oz Cloud API Keys** to create a team-scoped API key. See [API Keys](/reference/cli/api-keys/) for details.
* **The Oz CLI** (for routing a test run) — See [Installing the CLI](/reference/cli/#installing-the-cli).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Your team must meet the following requirements to run integrations:
When a user triggers an agent through an integration (like Slack or Linear), the run draws from credits in a specific order. It starts with any [Cloud Agent Credits](/support-and-community/plans-and-billing/credits/#cloud-agent-credits) the user has, then moves to the user's base credits, followed by the team's Reload Credits, and finally the user's own Reload Credits. Enterprises may have different payment options and credit plans that affect this flow. If all applicable credit sources are exhausted, integrations and cloud agents will not work until credits are added.

:::note
If you're on an Enterprise plan, please reach out to [warp.dev/contact-sales](https://warp.dev/contact-sales) with any billing questions related to integrations.
If you're on an Enterprise plan, please reach out to [warp.dev/contact-sales](https://www.warp.dev/contact-sales) with any billing questions related to integrations.
:::

### Identity mapping
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ They are compatible with any Linux x86-64 image that includes a `bash` shell and

### Resources

The resources available to Warp-hosted agents depend on your [plan](https://warp.dev/pricing) - see the latest details there.
The resources available to Warp-hosted agents depend on your [plan](https://www.warp.dev/pricing) - see the latest details there.

On [enterprise](/enterprise) plans, resources are configurable up to 32 vCPUs and 64 GiB of memory. If additional resources are required, reach out to Warp support about custom provisioning.

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/agent-platform/local-agents/active-ai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Press `→` or `CTRL-F` to accept a Next Command suggestion into your input buff

#### Billing

Next Commands are unlimited across all of Warp's plans, including the Free plan. For the latest information on other AI limits and other pricing details, visit [warp.dev/pricing](https://warp.dev/pricing).
Next Commands are unlimited across all of Warp's plans, including the Free plan. For the latest information on other AI limits and other pricing details, visit [warp.dev/pricing](https://www.warp.dev/pricing).

### Suggested Code Diffs

Expand All @@ -71,7 +71,7 @@ You can also view additional details of the diff by pressing `CMD + E` (macOS) o

**Billing**

Suggested Code Diffs do not count toward your AI request limits. There are maximum limits to the number of code diffs surfaced per month, which scales based on your plan tier. For the latest details on plan limits and pricing, please visit [warp.dev/pricing](https://warp.dev/pricing).
Suggested Code Diffs do not count toward your AI request limits. There are maximum limits to the number of code diffs surfaced per month, which scales based on your plan tier. For the latest details on plan limits and pricing, please visit [warp.dev/pricing](https://www.warp.dev/pricing).

## Active AI privacy

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/changelog/2025.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ Built from the ground up for agentic workflows, Warp is the most powerful tool f

All of this comes with higher AI usage limits on our Pro and Turbo plans, plus new pay-as-you-go overages for continued access to premium models.\
\
**Watch the full Warp 2.0 launch event →** [**warp.dev/future**](https://warp.dev/future)
**Watch the full Warp 2.0 launch event →** [**warp.dev/future**](https://www.warp.dev/future)

### 2025.06.11 (v0.2025.06.11.08.11)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ Consider the following when selecting a deployment model:
* [Security overview](/enterprise/security-and-compliance/security-overview/) - Data handling, encryption, and compliance details
* [Bring Your Own LLM](/enterprise/enterprise-features/bring-your-own-llm/) - Route inference through your own cloud infrastructure
* [Admin Panel](/enterprise/team-management/admin-panel/) - Configure agent policies and security settings
* [Contact sales](https://warp.dev/contact-sales) - Discuss deployment options for your organization
* [Contact sales](https://www.warp.dev/contact-sales) - Discuss deployment options for your organization
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BYOLLM applies to interactive agents in the terminal. Cloud agents do not yet su
:::

:::note
BYOLLM is only available on Warp's Enterprise plan. Contact [warp.dev/contact-sales](https://warp.dev/contact-sales) to learn more.
BYOLLM is only available on Warp's Enterprise plan. Contact [warp.dev/contact-sales](https://www.warp.dev/contact-sales) to learn more.
:::

## Key features
Expand Down Expand Up @@ -225,4 +225,4 @@ Yes. Admins can configure routing policies to require specific models to use BYO
* [Bring Your Own API Key](/support-and-community/plans-and-billing/bring-your-own-api-key/)
* [Model Choice](/agent-platform/capabilities/model-choice/) — Full list of supported models
* [Admin Panel](/enterprise/team-management/admin-panel/) — Configure team settings
* [Contact Sales](https://warp.dev/contact-sales) — Get help with enterprise setup
* [Contact Sales](https://www.warp.dev/contact-sales) — Get help with enterprise setup
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Warp is available for macOS, Linux, and Windows.

### Download Warp

Visit [warp.dev/download](https://warp.dev/download) and select your platform:
Visit [warp.dev/download](https://www.warp.dev/download) and select your platform:

* **macOS** - Download the `.dmg` installer (macOS 10.15 Catalina or later)
* **Linux** - Download the `.deb`, `.rpm`, or use the install script
Expand All @@ -41,7 +41,7 @@ sudo dpkg -i warp-terminal_*.deb
sudo rpm -i warp-terminal-*.rpm

# Or use the install script
curl -fsSL https://warp.dev/install.sh | bash
curl -fsSL https://www.warp.dev/install.sh | bash
```

**Windows:**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Before you begin:

Warp uses SSO to authenticate users and control access to your organization's Warp team. Warp supports Okta, Microsoft Entra ID, Google Workspace, OneLogin, and any SAML 2.0 or OIDC compatible provider through [WorkOS](https://workos.com).

SSO setup is coordinated with Warp's team — contact your account team or [enterprise support](https://warp.dev/contact-sales) to get started. For the full setup process and supported providers, see [Single Sign-On (SSO)](/enterprise/security-and-compliance/sso/).
SSO setup is coordinated with Warp's team — contact your account team or [enterprise support](https://www.warp.dev/contact-sales) to get started. For the full setup process and supported providers, see [Single Sign-On (SSO)](/enterprise/security-and-compliance/sso/).

**Before rolling out to your team**, test SSO login in an incognito window to confirm it works. See [Testing SSO](/enterprise/security-and-compliance/sso/#testing-sso) for steps.

Expand Down Expand Up @@ -185,4 +185,4 @@ For common SSO problems (login failures, account linking, provider portal errors

* [Admin Panel documentation](/enterprise/team-management/admin-panel/)
* [Troubleshooting login issues](/support-and-community/troubleshooting-and-support/troubleshooting-login-issues/)
* [Contact enterprise support](https://warp.dev/contact-sales) - Priority support via dedicated Slack/Teams channel
* [Contact enterprise support](https://www.warp.dev/contact-sales) - Priority support via dedicated Slack/Teams channel
2 changes: 1 addition & 1 deletion src/content/docs/enterprise/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you have an existing Warp account from before your organization enabled SSO,

## Step 2: Download and set up Warp

1. Visit [warp.dev/download](https://warp.dev/download) and select your platform (macOS, Linux, or Windows).
1. Visit [warp.dev/download](https://www.warp.dev/download) and select your platform (macOS, Linux, or Windows).
2. Install Warp:
* **macOS** - Open the `.dmg` and drag Warp to Applications.
* **Linux** - Install via `.deb`, `.rpm`, or the install script.
Expand Down
Loading
Loading