INTEGRATION

Plan actions

Create and manage autonomous multi-step plans the agent progresses on its own.

Actions
6
Maintained by
Flomation

Every Plan action

  • Create PlanGenerate a multi-step plan with dependent tasks the agent will autonomously progress over time.
  • Plan / BlockMark the current plan task as blocked when you cannot make progress. Call with a clear reason.
  • Plan / CancelCancel a plan you created. Stops all pending and in-progress tasks. Idempotent on already-terminal plans.
  • Plan / Get StatusRead a plan's current state: status, task counts, and full task list.
  • Plan / ReviseModify a plan's task graph: add, remove, or update tasks. Allowed on draft, blocked, and active plans.
  • Plan / StartStart a draft plan you previously authored. Transitions the plan from draft to active and begins dispatching tasks.

Wire Plan into the rest of your stack

Every action here drops onto the canvas alongside the other 3,585, so a Plan step can sit between a form, a database and a message without any glue code.