Status note
@sippet-ai/operator-widget currently targets dashboard-style authentication.
Public integrations should not use publishable keys or dashboard session auth.
Use this model instead:
- Backend calls with secret key.
- Browser realtime via ephemeral
session_tokenfromPOST /api/realtime/session.
Recommended path
For public integrations, use@sippet-ai/sdk-js directly:
- SDK overview:
/sdk-js/introduction - Realtime token flow:
/guides/realtime-session-tokens - RPC actions:
/sdk-js/rpc-actions

