The minimum browser integration
Most Dubot experiences need four things:
- the CDN script with a public client token;
- a stable signed-in user id;
- a server-minted identity token when signed identities are enabled;
- customer-owned code for the context and actions that experience needs.
Start with the SDK quickstart.
Choose only the integration needed
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.