Steer a running playbook
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
spaceId
runId
Request
This endpoint expects an object.
message
Response
The run state after steering.
data