Using Templates
MIFY includes 149 built-in workflow templates (96.0% sweep pass rate) covering common AI workflow patterns and 22 active Track B platform demos.
Browsing Templates
Section titled “Browsing Templates”Navigate to /templates to browse all available templates. Use filters to narrow by:
- Category: RAG, LLM, Logic, HITL, I/O, Memory, Platform, Agent
- Difficulty: Beginner, Intermediate, Advanced
- Platform: MIFY native, Flowise, Dify, Langflow, n8n
Template Categories
Section titled “Template Categories”| Category | Count | Examples |
|---|---|---|
| Platform Demos (Track A + B) | 60+ | Dify bridge, Flowise import, n8n connector, ActivePieces, Node-RED, Strapi, Directus, Supabase, WordPress, Ghost, Saleor, MinIO, Mautic, Listmonk, Authentik, Keycloak, etc. |
| I/O | 24 | HTTP request, Cloudflare D1/KV/R2, file operations |
| Logic | 17 | Conditional routing, batch processing, fan-out/join, sub-workflows |
| LLM | 12 | Chat completion, text summarization, translation, classification |
| RAG | 9 | Document Q&A, knowledge base chat, semantic search |
| HITL | 8 | Approval workflows, human review gates, agent review loops |
| Memory | 6 | Buffer memory chat, scoped context, conversation memory |
| Cloudflare scaffold bridge | 14 | CF AI Chat, R2 storage, KV task manager, durable chat, multi-tenant |
| Email & Business | 9 | Email triage, lead qualification, ops router, weekly summary, web research, grounded marketing |
| Media (image/video/audio) | 19 | Text-to-image, image variation, video, audio transcription, voice-to-voice, accessibility, podcast summarizer |
| Multi-Agent | 5 | Plan-and-Execute, Reflection, Supervisor, Swarm, Multi-Agent Research |
| Resilience | 1 | Error handling with retry and fallback |
Using a Template
Section titled “Using a Template”- Browse templates at
/templates - Click any template to preview its structure and description
- Click Use Template to load it onto your canvas
- Customize nodes, connections, and configuration for your use case
- Run the workflow
Enterprise Templates
Section titled “Enterprise Templates”Enterprise templates require specific services to be connected:
- Email templates — requires Gmail or Outlook OAuth connection
- Calendar templates — requires Google Calendar or Outlook Calendar
- Messaging templates — requires Slack, Discord, or Telegram connector
Each enterprise template shows a readiness badge:
- Ready — all required services are connected
- Setup Required — click to see which services need configuration
Starter Templates
Section titled “Starter Templates”Starter templates include built-in tutorial content:
- Step-by-step instructions within the template
- Pre-configured with sensible defaults
- Designed for learning specific patterns (RAG, agents, HITL)
Demo Showcase Templates (demo-1 through demo-13)
Section titled “Demo Showcase Templates (demo-1 through demo-13)”Beyond the 149 built-in templates, MIFY ships 13 end-to-end demo showcase templates that wrap common patterns into one-click runnable examples. They power the Anonymous Demo Runner — any visitor can run them at /templates/starter/[slug] without signing up.
| # | Slug | What it demonstrates |
|---|---|---|
| 1 | customer-support | RAG + HITL — search KB, draft reply, human approves before send |
| 2 | document-intelligence-pipeline | Webhook → classify → route by type |
| 5 | research-crew | Multi-agent — planner + 3 researchers + editor |
| 6 | voice-ivr-bookings | SIP voice IVR with intent routing |
| 8 | sales-email-personalizer | Batch loop + voice clone + email |
| 9 | meeting-summary-actions | Calendar webhook → ASR → summarize → fanout actions |
| 10 | docs-knowledge-assistant | RAG + MCP memory recall |
| 12 | competitor-pricing-scraper | Daily BrowserUse + D1 + Slack notify |
| 13 | agent-network-voice | Voice + multi-agent + A2A + MCP — full agent-network showcase |
The demo telemetry dashboard (admins only) at /admin/demos/dashboard shows per-demo views, runs, success rate, and BYOK conversion.