Installation
The JavaScript SDK is available by URL. Include it in your HTML page:Initialize
After including the SDK, initialize it with your public key.Start a profile session
To start a profile session, callstartProfileSession with a unique user token generated by the API.
First, create a tenant using the tenant creation API. Then generate an onboarding token for that tenant. Use that token when starting the SDK profile session.