Documentation for CellaFlow — The Execution Ledger for Multi-Agent AI.
Powered by Mintlify.
Install the Mintlify CLI:
npm install -g mintRun the local preview server (from this directory):
mint devOr without a global install:
npx mint devThe docs preview will be available at http://localhost:3000.
- Create a new
.mdxfile in the appropriate folder - Add a YAML frontmatter block (
title,description,icon) - Register the page path in
docs.jsonundernavigation.groups
cellaflow-docs/
├── docs.json # Mintlify configuration (navigation, theme, branding)
├── logos/ # Logo and favicon assets
├── index.mdx # Landing / overview page
├── quickstart.mdx # 3-minute quickstart
├── concepts.mdx # Core mental models
├── architecture.mdx # System architecture
├── sdks/
│ └── python/
│ ├── overview.mdx # Python SDK installation + examples
│ ├── decorators.mdx # @workflow, @step, @tool reference
│ └── langgraph.mdx # CellaflowSaver checkpointer
├── self-hosting.mdx # Docker, TLS, auth, env vars
├── api-reference.mdx # gRPC API + grpcurl examples
└── changelog.mdx # Release notes
Docs are deployed via Mintlify's GitHub integration to docs.cellaflow.com. Push to main to trigger a deploy.