Skip to main content

The minimum browser integration

Most Dubot experiences need four things:
  1. the CDN script with a public client token;
  2. a stable signed-in user id;
  3. a server-minted identity token when signed identities are enabled;
  4. customer-owned code for the context and actions that experience needs.
Start with the SDK quickstart.

Choose only the integration needed

Support-platform handoff

A support system can identify an eligible request and send the customer into a published Dubot experience. The first useful contract answers:
Zendesk, Intercom, Salesforce, and other support products are integration categories in this documentation. Their names do not imply a generally available prebuilt connector.

Keep the boundary small

A first integration does not need a complete action catalog or broad product access. Choose one outcome, expose only its required context and operations, test the failure modes, then expand from evidence.