Current state
- No
GET /v1/recipes/ - No
GET /v1/recipes/{recipe_id}/ - No Python SDK
client.recipes.*resource
What to use today
- Use recipe IDs from the StewAI UI when calling
client.runs.create(recipe_id=...). - Use public v1 run + storage endpoints documented in this SDK tab.
