Skip to main content
PATCH

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Path Parameters

workflow_id
string<uuid>
required

Workflow ID to update.

Body

application/json
modes
enum<string>[]

Agentic modes to activate. Replaces the current set. Omit to leave the active modes unchanged.

Minimum array length: 1
Available options:
heal,
expand,
harden
auto_approve
boolean

When true, Agentic Management applies its fixes without prompting the user to approve each one; when false, the user is prompted before a fix commits. Omit to leave the current setting unchanged.

Response

OK

workflow_id
string<uuid>
required

The workflow whose config was updated.

modes
enum<string>[]
required

Active agentic modes after the update.

Available options:
heal,
expand,
harden
auto_approve
boolean
required

Current auto-approve state after the update (derived from the manager automation's policy).

Last modified on September 16, 2026