API Endpoints Summary
Section titled βAPI Endpoints Summaryβ- GET
/api/v1/run/recipesβ List saved launch recipes - POST
/api/v1/run/recipesβ Create a saved recipe - GET
/api/v1/run/recipes/{name}β Get a saved recipe - PATCH
/api/v1/run/recipes/{name}β Update a saved recipe - DELETE
/api/v1/run/recipes/{name}β Delete a saved recipe - POST
/api/v1/run/recipes/{name}/searchβ Search using a saved recipe - POST
/api/v1/run/recipes/{name}/runβ Run using a saved recipe
# CLI mapping will be generated from the SDK CLI sources in a later step.# Example (placeholder):# hoody-cli <command> --help