Agents can run whole workflows on their own — until a step has to touch the legal or physical world. Provenant turns those steps into one API call that returns a proof.
An agent can draft a loan packet, assemble a closing, or onboard a contractor. Then it stalls: this signature must be notarized, this person must be identity-verified, this site must be inspected. No amount of reasoning clears those steps — they require a real-world act with a result you can trust. Today there's no agent-native way to perform them, so the whole workflow waits on a human.
Ed25519 signature over the canonical claims. Verifiable offline with the public key — no call back to Provenant required.
Verification checks the signature against a trusted key registry by fingerprint, never the key embedded in the proof. Forged keys are rejected.
The proof is bound to the exact document hash and written to a tamper-evident hash chain. Insert, edit, or reorder and verification fails closed.
IAL2 verification via Stripe Identity with a signed result.
Remote online notarization through a licensed RON network.
Attested signatures with a verified human witness.
On-site verification returning structured, signed evidence.
Every verb shares one typed request shape and one proof envelope — so the integration you write for identity is the integration you keep as we add notarization, witnessing, and inspection.
The identity verb is live. Read the quickstart and run it against the sandbox in minutes.
Open the docs