diff --git a/src/content/docs/agents/index.mdx b/src/content/docs/agents/index.mdx index 3c6f5964..f884f8ca 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. +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 d3a78235..1b045d49 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 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 diff --git a/src/content/docs/guides/index.mdx b/src/content/docs/guides/index.mdx index 65b3f41f..0ab75173 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. +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 6b407570..62789bef 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -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: