Reference
The contracts, in full. Enough to author a flow, fire an event, sync a repo or write an adapter without reading source.
| Page | Covers |
|---|---|
| Flow definition schema | Order as routing, two-armed branches and fall-through, the id/slug/name identity rules, every node type, every condition and operator, and what the validator says. |
| Event contract | The trigger stream: the shape of an event, batching and deduplication, the events Mimeo writes itself, and how to design your own names. |
| Definitions repo layout | Every file format, and the two rules that matter more than the formats: node ids are never rewritten, and sharing is expressed by the reference. |
| Write your own adapter | The capability declarations, the deliver contract, webhook normalization, and the conformance suite that certifies it. |
For the operating surfaces themselves: the API, the CLI, and the MCP server. For doing the same things by hand, the usage guides.