Skip to main content

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_token from POST /api/realtime/session.
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