Skip to main content

Documentation Index

Fetch the complete documentation index at: https://sippet.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

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