Workflows

Workflows are reusable, multi-step automations that a Managed Agents session executes on demand or on a schedule. Build them with create_workflow, activate and edit them with update_workflow, trigger them with run_workflow, and inspect run history with get_workflow_runs. The companion Marcora skill (marcora-mcp) documents authoring patterns (step design, scheduling, deduplication, runner-summary conventions) in its Workflows chapter.

Scroll to Top