Skip to content

Factories > Overview

Warp Factories quickstart

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

Set up a factory, connect your repositories, and take your first work item from prompt to pull request in less than 10 minutes.

A factory is a fleet of agents wired to your software development lifecycle. It connects your repositories and tools to move requests through triage, specification, implementation, review, and verification, while people stay in control of key decisions. You talk to one agent, the foreman. It picks up the request from wherever it starts, such as Slack, an issue tracker, or a code host, then dispatches the factory’s other agents, each owning one part of the software development lifecycle.

In this quickstart, you will create a factory and take one small work item from prompt to pull request in less than 10 minutes.

Setup connects your code host, selects repositories, names the factory and its foreman, and chooses default agents. You can also connect Slack and an issue tracker now or add them later. Every choice can be changed after setup.

  • Warp Factories access - Request Early Access for your team.
  • A Warp team with credits - The team’s credits are consumed by factory agents.
  • Repository access - Authorize GitHub or GitLab during setup. If your organization restricts app installations, ask an owner to approve the connection.

~5 minutes

Warp walks you through a setup wizard:

  1. Sign in to the Warp Factories web app. Next to Factories, click +.

    The Factories section of the sidebar, with the + button used to start a new factory highlighted.

    Click + next to Factories to open the setup wizard.

  2. Click I want to use repos from GitHub or I want to use repos from GitLab, then choose the organization or group to connect.

    The Connect a GitHub organization screen, with an already-connected organization shown as an option.

    Choose the organization or group whose repositories the factory will use. GitLab shows an equivalent screen for groups.

  3. On Select your repos, select the repositories the factory works in, then click Add repos. Start with one or two repositories that ship together, and add more later. See sizing a factory before adding a repository another factory already covers.

    The Select your repos screen, searching for repositories by name.

    Search for and select the repositories the factory works in.

  4. Name the factory. This also sets its Foreman name, the handle your team @-mentions in Slack and Linear. The factory and foreman names match by default, but the foreman is the agent that coordinates its work.

    The Give your factory some personality screen, with Factory name and Foreman name fields filled in.

    Name the factory and, optionally, add a description and avatar.

  5. Toggle the agents the foreman can dispatch: Triage, Spec, Implement, and Review. All four start enabled. Leave Implement on so this quickstart can end in a pull request. See factory agents for details.

    The Pick your factory agents screen, with the Foreman and all four default agents shown as enabled.

    Toggle which default agents the foreman can dispatch.

  6. Optionally connect Slack and an issue tracker so teammates can hand work to the factory from the tools they already use. You can add either later from connect your factory.

Warp creates the factory and opens its dashboard.

~5 minutes

Send work from Slack or an issue tracker. If you skipped integrations, start a run from the Runs page of the factory’s dashboard.

  1. Describe one small, verifiable change and send it:

    Example first request
    Add a "Local development" section to README.md that summarizes the setup
    steps from CONTRIBUTING.md. Keep the change to that one file, run the
    repo's lint check, and open a pull request.

    Name the file, expected change, and verification command.

  2. The foreman dispatches the agents needed for the request and posts progress where it started. Follow the foreman and child runs on the factory’s Runs page. Requests for input also appear in your inbox.

    If you connected Slack, you can follow along there instead:

    A Slack thread where the Warp Factories app replies with tracking and triage progress updates, including links to open the session and view it in the factory.

    The factory’s Slack app posting progress updates back in the thread where you sent the request.

  3. When the Implement agent finishes, review and merge the linked pull request as you would any other.