aps_record_owner_confirmation
Authorize flagged actions by recording owner confirmation: builds and signs a confirmation request bound to hashed action details, with per-action, per-session, or time-window scope.
Instructions
Escalation boundary: owner signs an OwnerConfirmation authorizing a flagged action. Builds the ConfirmationRequest and signs it in a single call. The confirmation is bound to action_details via hash and scoped (per_action / per_session / time_window).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delegation | No | V2Delegation with escalation_requirements for this action class | |
| action_class | Yes | Action class being confirmed | |
| action_details | No | Structured action details — hashed and bound to the confirmation | |
| session_id | No | Session id (required for per_session scope) | |
| owner_private_key | Yes | Hex private key of the delegation's owner (delegator) |