What gets logged
Every API call
Every API call
The route, the actor, the status, and the elapsed time. PII fields are redacted to hashes; the full payload is referenced by hash for export.
Every workflow run
Every workflow run
Full execution history — which nodes ran, what they read, what they wrote, how long they took, what they returned.
Every regulator submission
Every regulator submission
The submission code, narrative hash, approver identity, regulator-returned reference number, and the destination jurisdiction. Globally framed so the same record format covers COAF in Brazil, FinCEN in the US, MAS in Singapore, and any future destination.
What is not in the log
- Image binaries (selfies, document scans) — stored at the identity vendor with a separate, longer retention.
- PII payloads beyond redacted hashes — to keep the log queryable without becoming a PII honeypot.
- AI prompts and completions verbatim — only the structured
outputFieldsare persisted with the decision. The prompts are versioned with the workflow definition.