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:

  1. List and run a multi-step workflow that chains data between API calls
  2. Record a trace.v1 artifact (every request, response, and routing decision)
  3. Replay the trace deterministically — no network calls
  4. Simulate a “harmless” refactor that silently breaks an expression
  5. Replay catches the request drift before it reaches production
  6. Wire –json output into CI for automated regression gates