Skip to main content
Public v1 does not currently expose recipe management endpoints.

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.

See also