attest_action
Record a local action and receive a signed yes-or-no attestation to prove allow/deny decisions while keeping PII on the host.
Instructions
Record a local action and return a signed yes-or-no ACTION attestation. PII stays on the host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action id or name, for example payments.create | |
| outcome | No | yes or no. Defaults to yes. | yes |
| agent_id | No | Optional agent id | |
| policy_id | No | Optional policy id | |
| context_hash | No | Optional sha256 of host-side context. Raw context is never sent. | |
| details_summary | No | Optional short non-PII summary. Only its hash is stored. |