Can I move an Organization from sandbox to live?
Can I move an Organization from sandbox to live?
No. Organizations belong to exactly one Tenant and don’t move between environments. If you need to mirror brand configuration into live, script it against the Management API as part of your own release process. See Organizations and overrides.
Does Livry validate my token names?
Does Livry validate my token names?
No. Token documents are schema-less JSON, so Livry stores what you send without checking names against a vocabulary. Handle missing tokens defensively in your frontend. See Tokens.
Why can't I use an API key for theme requests?
Why can't I use an API key for theme requests?
Theme fetches happen in the browser at volume and should be cacheable at the edge. Signed URLs can be computed server-side and handed to the client safely; a bearer token can’t. See Signed URLs.
I forgot my password.
I forgot my password.
Livry sign-in is passwordless — there is no password. Enter your email and follow the link Livry sends. If you’ve lost access to the email address itself, contact support.
Can one account belong to more than one Team?
Can one account belong to more than one Team?
Yes. Accounts and Teams are separate; switch between Teams inside the developer portal.
How do I get on the Enterprise plan?
How do I get on the Enterprise plan?
Enterprise isn’t self-serve. Get in touch and we’ll scope a plan against your requirements. See Billing.