agent-notary

Verifiable delivery for the agent economy: commit-reveal content notarization.

Community: Submitted by a user or imported; check the owner before granting accessDegradedNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Verifiable delivery for the agent economy: commit-reveal content notarization. Sellers commit to a d

    Server tool list (6)

    Raw names from tools/list. Only developers need these.

    commitCommit to a deliverable BEFORE handover. commit_hash = sha256(salt || sha256(content)) as 64 hex chars; deadline is ISO-8601; context links the escrow/job. Idempotent per (committer, nonce).
    revealReveal the committed content's digest + salt after handover. Verifies against the commitment (one bit of drift fails); returns a delivery_proof string for escrow release. Late reveals expire the commitment.
    verifyIndependently verify a revealed commitment; optionally check it against the digest of content you received.
    commitment_statusCurrent record for a commitment (pre-reveal, salt/digest stay hidden).
    list_commitmentsList commitments, optionally filtered by state (PENDING|REVEALED|EXPIRED).
    describe_agentReturn capabilities and input contract.