Manav · the signature layer for high-risk actions

Sign means a human did this.
We make that provable.

A WebAuthn-backed signature, a server-signed proof, and a public URL anyone can verify - wired into your contracts, wires, and admin flows in three lines of JavaScript.

Live demo

Sign this action.

demo · acme-ai · contract_signature
manav.id/sign/?demo=docusign
Action requested Sign Master Services Agreement (Q2 2026) acme-ai · ref docusign_demo_msa_001 · $0 · counter-party GreenLeaf Designs
Human signature verified.
Public proof: -
Open proof page →
Open in own page →

Touch ID / Windows Hello when available, simulator otherwise · no sign-up required

WebAuthn / FIDO2 HMAC-SHA256 server proof Audit log on every mutation No biometric storage Open SDK · 4 KB
Integration

Three lines of code.

Drop the SDK, declare the action, await the proof. Works inside DocuSign, your wire-approval modal, your Slack admin tool, your CI gate - anywhere a human decision needs to be provable later.

Read the docs →
// Drop in once
<script src="sdk/manav-sdk.js"></script>

// In your wire-approval flow
const proof = await Manav.sign({
  apiKey:      "mnav_live_...",
  actionType:  "wire_transfer",
  actionTitle: "Approve $42,000 wire to GreenLeaf Designs",
  payload:     { amountUsd: 42000, beneficiary: "GreenLeaf" }
});

// proof.url is a public verifiable URL - ship it with the artifact
// proof.status === "verified"  →  release the wire
What you get

A signature you can verify without us.

See a real proof →
01

Real WebAuthn, no shortcuts.

ES256 platform passkey on the device. CBOR + COSE→PEM parsed server-side. Origin and rpIdHash verified on every assertion. No SMS, no email, no shared secret.

02

A server proof that travels.

Canonical JSON of the action + signer + timestamp, signed with HMAC-SHA256 by Manav. Anyone can recompute the signature with one openssl command. The proof outlives the session.

03

A URL you can paste anywhere.

Every signature gets a manav.id/proof/... URL - no login, no tenant - that auditors, counter-parties, and your own legal team can hit on their phone in court.

Stop wondering whether a human approved that.

Wire Manav into one high-risk flow this week. The proof URL on every artifact is the deliverable.