vorion_log_proof
Log AI governance decisions to an immutable, hash-linked audit trail. Records ALLOW/DENY with agent ID, action, and reasoning, returning a proof hash for verification.
Instructions
Log a governance decision to the Vorion proof chain — an immutable, hash-linked audit trail. Every ALLOW or DENY decision is recorded with the agent ID, action, and reasoning. Returns a proof hash and the current chain length for verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The action that was evaluated | |
| reason | Yes | Human-readable explanation for the decision | |
| agentId | Yes | Unique identifier of the agent involved in the decision | |
| decision | Yes | Whether the action was allowed or denied |