Get your publishable API key
In the ClarioDesk dashboard, create an app and
copy its publishable key — it starts with
pk_live_. This key only
authorizes a fresh install to register a device; it can’t read tickets or
impersonate users, so it’s safe to ship in your app binary.Initialize once at app start
The first call generates the hardware device key and registers it. Later
launches reuse it with no network round-trip.
Identify the user
Once your own auth knows who the user is. This is metadata only — the device
key is the real identity, so this grants no access. It’s idempotent, so call
it on every launch for logged-in users.
Prefer not to build the UI?
Use the prebuilt chat instead — one call opens a themeable inbox. See the
prebuilt UI guide for Flutter or
React Native.