Skip to main content

Overview

Web calls let users talk to your agent directly from a web browser. No phone number needed. This is the fastest way to deploy voice agents on your website. Your visitors simply click a button and start talking — the agent responds in real-time with natural speech. It works on desktop and mobile browsers, no app install required.

How it works

  1. The user clicks the widget button and taps the microphone
  2. The browser requests microphone permission (first time only)
  3. Audio streams in real-time to your agent
  4. The agent listens, understands, and responds with natural speech
  5. The conversation continues back and forth until the user ends the call
The entire experience happens inside the widget — no redirects, no popups, no downloads.

Using the widget

Add web calls to your site with a single script tag:
<script
  src="https://app.orova.ai/widget/orova-widget.js"
  data-api-key="YOUR_API_KEY"
  data-agent-id="AGENT_ID"
  data-server-url="https://app.orova.ai"
  data-mode="voice"
></script>