Execute a recipe
Executes a recipe either from raw YAML or by registry name. AIXBT steps execute server-side via direct service calls. Provider steps return auto-fallback results with metadata for client-side enrichment.
Exactly one of yaml or recipeName must be provided.
When execution yields at an agent step, the response includes carry-forward data and
instructions for the agent. Resume by calling this endpoint again with resumeFromStep,
resumeInput, and carryForward from the previous response.
Authorization
ApiKeyAuth API key to authorize requests
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://api.aixbt.tech/v2/recipes/execute" \ -H "Content-Type: application/json" \ -d '{}'