Quickstart
Get OwlID working in your product in five minutes. Pick the persona that matches what you're building.
1. Get an API key
Sign up at owlid.dev and mint a key from your dashboard. Keys are prefixed: owlid_pk_… (publishable, browser-safe, verify only) or owlid_sk_… (secret, server only).
2. Install the SDK
3. Use the SDK
Verifier — confirm a credential
Issuer — mint a credential
Holder app — generate a token
Hidden attributes never leave the holder's device. The verifier sees only what the holder chose to disclose plus any zero-knowledge predicate proofs.
Next
- Verifier integration — full verification flow + presentation sessions
- Issuer integration — provider flows, KYC integration
- Holder integration — wallet building blocks
- SDK reference — every method, every type