create_trustatom
Sign an AI decision and generate a verifiable cryptographic receipt for compliance and auditing. Uses Ed25519 signing and SHA-256 hashing to produce tamper-proof records.
Instructions
Sign an AI decision and return a cryptographic receipt. Every AI decision that matters should have a receipt. Signing takes <3ms. Receipt is Ed25519-signed + SHA-256-hashed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | The AI agent or system making the decision | |
| action | Yes | The action being decided (e.g., APPROVE_LOAN, TRIAGE_PATIENT, DEPLOY, TRADE_SIGNAL) | |
| context | No | Additional context for the decision (risk factors, confidence scores, etc.) | |
| decision | Yes | The decision outcome | |
| risk_score | No | Risk score 0.0-1.0 (auto-computed if not provided) | |
| compliance_tags | No | Compliance framework tags (e.g., HIPAA, SOX, NIST:PR, SOC2:CC6.1) |