Web calls

A web call is a real-time voice conversation from a browser - the same agent that answers your phone number, reachable from a page.

Trying one

The Playground starts a web call against any agent. That is the fastest way to hear an agent without shipping anything.

Putting one in your own product

Use the browser SDK, @glytos/web. See the Web SDK.

The flow is deliberately split in two so your API key never reaches a browser:

  1. Your server asks Glytos for a short-lived web-call token, naming the agent.
  2. Your page hands that token to the SDK, which connects and starts talking.

Never put an API key in front-end code. Mint a token on your server. A key in a browser is a key anyone can read and use against your credit.

Requirements

  • The page must be served over HTTPS - browsers only grant microphone access on a secure origin.
  • The user must grant microphone permission.
Web calls · Glytos Docs