proof_record
Records an AI execution as a Decision Proof Unit (DPU). Creates a cryptographically chained proof record with SHA-256 hash chain. Returns the created DPU with decision_id and chain hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorization | |
| domain | Yes | Business domain (e.g. rehab_care, market, edu, mentor, welfare) | |
| purpose | Yes | Purpose/reason for the decision | |
| approved | No | Whether the decision was approved | |
| reviewed_by | No | Human reviewer identifier | |
| final_action | Yes | The action that was taken (e.g. CREATE, UPDATE, APPROVE) | |
| reference_id | No | ID of referenced entity | |
| reviewer_role | No | Role of the reviewer (e.g. operator, admin) | |
| evidence_level | No | Evidence level. Default: AUDIT_READY | |
| reference_type | No | Type of referenced entity |