1
Create an account
Sign up at the Livry developer portal. Enter your email and follow the link Livry sends you — there’s no password to choose. See Account.
2
Pick an environment
Your Team starts with a sandbox Tenant. Build against sandbox; keep live for production traffic. Remember that Organizations don’t move between the two — see Organizations and overrides.
3
Define your default theme
Store the tokens your interface renders with as a JSON document. Livry doesn’t impose a vocabulary — use the names your design system already uses. See Tokens.
4
Create an Organization
Each brand you serve is an Organization holding overrides on the default theme. Start with one, overriding just a colour, to see resolution working end to end.
5
Create an Application
An Application holds the signing key used to authorise theme requests. Store the key server-side. See Signed URLs.
6
Fetch a theme
Construct a signed URL for your Organization, fetch it from your frontend, and map the returned tokens onto your components. See Serving overview.
Worked example pending. Each step above needs the concrete portal navigation, a real token document, and a runnable code sample before this page does its job. Written as-is it orients a reader; it does not yet get them to a rendered theme.