Current status
@sippet-ai/operator-widget currently depends on dashboard-style auth patterns.
For public integrations, use backend secret-key APIs and ephemeral realtime session tokens as documented in:
/guides/realtime-session-tokens
Recommendation
If you are building a public integration today:- Use
@sippet-ai/sdk-jsdirectly. - Mint realtime
session_tokenvalues from your backend. - Connect browser sockets with
session_token.
Why
Publishable keys no longer authorize realtime subscriptions, REST reads, or RPC actions.Related pages
- Realtime session token flow:
/guides/realtime-session-tokens - SDK introduction:
/sdk-js/introduction - RPC action catalog:
/sdk-js/rpc-actions

