Skip to main content

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-js directly.
  • Mint realtime session_token values from your backend.
  • Connect browser sockets with session_token.

Why

Publishable keys no longer authorize realtime subscriptions, REST reads, or RPC actions.
  • Realtime session token flow: /guides/realtime-session-tokens
  • SDK introduction: /sdk-js/introduction
  • RPC action catalog: /sdk-js/rpc-actions