Agentic Pipeline documentation
Agentic Pipeline is a build-and-ship platform for fleets of AI coding agents — it tests every
push and ships every merge. A GitHub Actions alternative that owns the whole chain:
webhook intake, orchestration, executor runs, the required RunsGreen check, and ship-on-green deploys.
- Flows — the architecture, and what happens on a push, a deploy, a sandbox run, a followed ship, and onboarding.
- MCP server — the tools coding agents use to operate CI/CD themselves.
- Recipe format — the
.slipstream.jsonpipeline-as-code file your repo ships, plus runtimes, presets, coverage telemetry, and deploy recipes. - Build caching — the automatic warm-machine caches you get for free and the opt-in managed turbo remote cache, with how to enable and verify each.
- Control-plane API — the HTTP surface behind it all, as an OpenAPI specification (web only — OpenAPI page).
- Architecture deep-dive — the full internal overview: modules, topology, live-run benchmarks (web only — architecture page).
Reference pages on this site are generated from the running code at build time and republished on every release — they cannot drift from production.