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
4 changes: 3 additions & 1 deletion src/content/docs/agents/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ Separately from the Warp Agent, Warp gives third-party CLI coding agents first-c

[**{VARS.WARP_AUTOMATION_PLATFORM}**](/platform/overview/) is Warp's programmable system for running and coordinating agents at scale. It provides the environments, triggers, integrations, orchestration, and observability that cloud agents run on, along with a CLI, API, and SDK for driving agents programmatically.

The {VARS.WARP_AUTOMATION_PLATFORM} tab covers it in full.
To automate an entire workflow rather than a single task, use [Warp Factories](/factories/). Built on {VARS.WARP_AUTOMATION_PLATFORM}, a factory runs a team of cloud agents that triage, spec, implement, review, and verify work.

The {VARS.WARP_AUTOMATION_PLATFORM} tab covers the platform in full.

---

Expand Down
3 changes: 2 additions & 1 deletion src/content/docs/enterprise/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ import { VARS } from '@data/vars';

Warp Enterprise is built for organizations that want to accelerate software development with agents while maintaining security, compliance, and administrative control. It brings Warp's **Agentic Development Environment** to your entire engineering organization with the governance features IT and security teams require.

Warp has two core products:
Warp has three products:

* **Warp Terminal** - A modern terminal designed for agentic development where developers run commands, collaborate with agents, and orchestrate autonomous work from the command line.
* **{VARS.WARP_AUTOMATION_PLATFORM}** - Warp's programmable system for running and coordinating agents at scale. {VARS.WARP_AUTOMATION_PLATFORM} powers all agents in Warp, whether they run locally or in the cloud, and provides the orchestration, tracking, and control plane for scalable agent workflows.
* [**Warp Factories**](/factories/) - Warp's product for building and operating software factories, where cloud agents triage, spec, implement, review, and verify work, and humans approve key decisions.

## Who Warp Enterprise is for

Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/guides/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import GuidesLanding from '@components/GuidesLanding.astro';

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.

To turn a one-off workflow into a repeatable process run by a team of cloud agents, see [Warp Factories](/factories/).

:::note
**New to Warp?** Start with [Welcome to Warp](/guides/getting-started/welcome-to-warp/), then explore [10 Warp Coding Features You Should Know](/guides/getting-started/10-coding-features-you-should-know/).
:::
Expand Down
8 changes: 8 additions & 0 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ Cloud agents are ideal for work that doesn't need your immediate attention, like

---

## Repeatable development workflows with Warp Factories

A single cloud agent handles one task. **Warp Factories**, now in Early Access, lets your team run a software factory: a repeatable process where cloud agents triage, spec, implement, review, and verify work, and humans approve key decisions.

→ [Learn about Warp Factories](/factories/)

---

## How they work together

Warp and {VARS.WARP_AUTOMATION_PLATFORM} provide a unified experience across local and cloud development:
Expand Down
Loading