EU AI Act — Article 12 record-keeping
The EU AI Act’s Article 12 requires providers of high-risk AI systems to keep automatic logs of events throughout the system’s lifetime. Specifically:- (a) period of each use
- (b) the reference database against which input data was checked
- (c) the input data for which the search led to a match
- (d) identification of the natural persons involved in verification
Organisations subject to Article 12 typically also need to retain logs for the full lifetime of the AI system and surrender them on request. The forensic export flow below handles that.
U.S. discovery
A typical U.S. class-action or FTC action demands evidence of what an automated system did to named plaintiffs. Precipiq’s discovery-friendly surface area:- Per-decision queryable by
agent_id,action_type, time range, andmetadata.customer_id(or whatever key you chose). - Hash chain proves no record was added, removed, or altered after the fact.
- Soft-deleted records — such as rejected suggested links — remain in the forensic export, so a party cannot claim you scrubbed the log.
Forensic export flow
Precipiq’s forensic export endpoint produces a cryptographically sealed evidence bundle suitable for handoff to an auditor, regulator, or opposing counsel.What’s in the bundle
Your org’s signing key is generated at your first export, stored Fernet-encrypted at rest, and never leaves the API process in plaintext.
Generating an export
Exports are asynchronous. The first request creates the export job and returns anexport_id. Poll the status endpoint until status equals "complete", then download the bundle.
Verifying a received bundle
Any third party holding the bundle can verify its integrity without contacting Precipiq:Verified OK response is proof the bundle was produced by Precipiq’s signing key and has not been altered since export time.
Export types
Rate limit
Exports are rate-limited to one per hour per org. A forensic bundle over 50,000 decisions is expensive to produce; if you need to generate exports more frequently, contact support.Compliance roadmap
These are planning targets, not commitments. Contact sales for the current status of any specific attestation.
- SOC 2 Type II — planned; target window Q3 2026 subject to audit scheduling.
- FedRAMP Moderate — being scoped for 2027.
- HIPAA BAA — available on the Business plan and above. Contact sales for the signed BAA template.