The Record & retention
Every Clara run — from a direct routing call to a fully governed execution — produces one canonical Record: what was asked, what Clara observed, what was decided and why, and what it cost. Records are written to immutable storage at settlement time; if a Record cannot be written, the run fails rather than going unrecorded.
What's in a Record
- The governed decision package (BriefingDocument) including the verdict and named reasons
- The signed situation analysis that informed it (ContextBrief)
- Pointers to supporting evidence (EvidencePacket)
- The billing settlement (Settlement)
Retrieving Records
List and fetch your organization's Records from the portal, or via the API
(GET /v1/records, GET /v1/records/{run_id}).
Retention (beta)
During beta, Records are retained under a default retention policy and deletion produces a deletion certificate — a signed statement of what was removed, when, and under which policy. Configurable per-tenant retention windows arrive with general availability.
Beta Records live on beta infrastructure. Don't put production-sensitive data through the beta ring; production data handling, residency posture, and formal retention commitments will be documented at GA.