Integrations

What we plan to connect the factory to. None of these fire on a real job today— some have implementation code (notify-Slack, notify-Teams, notify-Email, webhooks); the orchestrator just doesn’t call them yet. The rest are pure roadmap. Tell us which to wire next at [email protected].

Code exists, not wired 4Planned 14

Notifications

Slack
Code exists

Post job completions, failures, and budget alerts to a Slack channel via incoming webhook.

Microsoft Teams
Code exists

Same as Slack — webhook-based incident + completion notifications.

Discord
Planned

Webhook notifications for build events. Embed-rich format with cost + duration.

Coming soon
Email (Resend)
Code exists

Transactional email for job completions, weekly digests, onboarding drip.

Source control

GitHub
Planned

Push generated code as a PR to a target repo. Auto-commit per job with descriptive messages.

Coming soonDocs
GitLab
Planned

Merge request creation against any GitLab project. Same flow as GitHub.

Coming soon

Issue tracking

Linear
Planned

Triggered by Linear issue assignment to a magic user. Builds the described feature, attaches PR + screenshots to the issue.

Coming soon
Jira
Planned

Same as Linear — issue → factory job → attachment.

Coming soon

Automation

Zapier
Planned

No-code automation. Trigger factory builds from any Zapier app. Output to any Zapier app.

Coming soon
n8n
Planned

Self-hostable workflow automation. Same trigger/action surface as Zapier.

Coming soon
Make (Integromat)
Planned

Visual automation. Pre-built modules for orchestrate + job status.

Coming soon
Generic webhooks
Code exists

Subscribe any HTTPS endpoint to job lifecycle events. HMAC-signed, retried on 5xx.

Storage

AWS S3
Planned

Auto-upload generated artifacts to your S3 bucket. SigV4 signed, no SDK dependency.

Coming soonDocs
Cloudflare R2
Planned

S3-compatible API; same driver path. Cheaper egress.

Coming soonDocs

Auth

Okta
Planned

SAML 2.0 SSO. JIT user provisioning. Default attribute mappings shipped.

Azure AD / Entra
Planned

SAML SSO with Entra-specific role-claim mappings.

Google Workspace
Planned

OIDC SSO for Workspace org. One-click sign-in.

Don’t see your tool?

Every factory action is reachable via our public REST API + SSE. Build your own integration in any language.

Two-way (↔) means we both push events to the tool and accept triggers back from it.