Workflows (Removed)

The workflow feature has been removed from the Platform API.

Overview

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.

Removed Endpoints

Method
Path
Description

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.

Migration

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?