macOS
•
zsh
26 views
Demo of arazzo-cli, a standalone executor for the Arazzo 1.0 spec (OpenAPI Initiative). Shows the trace and replay workflow for catching API integration regressions:
- List and run a multi-step workflow that chains data between API calls
- Record a trace.v1 artifact (every request, response, and routing decision)
- Replay the trace deterministically — no network calls
- Simulate a “harmless” refactor that silently breaks an expression
- Replay catches the request drift before it reaches production
- Wire –json output into CI for automated regression gates