Memora gives every important agent run a verifiable receipt — showing who authorized it, what it acted on, and whether the captured record changed. Add it without replacing your existing stack.
Mission Control
Sample execution
Activity
Approve supplier payment
Six months later, someone asks
A log is what your system says happened. Evidence is a record another person can check.
Logs still help your team debug. But when a customer, auditor, or partner challenges an action, “our database says so” may not be enough.
Receipt anatomy
An execution receipt preserves the agent identity, authorization context, inputs, outputs, timing, and links to earlier actions. Ask a question and Memora points to the captured evidence.
Agent identity and signer evidence highlighted.
Treasury Agent
Just now
Agent identity
treasury-agent
Signer 0x71C84a70...8918c4A7
Authorization
Policy passed
$12,500 was within the configured $25,000 threshold.
Lineage
5 linked events
Integrity
Verified intact
Tamper lab
Edit the sample locally and watch Memora detect where the receipt no longer matches the signed execution record.
Editable sample receipt
Local verification demonstration using sample data. No external anchor is queried.
Verification
Verification passed
This receipt matches the recorded execution and its signature checks.
Workspace and agent policy choose the required behavior. The SDK does not silently change it.
Provenance
Supplier payment receipt
Northstar Cloud Ltd.
$12,500 · treasury-agent
Operator-signed record
The operator signs the captured execution record.
Agent signer verified
The agent signer is cryptographically verified.
External ordering
Ordering remains inside Memora's internal provenance boundary.
Externally checkable anchor
Verification does not rely on a public external anchor.
Selected policy
VERIFIED receipt using internal provenance without an external network dependency.
This verifies properties of the captured record. It does not prove model correctness or an uncompromised runtime.
Select an event to inspect the evidence preserved at that point in the execution.
Replay Mode
View: System Flow
Selected event
Northstar Cloud Ltd. requested $12,500.
Replay reconstructs and verifies the recorded trail. It does not rerun the model or prove runtime integrity.
SDK integration
import { Memora } from "@smritheon/memora-core"; const memora = new Memora({ agentId: process.env.MEMORA_AGENT_ID!, apiKey: process.env.MEMORA_API_KEY!,}); const run = memora.wrap("supplier-payment", approvePayment);const result = await run(request);The SDK records workflow events and returns the original result. Tool input and output hashes require tool or receipt instrumentation.
SDK wrappers and the optional OpenTelemetry span bridge are available today.
Evidence, not endorsements
Memora verifies the integrity, identity, and lineage of the captured execution record. It does not claim that the model was correct or that an uncompromised runtime captured every real-world event.
@smritheon/memora-core
Inspect packageClaims, boundaries, and known limitations are documented in public.
Inspect trust modelThe verified path binds agent and operator signatures to the execution record.
Inspect protocolBatch inclusion proofs connect individual events to a recorded Merkle root.
Inspect provenance modelThe hosted surface is available for evaluation; APIs and schema may change before v1.0.
Read documentationHedera testnet ordering and registry commits are available when configured. No mainnet deployment exists.
Inspect anchoring boundaryGive your next consequential run a receipt that developers, investigators, and reviewers can verify.
Need to evaluate Memora with your team? Talk to us