Why teams use it
Forensic traceability
Every decision is chain-linked and signable. Export a cryptographically
sealed bundle for auditors, regulators, or post-incident review.
AI P&L
A live dashboard that attributes revenue, cost, and open liability to
specific agents — so you can answer “is this AI making or losing money?”.
Compliance-ready
Designed to align with EU AI Act Article 12 record-keeping and the kinds
of evidence U.S. class-action discovery tends to demand.
Drop-in SDKs
Python and TypeScript SDKs with LangChain, CrewAI, OpenAI, and Vercel AI
adapters. Wrap a function; never touch transport code.
The 60-second mental model
Precipiq is built around four concepts that compose into a complete audit trail.Decision
Your AI picks an action. The SDK writes a Decision Record: inputs,
outputs, confidence, human-in-loop flag, and timestamp.
Chain
Each record hashes its predecessor’s hash into its own
prev_hash field —
tamper-evident and verifiable in constant time.Financial event
A payment clears, a refund fires, an invoice books. Stripe and QuickBooks
webhooks feed these in automatically; you can also POST events directly.
Where to go next
Quick start
Install the SDK, log your first decision, and see it on the dashboard in
five minutes.
Core concepts
Understand Decision Records, Financial Events, Consequence Links, and the
Hash Chain.
API reference
Full endpoint reference with interactive try-it forms and multi-language
code samples.
Stripe integration
Auto-create Financial Events from Stripe webhooks and let the attribution
engine propose consequence links.