External integration boundaries
Integration flow
1
Mint Embed Token in tenant backend
The tenant backend creates a short-lived Embed Token for the currently authenticated tenant user.
2
Initialize the embedded widget from tenant frontend
The tenant frontend loads the SDK and passes the Embed Token to the NSDK container.
3
Call NSDK capabilities through documented integration patterns
The embedded widget exchanges authenticated requests with NSDK and renders responses in the host experience.
4
Operate through stable external contracts
Tenant teams integrate against published behaviour and documentation, while the underlying platform architecture remains abstracted behind the NSDK boundary.
For production integration, pair this page with Tenant embedding guide, Configuration reference, and Security posture.