Skip to content
Draft
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/factories/factory-mcp.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
title: Factory MCP
title: Factory MCP for Warp Factories
description: >-
Connect any coding agent to your team's factories to send in work, continue
tasks locally, and hand results back.
sidebar:
label: "Factory MCP"
---

# Factory MCP for Warp Factories

Factory MCP is a hosted Model Context Protocol (MCP) server that connects coding agents to your team's factories, in both directions: the agent you already work with — in Warp or in any MCP-capable tool — can send work to a factory, or take work over from one by pulling a task down, continuing it locally, and handing the result back.

The factory keeps a single record of each task throughout. Whether a change happens in the cloud or on your machine, it lands on the same task with the same history and conversation. A task is the factory's work item: the same unit of work that appears in the factory dashboard's [Activity view](/factories/factory-dashboard/#track-work-items-on-activity).
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/platform/harnesses/authentication.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Third-party cloud agent authentication
description: >-
Connect your Anthropic or OpenAI credentials to the {{WARP_AUTOMATION_PLATFORM}}, then launch Claude Code
or Codex as cloud agents from the desktop app, {{WEB_APP}}, or API.
Connect Anthropic or OpenAI credentials to the {{WARP_AUTOMATION_PLATFORM}} to
run Claude Code or Codex as cloud agents.
sidebar:
label: "Authentication"
---
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/platform/harnesses/warp-agent.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Warp Agent with the {{WARP_AUTOMATION_PLATFORM}}
description: >-
Warp Agent is the {{WARP_AUTOMATION_PLATFORM}}'s default harness. It routes across leading models, has full
terminal access, and is the only harness that can orchestrate subagents.
Warp Agent is the default {{WARP_AUTOMATION_PLATFORM}} harness, with multi-model
routing, full terminal access, and cross-harness subagent orchestration.
sidebar:
label: "Warp Agent"
---
Expand Down
5 changes: 2 additions & 3 deletions src/content/docs/platform/self-hosting/index.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: Self-hosting overview
description: >-
Run cloud agents on your own infrastructure. Choose between a managed
worker daemon orchestrated by the {{WARP_AUTOMATION_PLATFORM}} or unmanaged CLI-based execution you
control.
Run cloud agents on your own infrastructure with a managed worker daemon or
unmanaged CLI-based execution you control.
---
import { VARS } from '@data/vars';

Expand Down
5 changes: 2 additions & 3 deletions src/content/docs/platform/self-hosting/monitoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ title: Self-hosted worker monitoring
sidebar:
label: "Monitoring"
description: >-
Monitor self-hosted {{WARP_AUTOMATION_PLATFORM}} workers with OpenTelemetry metrics. Export to
Prometheus, OTLP, or console to track worker health, task throughput,
and saturation.
Monitor self-hosted {{WARP_AUTOMATION_PLATFORM}} workers with OpenTelemetry
metrics via Prometheus, OTLP, or console export.
---
import { VARS } from '@data/vars';

Expand Down
Loading