Overview
Products are always available to every account. They may still hold per-account configuration, but they do not require an integration installation record before their APIs can be used.
| Product | Purpose | Base Path | Auth |
|---|---|---|---|
| Identity | OIDC, passkeys, social login, managed sessions, and the identity portal. | /v1/products/identity |
Public: self-authenticating (OIDC, OTP, passkeys, social, SAML) |
| Structured Ingots | Encrypted key/value records stored inside Vaults. | /v1/products/structured-ingots |
JWT or API key + Vault Access Token |
Identity also publishes one surface that is not an API at all:
auth.sv public avatars, a plain image URL on
my.auth.sv that needs no account, no key, and no SDK.
Products vs Integrations
Integrations are installed per account. Products are global and install-free. Every account can call a product's API without an installation record.