Skip to main content
Every run produces a tamper-evident Incident Receipt — a downloadable JSON audit of exactly what happened. It’s the verifiable record that the agent did what it claims, so a reviewer can confirm which models, guardrails, and tools fired without trusting my word for it. It captures:
  • Which platform capabilities engaged.
  • Every guardrail decision.
  • The actions blocked vs executed.
  • The fallbacks fired.
  • The full event timeline.
  • A SHA-256 integrity hash, hash-chained over the event timeline — anyone can recompute it from the timeline.
The hash is computed over the run’s event timeline, so altering any recorded step changes the digest. A reviewer recomputes integrity_sha256 from the timeline and compares — that’s what makes the receipt tamper-evident.

Example