Decision context
Caller, tenant, policy version, allow/deny/redact decision, and reason.
Talon turns AI traffic decisions into signed records. Each record shows who called, what policy ran, what PII was found, which model was used, what it cost, and whether the record still verifies.
talon audit list
talon audit show req_a1b2c3d4
talon audit verify req_a1b2c3d4
✓ Evidence signature VALIDWhat gets recorded
Talon evidence is designed for review packages, not just dashboards.
Caller, tenant, policy version, allow/deny/redact decision, and reason.
PII findings, input/output hashes, model, provider, tokens, duration, and cost.
HMAC signature so records can be verified after export.
Review workflow
For a customer, DPO, security, or auditor review: export a period, sample evidence IDs, verify signatures, and attach the export to the review package.
talon audit export --format json
talon audit show req_a1b2c3d4
talon audit verify req_a1b2c3d4Try the evidence path
Run the demo, send test PII, inspect the policy decision, and verify the signature.