Miiflow Docs

Quickstart

Get started with Miiflow in minutes by creating your first AI workflow.

Creating a Workflow

  1. Navigate to the Miiflow Dashboard
  2. Select the Workflows tab
  3. Click the Create Workflow button in the upper-right corner

You’ll see an empty canvas with a trigger node ready for you to build upon.

Adding Nodes

Click the + icon on any node to add new nodes to your workflow. Available node types include:

  • LLM Node - Process text with AI models
  • Condition Node - Add branching logic
  • Knowledge Retrieval - Query your knowledge base
  • Tool Call - Execute external tools
  • Code Node - Run custom Python code

Connecting Nodes

  • Use the left plus icon to connect to upstream nodes (inputs)
  • Use the right plus icon to connect to downstream nodes (outputs)

A single node can connect to multiple upstream and downstream nodes.

Running Your Workflow

  • Click the Run button (triangle icon) to execute the entire workflow
  • You can also run individual nodes to test specific parts

Saving Your Work

Click Save to preserve your changes. The workflow also auto-saves when you run it.

Next Steps

Now that you’ve created your first workflow, explore: