aps_record_owner_confirmation
Authorize flagged actions by having the owner sign a confirmation bound to action details. Builds and signs the confirmation in one call.
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 | Yes | V2Delegation with escalation_requirements for this action class | |
| session_id | No | Session id (required for per_session scope) | |
| action_class | Yes | Action class being confirmed | |
| action_details | Yes | Structured action details — hashed and bound to the confirmation | |
| owner_private_key | Yes | Hex private key of the delegation's owner (delegator) |