Skip to content

Factories > Getting started

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 about 10 minutes.

A factory is a group of cloud agents that turns incoming requests into pull requests. 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. People stay in the loop at the points that matter: approving specs when needed and merging pull requests.

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

Warp walks you through factory setup. Along the way, you decide:

  • The code host and repositories the factory works on.
  • The factory’s name and its foreman’s @-mention alias.
  • Which default agents the foreman can dispatch.
  • Whether to connect a chat tool and an issue tracker, or add them later.

You can change any of these after setup, so a best guess is fine for now.

  • Warp Factories access - Warp Factories is in Early Access. Request access for your team.
  • A Warp team with credits - A factory belongs to a Warp team. Factory agents consume the team’s credits.
  • Repository access - You authorize a code host during setup and choose which repositories the factory can reach. If your organization restricts app installations, ask an owner to approve the connection. See the GitHub and GitLab integration guides.

~5 minutes

Otherwise, 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 you want 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, search for and select the repositories the factory works in, then click Add repos. Start with one or two. Every agent in the factory shares this repo set, so a focused set keeps their context tight, and you can add more later.

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

    Search for and select the repositories the factory works in.

  4. Name the factory. Warp derives a matching Foreman name from it, the handle your team @-mentions to reach the factory from connected tools like Slack and Linear. Keep it short and recognizable, or set your own.

    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. Optionally, connect a chat tool so teammates can hand work to the factory from Slack, or skip it and add it later from connect your factory.

  6. Toggle the subagents the foreman can dispatch: Triage, Spec, Code, and Review. All four start enabled, and at least one is required. Leave Code on so this quickstart can end in a pull request. See factory agents for what each does.

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

    Toggle which default agents the foreman can dispatch.

  7. Optionally, connect an issue tracker so teammates can hand work to the factory from Linear or Jira, or skip it and add one later from connect your factory.

Warp creates the factory and opens its dashboard.

~5 minutes

Send the request from the tool your team already works in. Mention the factory in a Slack channel, or assign it an issue in your tracker, and it replies right there. If you skipped the integrations, start a run from the Runs page of the factory’s dashboard instead.

  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.

    Adapt the pattern to your repository: name the file, the change you expect, and the command that verifies it. A narrow, explicit request makes the first run easy to judge.

  2. The foreman picks up the request, dispatches the factory’s agents as child runs, and posts progress and questions back where the request started. Follow the details in the factory’s dashboard:

    • Runs - The foreman’s run and the child runs it dispatches.
    • Activity - The work item as it moves through its stages. Open it for the event history and pull request artifacts.
  3. When the Code agent finishes, the work item links to the pull request. Review and merge it the way you would any other: a factory hands off at the pull request and never merges for you.