top | item 43158402

Ask HN: Have you written or consumed OpenAPI Arazzo specification?

15 points| sb13 | 1 year ago

Hi HN,

I recently came across the Arazzo specification within the OpenAPI initiative. It defines a standard to express workflows involving multiple APIs. A couple of main use cases here are automatic API invocation with LLMs and automated tests.

I want to auto generate API tests based on these specs and would like to see other examples. Is anyone here writing or consuming Arazzo specs?

Reference: https://www.openapis.org/arazzo

4 comments

order

captn3m0|1 year ago

I’ve been working on a few specs, but the lack of runners makes it a chicken egg problem.

I also have a WIP attempt to implement Rule 110 in Arazzo!

wdb|1 year ago

I am experimenting with using such specs to generate documentation from it, like guides etc.