Skip to content

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.

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
CategoryCountExamples
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/O24HTTP request, Cloudflare D1/KV/R2, file operations
Logic17Conditional routing, batch processing, fan-out/join, sub-workflows
LLM12Chat completion, text summarization, translation, classification
RAG9Document Q&A, knowledge base chat, semantic search
HITL8Approval workflows, human review gates, agent review loops
Memory6Buffer memory chat, scoped context, conversation memory
Cloudflare scaffold bridge14CF AI Chat, R2 storage, KV task manager, durable chat, multi-tenant
Email & Business9Email triage, lead qualification, ops router, weekly summary, web research, grounded marketing
Media (image/video/audio)19Text-to-image, image variation, video, audio transcription, voice-to-voice, accessibility, podcast summarizer
Multi-Agent5Plan-and-Execute, Reflection, Supervisor, Swarm, Multi-Agent Research
Resilience1Error handling with retry and fallback
  1. Browse templates at /templates
  2. Click any template to preview its structure and description
  3. Click Use Template to load it onto your canvas
  4. Customize nodes, connections, and configuration for your use case
  5. Run the workflow

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 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.

#SlugWhat it demonstrates
1customer-supportRAG + HITL — search KB, draft reply, human approves before send
2document-intelligence-pipelineWebhook → classify → route by type
5research-crewMulti-agent — planner + 3 researchers + editor
6voice-ivr-bookingsSIP voice IVR with intent routing
8sales-email-personalizerBatch loop + voice clone + email
9meeting-summary-actionsCalendar webhook → ASR → summarize → fanout actions
10docs-knowledge-assistantRAG + MCP memory recall
12competitor-pricing-scraperDaily BrowserUse + D1 + Slack notify
13agent-network-voiceVoice + 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.