FAQ
General
Section titled “General”What is MIFY?
Section titled “What is MIFY?”MIFY is a unified AI workflow orchestration platform. You build workflows visually, connect to 108+ AI providers, and run with full control including human approval gates and audit trails.
What does MIFY stand for?
Section titled “What does MIFY stand for?”MIFY stands for “Meta-Intelligent Flow Yield.”
Is MIFY open source?
Section titled “Is MIFY open source?”MIFY supports local deployment with open-source AI models via Ollama. The platform runs locally with no cloud dependency required.
Getting Started
Section titled “Getting Started”What do I need to run MIFY?
Section titled “What do I need to run MIFY?”- Node.js 22+
- PostgreSQL 15+ with pgvector extension
- pnpm 9+ package manager
For AI capabilities, install Ollama locally or add API keys for cloud providers.
What ports does MIFY use?
Section titled “What ports does MIFY use?”| Service | Port |
|---|---|
| Web UI | 3006 |
| API Server | 3010 |
| Home Runtime WebSocket | 3020 |
How do I add AI provider keys?
Section titled “How do I add AI provider keys?”Go to Settings → Credentials. Select your provider (OpenAI, Anthropic, etc.) and enter your API key. Keys are encrypted at rest.
Workflows
Section titled “Workflows”How many nodes are available?
Section titled “How many nodes are available?”117 native nodes across 24 categories including LLM, RAG, Transform, Logic, Platform, Agent, Safety, and Enterprise nodes.
Can I import workflows from other platforms?
Section titled “Can I import workflows from other platforms?”Yes. MIFY imports from Flowise, Dify, Langflow, and n8n. Go to Canvas → Import and paste the workflow JSON/YAML.
What is Human-in-the-Loop (HITL)?
Section titled “What is Human-in-the-Loop (HITL)?”HITL lets you add approval gates to workflows. Execution pauses at a Pause node until a human approves or rejects. Pending approvals appear in your Inbox.
Content Generation
Section titled “Content Generation”How do I generate images?
Section titled “How do I generate images?”Navigate to /content-gen and select a workflow. MIFY supports three paths:
- MIFY Queue — GPU-powered generation via ComfyUI workflows
- AI Provider — Direct calls (OpenAI DALL-E, Cloudflare, etc.)
- ComfyUI Local — Run on your local GPU
Can I train custom models?
Section titled “Can I train custom models?”Yes. Go to /training/new, upload a dataset, select a training preset, and submit. Trained models are stored in the model registry.
Marketplace
Section titled “Marketplace”How does escrow work?
Section titled “How does escrow work?”When you buy an asset, funds are held in escrow until the seller transfers the asset and you verify the transfer. Disputes are handled through the platform.
What are verification tiers?
Section titled “What are verification tiers?”Sellers can be Basic (email verified), Enhanced (identity + financial), or Premium (full business verification). Higher tiers get trust badges and better visibility.
Home Client
Section titled “Home Client”What is the Home Client?
Section titled “What is the Home Client?”A local runtime that runs AI coding agents (Claude Code, Codex) on your machine with human review gates. No cloud required.
Can I schedule agent runs?
Section titled “Can I schedule agent runs?”Yes. Create a cron schedule with a task prompt and the agents will run automatically at the specified times.