Identity you can prove.
Trust you can sell.
One verified-identity platform: checks, signatures, passwordless login, and a zero-knowledge vault. Your brand on the front, one API at the back.
Four products, one identity root
A login or a signature is not a device holding a secret. It is a verified human, on an attested device, approving.
Verify
Document and biometric identity checks to the IAL2 standard, issuing a signed, reusable verification your customers can rely on.
Sign
Advanced electronic signatures over a document hash. What the signer sees is what they sign.
Authenticate
Passwordless sign-in and a TOTP authenticator, carrying identity plus authenticator assurance.
Vault
A zero-knowledge password vault. The cloud holds ciphertext it cannot read.
One app. Every brand.
There is no separate white-label app to build. Every business runs the same Magic Auth app, co-branded as theirs. Try a few skins.
Live in a day
Request access
Tell us your use case and we set up your workspace.
Brand it
Your logo and colours across every customer flow.
Integrate
We issue your API key, and you connect it to your product.
Go live
Your customers verify and sign in, under your brand.
A small API, a fast integration
REST, an issued API key scoped to your products, idempotent writes. Create a session, then poll for the result.
REST · ISSUED KEY · IDEMPOTENT WRITES · POLLED RESULTS
curl -X POST https://api.magicauth.ai/v1/verification-sessions \
-H "Authorization: Bearer <your issued API key>" \
-H "Idempotency-Key: 8a1c-1f2e-42" \
-d '{"client_reference":"order-42"}'
# => { "session_id": "vs_...", "qr": { "token": "...", "expires_at": "..." }, "status": "pending" }
Every action, on one line
A precise usage matrix across the four products. Your live portal reconciles your invoice to your own tenant metering.
Example figures. Not real usage.