Provenance
A run becomes provenance when every handoff is explicit.
Memora wraps existing agent systems and records a dual-signed trail that can be ordered, replayed, and optionally anchored on an external chain.
Capture flow
The SDK records events, the indexer canonicalizes and encrypts payloads, then writes ciphertext references, signed digests, and ordering data into the provenance pipeline.
By default, records are signed and Merkle-batched in Supabase — no blockchain or wallet required. Hedera anchoring is an optional upgrade for stronger external verification.
Anchoring options
The default setup requires only an API key and a Supabase project. Hedera HCS ordering and on-chain contract checkpointing are available as optional trust enhancements.
Batch mode can Merkle-anchor multiple records in a single checkpoint, so high-frequency agents don't need a per-event contract transaction.
- Developer preview targeting Hedera testnet
- No mainnet deployment in the current product
- Works alongside orchestrators like LangGraph, Temporal, CrewAI, and custom runtimes