Turn OpenAPI into workflow inputs
Import endpoints and schemas once, then reuse the same API definitions across every workflow.
swagger "https://petstore.swagger.io/v2/swagger.json"
endpoints
GetPetById: GET {{baseUrl}}/pet/{petId}
PlaceOrder: POST {{baseUrl}}/store/order
end endpoints