AutoFlow Documentation
Everything you need to deploy and run autonomous AI workflows.
Quick Start
Get AutoFlow running locally in under 5 minutes.
API Reference
Full REST API documentation with request/response examples.
Interactive Demo
Run workflows in the browser — no sign-up required.
GitHub
Source code, issues, and contribution guide.
What is AutoFlow?
AutoFlow is an open-source AI workflow automation platform. It gives you a library of pre-built workflow templates — each one a multi-step pipeline that combines triggers, AI (LLM) steps, data transforms, conditional routing, and action steps into a single autonomous agent.
You configure a template with your own credentials and parameters, then run it via the REST API or webhook triggers. AutoFlow handles execution, retries, and emitting output events — you just consume the results.
Built-in templates
| Template | Category | What it does |
|---|---|---|
| tpl-lead-enrich | sales | Enriches leads, scores with AI, routes to CRM |
| tpl-content-gen | content | Generates AI drafts with brand voice + SEO meta |
| tpl-support-bot | support | Classifies tickets, generates replies, escalates edge cases |