v1
latestOpenAPI 3.1.02026-07-17325265.6 KBApprovals
Create approval request
Create a new approval request for human review
post/approvals
Request body
Example request
{
"run_id": "run_xyz789",
"tool_name": "execute_command"
}Response
Approval created
Example response
{
"data": {
"approval_id": "appr_new123"
}
}