Steer a running playbook

View as Markdown

Injects a free-text steering message into a running playbook to nudge the agent mid-run. Authorization: space:contribute (org admins bypass); missing → 403. Body: message (required, 1–4000 chars). Returns 200 { data } with the run’s updated status.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spaceIdstringRequired
runIdstringRequired

Request

This endpoint expects an object.
messagestringRequired1-4000 characters

Response

The run state after steering.
dataobject