Approve or deny Hermes run
hermes_api_runs_approvalSubmit an approve-or-deny decision for a paused Hermes run, attaching an optional note and approved action scopes while writing redacted receipt records.
Instructions
Typed POST /v1/runs/{run_id}/approval wrapper that submits an approval decision for a paused Hermes run, writing redacted receipts. Requires api_call tier with live, agent-tool, and external-side-effect gates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional note attached to the approval decision. | |
| scope | No | Optional list of approved action scopes. | |
| run_id | Yes | Hermes run id such as run_123 or a UUID. | |
| approved | Yes | Whether the pending approval is granted or denied. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| scope | No | ||
| run_id | No | ||
| status | Yes | ||
| message | No | ||
| verdict | No | unknown | |
| evidence | No | ||
| mutation | No | ||
| warnings | No | ||
| live_call | No | ||
| retryable | No | ||
| error_code | No | ||
| duration_ms | No | ||
| http_status | No | ||
| policy_tier | No | read_only | |
| artifact_dir | No | ||
| likely_cause | No | ||
| next_actions | No | ||
| safe_next_action | No | ||
| redactions_applied | No |