Workflows (Removed)
The workflow feature has been removed from the Platform API.
Last updated
Was this helpful?
The workflow feature has been removed from the Platform API.
Removed in v0.9.584. The workflow feature has been fully retired. The endpoints listed below are no longer available and return 404.
Workflows were a declarative multi-step execution system that allowed defining sequences of tool calls, integration calls, waits, branches, and surface deliveries as workspace-level settings. Workflow specs were stored in workspace settings and could be triggered via an internal API.
This feature has been removed with no migration path. Existing workflow specs have been permanently deleted.
GET
/v1/{workspace_id}/settings/workflows
Get workflow specs for a workspace
PUT
/v1/{workspace_id}/settings/workflows
Update workflow specs for a workspace
The internal workflow trigger endpoint has also been removed.
There is no direct replacement for the workflow feature. If you were using workflows to orchestrate multi-step sequences, consider using skills, context graphs, or external orchestration tools to achieve similar results.
Last updated
Was this helpful?
Was this helpful?

