[Feature] Umarise — Proof-of-Existence Tool for Autonomous Agents #7510
Jonna1976
started this conversation in
Feature suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What
Umarise anchors SHA-256 hashes to Bitcoin via OpenTimestamps, providing independent cryptographic proof that specific bytes existed at a specific moment. No files stored, only hashes.
Why This Matters for AutoGen
Autonomous agents produce artifacts (reports, code, decisions) at scale. Without independent anchoring, the only proof these existed comes from the system that created them — that's circular evidence, not proof.
API Surface
POST https://core.umarise.com/v1/core/origins— Body:{ "hash": "64-char-hex" }— Auth:X-API-Key: um_key_...POST https://core.umarise.com/v1/core/verify— Body:{ "hash": "64-char-hex" }Use Cases
Resources
Beta Was this translation helpful? Give feedback.
All reactions