v1

latestOpenAPI 3.1.02026-07-17325265.6 KB
Approvals

Create approval request

Create a new approval request for human review

post/approvals

Request body

run_idstring required

Run ID for the approval

tool_namestring required

Name of the tool requesting approval

tool_inputobject required

Tool input parameters

Example request

{
  "run_id": "run_xyz789",
  "tool_name": "execute_command"
}

Response

Approval created

Example response

{
  "data": {
    "approval_id": "appr_new123"
  }
}