Quick start
Four steps to answering.
₹500 free credit, no card.
Services, hours and booking rules.
Phone, web widget or SMS.
AIVA starts answering instantly.
Browse by topic
Create your account and go live in four minutes.
Read →Embed the chat widget on any site in three lines.
Read →Get a number or port yours, and tune the greeting.
Read →Provision an SMS number and go two-way.
Read →Read your dashboard and pipe data to your warehouse.
Read →Connect calendars, CRMs, helpdesks and more.
Read →Fire an event on any action and bring your own keys.
Read →Top up, set auto-recharge and read your usage.
Read →Embed the web widget
Paste this before </body> on any page. Swap in your workspace ID from the dashboard.
<script
src="https://cdn.aivachat.io/widget.js"
data-aiva-id="your-workspace-id"
defer
></script>Using a site builder? See the web-widget guide for WordPress, Shopify, Webflow and more.
Receive a webhook
AIVA POSTs a JSON event to your URL whenever something happens — a booking, a hand-off, a new contact. Here's a booking.created payload.
POST https://your-app.com/aiva-webhook
{
"event": "booking.created",
"channel": "voice",
"language": "hi-IN",
"customer": { "phone": "+9198XXXXXX17" },
"booking": {
"at": "2026-06-26T10:30:00+05:30",
"service": "Consultation"
}
}Add a webhook and external-tool API keys from Settings → Developer in the dashboard.