From ceb75832b5e680138815747ddc825307877ec07a Mon Sep 17 00:00:00 2001 From: Hong Yi Chen Date: Sat, 15 Aug 2026 16:58:37 -0700 Subject: [PATCH 1/2] docs: add Warp Factories cross-links Co-Authored-By: Warp Agent --- src/content/docs/agents/index.mdx | 4 +++- src/content/docs/enterprise/index.mdx | 3 ++- src/content/docs/guides/index.mdx | 2 ++ src/content/docs/index.mdx | 4 ++++ 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/content/docs/agents/index.mdx b/src/content/docs/agents/index.mdx index 3c6f59648..e4a89bc68 100644 --- a/src/content/docs/agents/index.mdx +++ b/src/content/docs/agents/index.mdx @@ -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. +For repeatable work that spans multiple agent roles, [Warp Factories](/factories/) coordinates specialized cloud agents across software development workflows, while {VARS.WARP_AUTOMATION_PLATFORM} provides the underlying cloud-run primitives. + +The {VARS.WARP_AUTOMATION_PLATFORM} tab covers the platform in full. --- diff --git a/src/content/docs/enterprise/index.mdx b/src/content/docs/enterprise/index.mdx index d3a78235b..373ce4ed0 100644 --- a/src/content/docs/enterprise/index.mdx +++ b/src/content/docs/enterprise/index.mdx @@ -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's products cover interactive development, cloud automation, and repeatable multi-agent workflows: * **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/) - Coordinates specialized cloud agents across persistent software development workflows, using {VARS.WARP_AUTOMATION_PLATFORM} primitives to move work through triage, implementation, review, and verification. ## Who Warp Enterprise is for diff --git a/src/content/docs/guides/index.mdx b/src/content/docs/guides/index.mdx index 65b3f41fe..6e15a5cb4 100644 --- a/src/content/docs/guides/index.mdx +++ b/src/content/docs/guides/index.mdx @@ -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. +When you're ready to turn a one-off coding workflow into a repeatable, multi-agent process, [Warp Factories](/factories/) coordinates specialized cloud agents across software development stages. + :::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/). ::: diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 6b407570c..0e06637fe 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -75,6 +75,10 @@ Cloud agents are ideal for work that doesn't need your immediate attention, like → [Learn about the {VARS.WARP_AUTOMATION_PLATFORM}](/platform/overview/) +## Repeatable software workflows with Warp Factories + +[**Warp Factories (Early Access)**](/factories/) coordinates specialized cloud agents across software development workflows, assembling {VARS.WARP_AUTOMATION_PLATFORM} primitives into repeatable processes such as triage, implementation, review, and verification. + --- ## How they work together From 24baf0bede8ca6ca6cbe48a8dec27276097408f2 Mon Sep 17 00:00:00 2001 From: hongyi-chen Date: Sun, 16 Aug 2026 05:36:39 +0000 Subject: [PATCH 2/2] 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 --- src/content/docs/agents/index.mdx | 2 +- src/content/docs/enterprise/index.mdx | 4 ++-- src/content/docs/guides/index.mdx | 2 +- src/content/docs/index.mdx | 8 ++++++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/content/docs/agents/index.mdx b/src/content/docs/agents/index.mdx index e4a89bc68..f884f8ca5 100644 --- a/src/content/docs/agents/index.mdx +++ b/src/content/docs/agents/index.mdx @@ -36,7 +36,7 @@ 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. -For repeatable work that spans multiple agent roles, [Warp Factories](/factories/) coordinates specialized cloud agents across software development workflows, while {VARS.WARP_AUTOMATION_PLATFORM} provides the underlying cloud-run primitives. +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. diff --git a/src/content/docs/enterprise/index.mdx b/src/content/docs/enterprise/index.mdx index 373ce4ed0..1b045d49a 100644 --- a/src/content/docs/enterprise/index.mdx +++ b/src/content/docs/enterprise/index.mdx @@ -8,11 +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's products cover interactive development, cloud automation, and repeatable multi-agent workflows: +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/) - Coordinates specialized cloud agents across persistent software development workflows, using {VARS.WARP_AUTOMATION_PLATFORM} primitives to move work through triage, implementation, review, and verification. +* [**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 diff --git a/src/content/docs/guides/index.mdx b/src/content/docs/guides/index.mdx index 6e15a5cb4..0ab75173f 100644 --- a/src/content/docs/guides/index.mdx +++ b/src/content/docs/guides/index.mdx @@ -10,7 +10,7 @@ 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. -When you're ready to turn a one-off coding workflow into a repeatable, multi-agent process, [Warp Factories](/factories/) coordinates specialized cloud agents across software development stages. +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/). diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 0e06637fe..62789bef4 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -75,9 +75,13 @@ Cloud agents are ideal for work that doesn't need your immediate attention, like → [Learn about the {VARS.WARP_AUTOMATION_PLATFORM}](/platform/overview/) -## Repeatable software workflows with Warp Factories +--- + +## 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. -[**Warp Factories (Early Access)**](/factories/) coordinates specialized cloud agents across software development workflows, assembling {VARS.WARP_AUTOMATION_PLATFORM} primitives into repeatable processes such as triage, implementation, review, and verification. +→ [Learn about Warp Factories](/factories/) ---