Skip to main content
POST

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Body

application/json
workflow_id
string<uuid>
required

Workflow ID to enable.

modes
enum<string>[]

Agentic modes to activate. When omitted, preserves saved modes or defaults to heal and harden if no modes are saved. expand is opt-in.

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

Whether Agentic Management applies its fixes without prompting the user to approve each one. Omit to use the default (on for a newly-enabled workflow; preserves the prior choice when re-enabling). When false, the user is prompted before a fix commits. A 200 response means this setting is in force. If the setting cannot be applied the request returns 503 and leaves the workflow unchanged, so retry the same request.

Response

OK

manager_id
string<uuid>
required

ID of the manager automation provisioned for this workflow.

Last modified on September 16, 2026