Skip to content

Factories > Integrations

Connect your factory

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

Route work into your factory from Slack, GitHub, Linear, Jira, local agents, direct runs, and schedules.

Connect your factory to the tools where your team already discusses, tracks, and reviews work. Wherever work starts, the factory keeps the original context — the thread, issue, or pull request — and posts results back to the same place.

Pick the sources that match where work starts for your team. You can connect more than one.

SourceBest forWhere follow-ups continue
SlackChat and support requestsThe Slack thread or DM
GitHubIssues, pull requests, reviews, and CIThe issue, pull request, or review thread
GitLabMerge request activity and bot mentionsThe merge request thread
LinearPlanned issuesThe Linear issue and its agent session
JiraWork items assigned to WarpThe Jira agent session
Factory MCPSending work from a local coding agentThe factory work item
Direct runs and schedulesOne-off or recurring workThe factory work item
  1. Pick the factory you want to connect. If you don’t have one yet, follow the Warp Factories quickstart.
  2. Connect the source: install the provider integration, set up the Factory MCP, or create a schedule. Each integration guide below walks through authorization; grant only the access the factory needs.
  3. Tell the factory how to respond. Provider connections come with default automations that decide which events start work and which agent handles them; review their filters and run settings. Schedules and direct runs skip this step.
  4. Send a test request, such as mentioning the factory in Slack or assigning it an issue, and confirm it picks up the work and replies at the source.
flowchart LR
  Event["Event from a<br/>connected tool"] --> Automation["Matching<br/>automation"]
  Schedule["Schedule"] --> Automation
  Automation --> Foreman["Foreman agent"]
  Direct["Direct request"] --> Foreman
  Foreman --> Work["Work item"]
  Work --> Results["Results posted<br/>back to the source"]

An event from a connected tool starts the automation whose filters match it, such as a specific repository, channel, or label. Schedules start their automation on a timer, and direct requests go straight to the factory.

Every request then lands with the foreman agent, the factory’s orchestrator. The foreman turns the request into a work item, works out which stage the work needs next, and dispatches a specialized agent for each stage: triage to scope the request, spec when the design needs agreement, implementation to write the code, and review to check it. Between stages it relays questions and progress back to the source, and it pauses wherever a decision belongs to a human, such as approving a spec or merging a pull request. See how Warp Factories work for the full lifecycle.

When you create a factory through the setup wizard, Warp adds default automations for each tool you connect, so common requests work immediately:

  • GitHub - Starts work when the factory is mentioned or assigned, and follows up when pull requests close or merge, completing a linked tracker issue when it can. See the GitHub integration guide.
  • GitLab - Starts work when someone mentions the factory’s bot in a merge request comment. See the GitLab integration guide.
  • Jira - Starts work when someone assigns or mentions Warp on a work item in one of the Jira projects you selected. See the Jira integration guide.
  • Linear - Starts work when a new agent session arrives from one of the Linear teams you selected. See the Linear integration guide.
  • Slack - Starts work from mentions and messages, as described in the Slack integration guide.

These defaults are starting points. Review each automation’s filters, agent, and run settings, and adjust them to match your workflow.

  • Slack - Route chat requests, direct messages, and thread follow-ups through a dedicated factory app.
  • GitHub - Route repository events with issue, pull request, review, or CI context.
  • GitLab - Route merge request events and bot mentions through a per-factory service account.
  • Linear - Route planned issues through issue activity and agent sessions.
  • Jira - Route Jira work items assigned to Warp into factory work.

The Factory MCP connects local coding agents and other MCP clients to your factory. Use it to send work to the factory from your terminal, check status, coordinate with the foreman agent, and hand finished work back to the same work item. See the Factory MCP guide.

Not every task starts in an external tool:

  • Start a direct factory run for one-off work: describe the task and the foreman agent takes it from there.
  • Create a scheduled automation for recurring work such as maintenance or reports.

See the triggers overview for how schedules and other triggers work across the platform.

  • Follow-ups continue the same work item - Replying in the same Slack thread, GitHub issue or pull request, Linear issue, or Jira agent session adds to the existing work item instead of starting a new one. Repeated event deliveries from a provider don’t create duplicate work either.
  • One issue tracker per factory - A factory can use Linear or Jira, or no tracker at all, but not both at once. The setup wizard currently offers Linear; to use Jira, connect it after setup or in your factory definition.
  • Filters route work; they don’t restrict access - Choosing which requests start work is separate from what a running agent can reach. See automation filters.
  • The factory hands off at the pull request - It pushes branches and opens pull requests, then waits for a person. See what humans decide.

Next, customize which agents receive work and how it’s routed with factory definitions as code.