Skip to main content
Flow is Magica’s visual workflow builder for repeatable, structured AI processes. You build a Flow by placing nodes on a canvas, configuring them, and connecting their inputs and outputs. A Flow can combine language models, image, video, and audio models, plus logic and media utilities.

Use Flow when

  • the steps are known in advance
  • the same process will run more than once
  • each run should follow a consistent structure
  • you want reusable inputs and outputs
  • a workflow needs to be called through the API or MCP
Examples include creating a set of campaign assets from one brief, processing rows from a data file, or applying the same media pipeline to new source files.

Use Super Agent instead when

Choose Super Agent when the work is open-ended, the steps may change, or you want Magica to decide how to reach the outcome.

Use Nodes instead when

Choose Nodes when you only need to run one model or utility directly. Open Flow to create or run a workflow. For programmatic workflow access, see the API and MCP documentation.