Log Event
Send each model action, tool call, or approval step into a tamper-evident audit trail as it happens.
Cryptographic audit trails for every AI decision. $0.001 per event.
Add a tamper-evident audit trail to copilots, agents, reviewers, and orchestration pipelines without exposing your internal model stack. Log what happened, verify the chain, and export proof on demand.
Use Case
Agents, copilots, evaluators, and approval systems that need a defensible record.
Output
A cryptographic chain you can verify continuously and export as a proof bundle later.
Adoption
Start free, meter by event, and scale to enterprise retention and SLA needs.
Free tier includes 100 events/day.
Section 1
The integration stays simple: log the event, verify the chain, and export the proof bundle when someone asks for evidence.
Send each model action, tool call, or approval step into a tamper-evident audit trail as it happens.
Confirm that every record still belongs to the same cryptographic chain before you ship, escalate, or audit.
Package a proof bundle for customers, regulators, or internal review without rebuilding the decision history by hand.
Section 2
Start with the free tier, then move into event-based production usage as your AI workflow reaches live traffic.
Free
For prototypes, eval runs, and internal testing.
Operator
Production-ready usage up to 10K events/day.
Enterprise
High-volume plans with SLA-backed support.
Section 3
Three endpoints cover the common flow: write the record, verify the cryptographic chain, then export a proof bundle.
Log an event
curl -X POST https://api.agi-hive.com/api/provenance \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "systemId": "copilot-prod", "eventType": "decision.finalized", "actor": "assistant-router", "decisionId": "dec_90210", "summary": "Approved the response after policy review", "metadata": { "requestId": "req_4821", "tenantId": "acme-ai" } }'Verify a chain
curl "https://api.agi-hive.com/api/provenance/chain?systemId=copilot-prod&from=2026-03-20T00:00:00Z&to=2026-03-20T23:59:59Z" \ -H "Authorization: Bearer YOUR_API_KEY"Export proof bundle
curl "https://api.agi-hive.com/api/evidence/export?systemId=copilot-prod&decisionId=dec_90210&format=json" \ -H "Authorization: Bearer YOUR_API_KEY" \ --output proof-bundle.jsonLaunch
If your product needs a tamper-evident audit trail for decisions, approvals, or automated actions, start by provisioning an API key and logging the first event.