Skip to content

Commit f8d76e2

Browse files
docs: add Warp Factories cross-links
Co-Authored-By: Warp Agent <agent@warp.dev>
1 parent f47f16b commit f8d76e2

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

src/content/docs/agents/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ 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+
For repeatable work that spans multiple agent roles, [Warp Factories](/factories/) coordinates specialized cloud agents across software development workflows, while the {VARS.WARP_AUTOMATION_PLATFORM} provides the underlying cloud-run primitives.
40+
3941
The {VARS.WARP_AUTOMATION_PLATFORM} tab covers it in full.
4042

4143
---

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's products cover interactive development, cloud automation, and repeatable multi-agent workflows:
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/) - Coordinates specialized cloud agents across persistent software development workflows, using {VARS.WARP_AUTOMATION_PLATFORM} primitives to move work through triage, implementation, review, and verification.
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+
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.
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ Cloud agents are ideal for work that doesn't need your immediate attention, like
7575

7676
[Learn about the {VARS.WARP_AUTOMATION_PLATFORM}](/platform/overview/)
7777

78+
### Across software development workflows, with Warp Factories
79+
80+
[**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.
81+
7882
---
7983

8084
## How they work together

0 commit comments

Comments
 (0)