Product

The bridge between agents and the physical world.

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.

The wall

Intelligence isn't the bottleneck anymore. Action is.

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.

How it works

Intent in. Proof out.

01The agent calls an action with the parties, document, and jurisdiction.
02Provenant proofs identities (IAL2) and routes the request for compliance.
03A hosted session link is returned for the human to complete.
04On completion, a signed proof is issued and appended to the ledger.
05A webhook fires; the agent verifies the proof and continues.
# the proof an agent receives { "action_type": "verify_identity", "subject_email": "jordan@acme.com", "ial_level": "IAL2", "provider": "stripe", "issued_at": "2026-06-30T07:04Z", "key_id": "k_2e6604…", "signature": "ed25519:9f4c…", "content_hash": "62211293…" }
Anatomy of a proof

A result an agent can trust without trusting us.

Signed

Ed25519 signature over the canonical claims. Verifiable offline with the public key — no call back to Provenant required.

Pinned

Verification checks the signature against a trusted key registry by fingerprint, never the key embedded in the proof. Forged keys are rejected.

Bound & ledgered

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.

Actions

One interface, a growing set of verbs.

Identity
Live

IAL2 verification via Stripe Identity with a signed result.

Notarization
Private beta

Remote online notarization through a licensed RON network.

Witnessing
Soon

Attested signatures with a verified human witness.

Inspection
Soon

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.

See it return a real proof.

The identity verb is live. Read the quickstart and run it against the sandbox in minutes.

Open the docs