Arazzo support
Arazzo is the workflow specification from the OpenAPI Initiative. It provides a standardized, machine-readable format for describing sequences of API calls, with support for passing data between steps, conditional branching, success criteria, and failure handling.
If you need help writing efficient Arazzo workflows, discover our Arazzo complete guide.
When to use Arazzo #
We recommend using it when you already have OpenAPI documents describing your APIs, and if you want a vendor-neutral, standardized format usable by other tools. For simpler projects or APIs without OpenAPI documents, consider Flower, our lightweight alternative.