# Coda Runbooks (agentic workflows)

Operational docs for the agentic workflows that **Coda** (`ows-coda`) runs over the Abacus API.
Source of truth is the code on `master` of `ows-coda` (`apps/server/src/ai/workflows/`).

Coda is the engine; each workflow is documented separately as it ships.

- [Contract creation](./contract-creation.md): operating the contract-creation workflow.
  Covers flags, the local dev console, the API, dry-run vs real (QA-only) execution, monitoring
  via the audit trail, common failures, and how to "roll back".

For the conceptual overview see [Learn: Coda](../../learn/coda/README.md); for the design see
the [Coda technical project](../../technical-projects/coda/README.md).
