- Get Started

OpenFlows Documentation

OpenFlows is a self-hosted orchestration layer for running autonomous AI development teams on top of Coder. Read these docs to install, operate, extend, and contribute to the system.

Getting Started

Install OpenFlows, obtain tokens, and run your first autonomous issue-to-merge cycle.

Core Concepts

The ideas that make OpenFlows work: architecture-first orchestration, the agent team, and the Coder integration model.

Architecture

Detailed design of the orchestration engine, state machine, recovery systems, and agent lifecycle.

Guides

Practical instructions for configuring, extending, and operating OpenFlows in production.

Reference

Exact specifications for configuration, APIs, and command-line usage.

Contributing

How to build, extend, and test OpenFlows as a contributor.

What OpenFlows is not

Not a CI/CD platform

It orchestrates agents and integrates with your existing CI/CD pipeline; it does not replace it.

Not a SaaS offering

It is self-hosted on your infrastructure. You retain full control over data, models, and execution.

Not an IDE

It works with any editor through Coder workspaces. It orchestrates agents, not your editor.

Not a code generator

It coordinates agents that write code. The value is in the architecture, contracts, and review gates.