Vapi builds voice AI agents that answer the phone
AI 6 min read

Vapi builds voice AI agents that answer the phone

The developer platform behind Amazon Ring's support calls

Published Jul 1, 2026

You have called a company, waited on hold to the same four bars of music, and finally reached a person who then asks for the account number you already typed in twice. Now imagine the voice that picks up on the first ring, knows why you are calling, and actually sorts it out. That is the kind of phone call Vapi is built to power, and it is the same tech that Amazon's Ring team now runs every single inbound support call through.

Quick facts

  • Pricing (as of 01 Jul 2026): usage based. Vapi's own hosting fee is $0.05 per call minute, plus the cost of the speech and language models you use (which drops to $0 if you bring your own API keys). The Scale plan is a custom annual contract. HIPAA compliance is a $2,000/month add-on.
  • Platform: cloud, API-first, with a web dashboard.
  • Who makes it: Vapi, Inc., which raised a $50M Series B in May 2026 at a reported $500M valuation.
  • Open source: the core platform is a paid hosted product, though Vapi keeps public SDKs and example code on GitHub.

What Vapi actually is

Vapi is a platform for building voice AI agents: software that answers or makes phone calls and talks to a real human on the other end in a natural back-and-forth. Not a menu of "press 1 for billing," but an agent that listens, understands, and responds like a person would.

Under the hood, a voice agent has to do three jobs in the length of a normal pause: turn your speech into text, feed that to a language model to work out a reply, then turn the reply back into a spoken voice. Vapi is the layer that wires those three pieces together and runs the phone lines, so a developer does not have to assemble the plumbing themselves. You bring the prompt and the business logic. Vapi handles the rest of the call.

The problem it solves

Building a phone agent from scratch is genuinely fiddly. You need telephony, a speech-to-text engine, a language model, a text-to-speech voice, and glue code to make them talk to each other fast enough that the caller does not notice a lag. Get the timing wrong and the agent talks over people or leaves three seconds of dead air, which is the fastest way to make someone hang up.

Vapi's pitch is that it collapses all of that into one API. The company says agents can run with sub-500ms latency, the roughly half-second gap that keeps a conversation feeling like a conversation. When Ring got buried in support calls last holiday season, it reportedly tested more than 40 voice vendors before picking Vapi, went from zero to production in two weeks, and now routes 100% of inbound volume through it.

Where it is useful

  • A home-services company (think plumbers and HVAC crews) points its after-hours line at a Vapi agent that books the next available slot, so a burst pipe at 11pm turns into a confirmed morning appointment instead of a missed voicemail.
  • A healthcare scheduler uses it to run appointment reminder calls at scale, confirming or rebooking hundreds of patients a day without a room full of staff dialing manually. Vapi's HIPAA add-on exists precisely for this.
  • A sales team hands its outbound qualifying calls to an agent that weeds out the tire-kickers and books the promising leads straight onto a rep's calendar, so humans only ever talk to people worth talking to.
  • A marketplace or staffing app uses it to fill shifts, calling workers to offer open slots and logging who says yes, which is close to how Instawork reportedly runs over a million calls a month on the platform.

Why it stands out

Two things. First, it is unapologetically built for developers rather than for a no-code drag-and-drop crowd, which means you get real control over the voice, the conversation flow, and which underlying models power it. You can swap in your own speech or language providers instead of being locked to one.

Second, and more convincing than any feature list, is who is actually running production traffic on it. Ring, Intuit, and ServiceTitan are not names that adopt flaky infrastructure for their live customer calls. The platform reports crossing 1 billion calls and 99.9% uptime for enterprise clients, which is the sort of number that only shows up after a lot of real-world calls have gone through without falling over.

The honest catch: the pay-as-you-go model means your bill is the sum of several meters (Vapi's per-minute fee plus every model provider's cost), so the true price of a call takes a bit of arithmetic to pin down. And because it is a builder's tool, there is no getting around writing some code to stand up your first agent.

How to try it

You can start on the free tier from the dashboard, which includes a chunk of call minutes to experiment with before anything hits a card.

https://dashboard.vapi.ai/register

From there the usual path is: create an assistant, give it a system prompt describing its job, pick a voice and a language model, attach a phone number, and place a test call to yourself. The docs walk through each step, and there is an active Discord community if you get stuck. If you want to earn a cut for pointing others its way, Vapi also runs an affiliate program that pays a commission on referrals.

Takeaway

Voice AI has spent years being the thing that mangles your name and puts you back in the queue. Vapi is one of the clearer signs that the technology has turned a corner, less a gimmick and more a phone line that happens to be staffed by software. If you are a developer with a calling problem, it is worth an afternoon and a test number to see whether the agent can hold up its end of the conversation. For most people, the real proof will arrive quietly, on the day a support call just gets handled and you never think about who, or what, picked up.

Share this article
Weekly digest

One email a week.
The five things that mattered.

Friday mornings. No hype. Unsubscribe anytime.

By subscribing, you agree to our Terms of Use and Privacy Policy.