fork_blueprint
Fork a blueprint into a target workspace to create a new plan with identical structure, dependencies, and instructions, but with all node statuses reset to not_started.
Instructions
Fork a plan-scope blueprint into a target workspace. Creates a new plan inside that workspace with the blueprint's structure (nodes, dependencies, agent_instructions). All node statuses reset to 'not_started'. The new plan's forked_from_blueprint_id records lineage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blueprint_id | Yes | ||
| workspace_id | Yes | Target workspace the new plan will land in. | |
| title | No | Optional title override for the new plan. |