submit_incident
Submit an AI incident for deterministic causal liability attribution. Returns a signed CausalCertificate, per-agent liability allocation, evidence-chain completeness, regulatory mapping, and (where keys are configured) a Bitcoin-anchored proof. Cost: 50 credits. Three guardrails apply: PII scan, deterministic-only acknowledgement, and minimum evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| agents | Yes | ||
| events | Yes | ||
| category | No | ||
| currency | No | ||
| severity | No | ||
| description | No | ||
| jurisdiction | No | ||
| pii_acknowledged | No | G1: Set to true ONLY if caller has confirmed PII handling is permitted by their data agreement. False payloads with detected PII will be rejected. | |
| deterministic_only | Yes | G2: Must be true. Acknowledges CausalLayer is deterministic and not LLM-based. | |
| financial_impact_cents | No |