Skip to content

Factories > Get started

Warp Factories overview

Open in ChatGPT ↗
Ask ChatGPT about this page
Open in Claude ↗
Ask Claude about this page
Copied!

Warp Factories runs cloud software factories where specialized agents move engineering work from intake to a reviewed pull request.

Warp Factories lets engineering teams define and operate software factories, cloud workflows where specialized agents move engineering work from intake to a reviewed pull request. Your team sets the policy and makes the final decisions; the factory does the repetitive work and records the evidence you need to improve it.

A software factory is an automation loop around software development. It takes a work item, such as an issue, ticket, or triggered task, and moves it through specialized agents that triage it, write a specification when one is needed, implement the change, and review the result.

A factory is one deployed instance of that loop. It connects your repositories and engineering tools to agent roles, execution infrastructure, and a measurable workflow. Each factory applies a single policy across all of its work sources, so deploy separate factories for repository groups that need different policies.

Warp Factories fits engineering teams with repeatable work that extends beyond one coding session:

  • Backlog work - Process issues with a consistent triage and delivery policy.
  • Operational requests - Fix defects reported through support channels.
  • Code maintenance - Review incoming pull requests or maintain services across repositories.
  • Coordinated specialist agents - A team of factory agents runs each work item. A coordinating foreman routes it through the triage, spec, implement, and review roles, skipping stages that don’t apply. Custom agents and automations cover work the defaults don’t.
  • Factory definitions as code - Version-controlled definition files describe your repositories, agents, automations, runners, skills, and MCP servers, so factory changes get the same review, history, and rollback as code changes.
  • Integrations and the Factory MCP - Work flows in from Slack, Linear, Jira, and GitHub, plus direct runs and schedules. The Factory MCP connects coding agents and other MCP clients.
  • Model and harness choice - Each agent role can use a different model and supported harness, including the Warp Agent, Claude Code, and Codex.
  • Measurement and self-improvement - The control room shows work-item status, runs, automations, costs, and benchmarks. Scorers grade completed work, and Self-improvement turns repeated failures into follow-up work the factory proposes for review.
  • Infrastructure control - Run on Warp-hosted infrastructure, or self-host execution on an eligible Enterprise plan. Teams can also connect supported inference providers, scope secrets, and (if eligible) store transcripts, artifacts, and run attachments in their own S3 or GCS buckets. See infrastructure and security for the available controls.

How Warp Factories relates to other Warp products

Section titled “How Warp Factories relates to other Warp products”
ProductHow it relates
WarpThe interactive terminal where you develop locally with agents and code review. A factory runs independently in the cloud.
Warp AgentWarp’s built-in agent harness. Factory roles can run on it or on another supported harness.
Warp Agent CLIRuns the Warp Agent in any terminal and exchanges work with a factory through the Factory MCP.
OzProvides the cloud runs, environments, runners, integrations, secrets, orchestration, and APIs that a factory assembles into one workflow.