Skip to content

Commit f52f6e9

Browse files
docs: add Warp Factories to docs landing pages (#538)
* docs: add Warp Factories cross-links Co-Authored-By: Warp Agent <agent@warp.dev> * docs: clarify Factories cross-link copy for external readers Rewrite the four Warp Factories blurbs in plain, benefit-led language: - Replace the repeated 'coordinates specialized cloud agents across software development workflows' phrasing with concrete descriptions grounded in the terminology glossary (triage, spec, implement, review, verify; humans approve key decisions). - Drop internal implementation jargon ('Oz primitives', 'cloud-run primitives') from user-facing copy. - Fix the dangling modifier on the Guides landing page. - Simplify the Enterprise product-list intro and make the Factories bullet parallel with the other product bullets. - Match the root landing page's section pattern (divider, bold name, arrow link) and move 'Early Access' into prose. Co-Authored-By: Warp <agent@warp.dev> --------- Co-authored-by: Warp Agent <agent@warp.dev>
1 parent f47f16b commit f52f6e9

4 files changed

Lines changed: 15 additions & 2 deletions

File tree

src/content/docs/agents/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ Separately from the Warp Agent, Warp gives third-party CLI coding agents first-c
3636

3737
[**{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.
3838

39-
The {VARS.WARP_AUTOMATION_PLATFORM} tab covers it in full.
39+
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.
40+
41+
The {VARS.WARP_AUTOMATION_PLATFORM} tab covers the platform in full.
4042

4143
---
4244

src/content/docs/enterprise/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ import { VARS } from '@data/vars';
88

99
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.
1010

11-
Warp has two core products:
11+
Warp has three products:
1212

1313
* **Warp Terminal** - A modern terminal designed for agentic development where developers run commands, collaborate with agents, and orchestrate autonomous work from the command line.
1414
* **{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.
15+
* [**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.
1516

1617
## Who Warp Enterprise is for
1718

src/content/docs/guides/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import GuidesLanding from '@components/GuidesLanding.astro';
1010

1111
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.
1212

13+
To turn a one-off workflow into a repeatable process run by a team of cloud agents, see [Warp Factories](/factories/).
14+
1315
:::note
1416
**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/).
1517
:::

src/content/docs/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ Cloud agents are ideal for work that doesn't need your immediate attention, like
7777

7878
---
7979

80+
## Repeatable development workflows with Warp Factories
81+
82+
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.
83+
84+
[Learn about Warp Factories](/factories/)
85+
86+
---
87+
8088
## How they work together
8189

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

0 commit comments

Comments
 (0)