Skip to content

Using Templates

MIFY includes 140 built-in workflow templates covering common AI workflow patterns.

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
Platform63Dify bridge, Flowise import, n8n connector, ActivePieces demo, Node-RED bridge
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
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)