Open infrastructure for cloud software factories
build on Warp: factories as code, any model or harness, with evals, benchmarks, and self-improvement built in.
get up to $10,000 in free factory usage
livefactory.yaml
# factory.yaml schemaVersion: v1alpha1 name: acme-web repositories: - owner: acme name: web mcpServers: github: warpId: mcp_github agentDefaults: model: claude-5-fable-high
trusted by 800k+ devs at
SDLC coverage
Beyond CI/CD to automating the whole SDLC
defined in code, built for scale, and easy to deploy.
# factory.yaml — factories as code schemaVersion: v1alpha1 name: pr-review repositories: - owner: acme name: web agentDefaults: model: claude-5-fable-high # agents/foreman/agent.md agentType: FOREMAN # agents/review/agent.md agentType: REVIEW model: glm-5.2-fireworks # automations/on-pr/automation.md agent: review triggers: - provider: github event: pull_request_ready