Agents
Decide on an agent approval
Approves or denies a pending AgentApproval resource. The agent run that triggered the approval will proceed or be blocked accordingly.
post/api/orgs/{org}/agents/approvals/{name}/decide
Path parameters
orgstring required
Example:default
Organization slug
namestring required
Example:approval-abc123
AgentApproval resource name
Request body
Example request
{
"decidedBy": "alice",
"reason": "Approved for hotfix deployment"
}Response
Approval decision recorded
Changes
No recorded changes to this endpoint across all 1 revision of this API.