Skip to main content

Cultivate OS docs

Cultivate OS is UI-first, with a first-class API and MCP. The app at app.cultivate-os.com is the primary product experience — but every module also ships an HTTP API, an MCP server, and webhooks in one consistent shape, so you can wire Cultivate OS into your own automation stack.

This site is the home for integrators. It is being built out alongside the platform integration pattern — the canonical shape every module converges on.

What you'll find here

  • Authentication — how workspace tokens work, and how the browser vs machine-to-machine modes differ.
  • BYOK — configuring your own LLM credentials per workspace.
  • Per-module reference — HTTP API, MCP tools, and webhook events for Winnow, Bushel, and Flourish.
  • Integration recipes — end-to-end walk-throughs (n8n, direct API, and more).
  • Versioning & deprecation — how the API evolves.

:::note Under construction The reference and recipe sections land incrementally. This overview page is the themed skeleton (P1.1.a); the auth/BYOK guides, per-module reference (rendered from each module's OpenAPI), and recipes follow in P1.1 c–f. :::

The modules

ModuleRole
WinnowProduct-intelligence knowledge base — turns evidence into recommendations.
BushelLaunch artefacts — turns a recommendation into a launch.
FlourishBuild packaging — turns a recommendation into Epics + Stories for a PM tool and an AI builder.

Each exposes the same kinds of surface — API, MCP, webhooks — so the second module you integrate takes a fraction of the time of the first.