Execute Plan
Plan Execution
Execute Plan
Execute a multi-task plan using Temporal orchestration.
This endpoint:
- Validates the plan structure
- Creates a plan execution record
- Starts a Temporal workflow to orchestrate task execution
- Returns execution ID for status tracking
The workflow uses a Claude Code agent to intelligently manage plan execution.
POST
Execute Plan
Documentation Index
Fetch the complete documentation index at: https://docs.kubiya.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your Kubiya API token (format: Bearer )
Body
application/json
Request to execute a plan
The plan JSON to execute
Worker queue ID to route task executions to
Agent ID to use for task execution (optional, extracted from plan if not provided)
ID of the plan generation execution that created this plan (for linking)