Identity verification — live

Agents that act in the real world.

Provenant is one API for AI agents to verify an identity, notarize a document, or dispatch a real-world action — and get back a cryptographically verifiable proof.

# the agent hits a step it can't do alone POST /v1/actions/verify-identity { "name": "Jordan Borrower", "email": "jordan@acme.com" } → a real verification, then a signed proof { "status": "verified", "ial_level": "IAL2", "signature": "ed25519:9f4c…", "key_id": "k_2e6604…" }
Why Provenant

Your agent can think. Now give it a way to act — provably.

One call, a real result

Verify an identity, notarize a document, dispatch a physical act. The agent calls one endpoint and pays per action — no human web app, no seat licenses.

Verifiable by design

Every proof is Ed25519-signed, bound to the exact document, checked against a trusted key registry, and written to a tamper-evident ledger.

Built for agents, not forms

An endpoint and a webhook, not a portal. Real fulfillment underneath — identity runs on Stripe Identity today; notarization integrates a licensed RON network.

How it works

From intent to proof, in one request.

The agent initiates, hands the human a hosted session, and receives a verifiable proof it can check before continuing the workflow.

01Agent calls the action with the parties and document.
02Provenant runs identity proofing and routes for compliance.
03Fulfillment completes; a signed proof is issued and ledgered.
04Agent verifies the proof and the workflow proceeds.

See how it works →

# verify the proof — anyone can $ provenant verify proof.json signature valid (ed25519) key_id trusted (k_2e6604…) document bound (sha256 7d784f…) ledger chain ok (1,284 entries) revoked no # tamper anything → verify fails closed
Actions

One interface. A growing set of real-world verbs.

Identity
Live

IAL2 verification with a signed result.

Notarization
Private beta

Remote online notarization via a licensed network.

Witnessing
Soon

Attested signatures with a human witness.

Inspection
Soon

On-site verification with structured evidence.

All actions →

Building agents that need to touch the real world?

We're onboarding a first set of teams. Tell us what your agents need to do, and we'll get you a key.

Request access