Build flows overview

Postman Flows lets you automate and visualize API workflows using modular building blocks. This guide introduces you to creating, connecting, and testing flows using flow modules and actions.

Build your first flow

If you're new to building flows, you can do the following:

Working with blocks

Each flow is made of blocks that perform specific tasks. You can do the following:

Reuse flows within other flows

A flow with a snapshot and outputs can be called from within other flows, from a Flow module block. Encapsulating all the original flow's blocks in a single module makes your action simpler and easier to grasp.

Deploy flows as actions

Another way to make your flow reusable is to deploy it as an action with a unique cloud-hosted URL. This means actions can integrate with external services and interact with AI applications through MCP. Actions receive HTTP requests and send out structured responses.

Working with AI

AI is an integral part of working with Postman Flows.

  • AI blocks enable your flow to interact with AI applications.
  • Postbot, Postman's AI assistant, is there for you in Flows, too.
  • You can build and run an MCP server as a special kind of action.

Organize and visualize flows

Make your flows easier to understand by using the following options:

  • Colors to differentiate blocks
  • Annotations to add descriptions or instructions
  • Groups to cluster related steps

You can also visualize data within your flows to debug or share insights.

Test and troubleshoot

To learn more about testing and troubleshooting your flows:

Last modified: 2025/08/13