Most apps don't just call one API endpoint. They call a whole chain of them. For example, you might log in, get a token, and then pass that token to another service.

Tracking these multi-step chains can get messy quickly. To help fix this, the OpenAPI Initiative created the Arazzo Specification. It gives us a standard way to link different endpoints into clear workflows.

But writing these workflow files by hand in a regular text editor is tough. It is very easy to lose track of how data moves from one step to the next.

That is why I built Arazzo Visualizer for VS Code. It is a free, open-source extension that makes the Arazzo spec visual and easy to use.

Live Interactive Graphs