One vault is the truth
Your name, address, payment methods, and identity live in one place — the vault you own. Connected apps render live views over it; nobody else keeps their own writable copy.
One vault that is the truth. Apps borrow under per-field consent — they never own. Update once; every connected app finds out within seconds.
One vault that is the truth about your name, address, payment methods, and identity. Every app you connect reads from it under per-field consent. Update once; everywhere updates within seconds. Nothing about you lives in twenty places anymore.
Your name, address, payment methods, and identity live in one place — the vault you own. Connected apps render live views over it; nobody else keeps their own writable copy.
Change your address once and every connected app finds out within seconds. No more updating twenty profiles after a move — the vault tells them for you.
Every connected app, every field it reads, every actual read in the last 30 days — visible in one screen. Downgrade a scope or revoke the whole connection with one click.
Passwords, secure notes, and payment methods are end-to-end encrypted — even we can't read them. The rest of the vault stays server-readable so apps can borrow it live under your consent, protected by AES-256 + TLS 1.3.
The consequence of one source of truth: forms fill themselves on every browser and every device, with a per-field picker so you choose exactly which address or card, every time.
Every tier ships as a signed JWT on a request header — JWKS-verified locally, no callback per request. Pick the depth your use case needs; tiers are additive.
Anonymous preference signals. Zero config.
Register your domain. The extension injects a signed JWT on every request from any BoxOwl user — carrying their opt-in preference profile (age band, region, style, palette, interests), never their identity. Personalize the first paint without ever asking a question.
{
"sub": "3f5c2d8e-7b13-…",
"smrt": {
"ageBand": "25-34",
"region": "CO",
"styleRoots": ["minimalist"],
"colorPalette": "earth-tones"
}
}
Identified recognition. On-demand vault access.
One-tap connect grants your org a pairwise identity JWT on every visit — name, verified flag,
stable per-org orgUid. Optional REST API reads consented vault fields
(address, contact, payment) under scoped org keys. Compliance, exports, audit logs handled.
orgUid prevents cross-org correlationcustomer.vault.user-updated to every connected app within secondstags claim for silent customer matching{
"sub": "orgUid-7c4f-…",
"name": "Kira James",
"verified": true,
// value set is {smrt, pdaas} pending PRICE-NEW-006 confirmation
"tier": "pdaas",
"smrt": { /* … */ }
}
Encryption where it counts, residency where it's required, and audit logs for every read.
BoxOwl is in private beta. Join the waitlist for a registration token, or talk to us about PDaaS for your team.