Learn Cloche
This section is the complete reference for Cloche. Whether you are writing your first .cloche workflow file, wiring together multi-step agent pipelines, or configuring which LLM agent runs inside your containers, everything you need is here.
The guides below cover the DSL that defines workflows, the CLI that drives them, and the agent configuration that controls how work is executed.
| Section | Description |
|---|---|
| Basic Concepts | A tour of the four primitives: workflows, steps, wires, and agents |
| DSL Reference | Complete syntax reference for .cloche workflow files |
| Communicating Between Steps | Passing data via env vars, the KV store, and shared files |
| CLI Reference | All cloche commands and flags |
| Agent Setup | Configuring Claude Code, Codex, and other agents |
| Configuration Reference | Project and user configuration files |
| Safety Guide | Security best practices for running LLM agents |
| Web Dashboard | Browser UI for monitoring and managing runs |
| Project Layout | Directory structure of a Cloche project |
| Dockerfile Requirements | Requirements for Cloche container images |