# ElevenLabs Voice Agents for Small Business (2026)

> Yes, an ElevenLabs agent can answer your phone for roughly $30-150/mo depending on volume. Real cost math, what a build involves, and the compliance rules.

Canonical: https://bamboodigital.io/guides/articles/elevenlabs-voice-agents-for-small-business

---
[Guides](https://bamboodigital.io/guides) / Guides

Guide

# Can an ElevenLabs voice agent answer your business phone?

Yes. ElevenLabs Agents can answer your business line today, and at 500 calls a month the running cost lands around $135-150/mo once you add telephony.

The build is the hard part: the agent is only as good as the rules you write for it, and the compliance picture changes completely depending on whether it answers calls or makes them.

On this page

-   [The agent is a script with a voice, not an employee](#the-agent-is-a-script-with-a-voice-not-an-employee)
-   [500 calls a month costs about $135-150, all in](#500-calls-a-month-costs-about-135-150-all-in)
-   [The build is mostly writing down how you handle calls](#the-build-is-mostly-writing-down-how-you-handle-calls)
-   [Inbound and outbound are different legal worlds](#inbound-and-outbound-are-different-legal-worlds)
-   [Skip it if the math or the trust is not there](#skip-it-if-the-math-or-the-trust-is-not-there)

## The agent is a script with a voice, not an employee

ElevenLabs Agents (the product formerly called Conversational AI) is a platform for building voice agents: you pick a voice, write a system prompt, attach a knowledge base, and connect a phone number. When someone calls, the agent listens, thinks with a large language model, and speaks back in near real time.

It can transfer to a human, take a message, answer questions from documents you give it, and trigger tools like booking a slot or sending a text.

What it is not: a mind. It follows the rules you wrote and reads the documents you gave it. If your hours, service area, and pricing exist only in your head, the agent has nothing to work from. Writing those rules down is the actual project. The platform is the easy 20 percent.

For a small business, the use case that actually pays off is inbound reception: answering the calls you already miss. Missed calls are lost jobs, and an agent that answers at 11pm, takes a clean intake, and texts you a summary earns its keep without ever pretending to be a person.

## 500 calls a month costs about $135-150, all in

ElevenLabs publishes plan pricing, and it held up when we checked it in July 2026. The Pro plan is $99/mo with 1,238 call minutes included; extra minutes cost $0.08 each. The LLM and telephony are billed separately on top, based on usage.

Say you take 500 calls/mo averaging 3 minutes: 500 x 3 = 1,500 min/mo. Telephony through Twilio adds a local number at $1.15/mo and inbound minutes at $0.0085/min.

Item

Monthly cost at 1,500 min

ElevenLabs Pro plan (1,238 min included)

$99

Overage: 262 min x $0.08

~$21

Twilio local number

$1.15

Twilio inbound: 1,500 min x $0.0085

~$13

LLM usage (billed separately)

varies, usually small

That is roughly $135-150/mo, or about $1,600-1,800/yr, before anyone builds anything. It matches what we see in production: a private-lender receptionist built this way runs about $2,050/yr all-in at 500 calls/mo, after a 35-vendor evaluation landed on this stack.

Lighter volume is cheaper. At 100 calls/mo (about 300 min), the $22/mo Creator plan plus overage and telephony comes in under $30/mo.

Two cautions: minutes are billed on conversation duration, so a rambling caller costs the same as a productive one (ElevenLabs does discount long silences), and if simultaneous calls exceed your plan's concurrency limit, burst pricing doubles the rate to $0.16/min.

ElevenLabs Pro plan $99

Overage minutes ~$21

Twilio inbound minutes ~$13

Twilio local number $1.15

Monthly cost at 1,500 minutes, per the table above. LLM usage bills separately and varies, usually small, so it is not drawn as a bar.

The all-in number is not one vendor's price: the plan is most of it, and the telephony that makes it a real phone line is under $15.

[Book a discovery call](https://bamboodigital.io/start) [See what changes in 30 seconds](https://bamboodigital.io/start#quiz)

## The build is mostly writing down how you handle calls

A working receptionist build has 5 parts, and only 1 of them is technical:

1.  **Call rules.** What the agent may say, what it must never guess at, when it transfers, when it takes a message. This is a written document, and it is where most of the effort goes.
2.  **A knowledge base.** Hours, services, pricing boundaries, service area, FAQs. The agent answers from these files, not from the open internet. This is the same discipline as a [business knowledge base](https://bamboodigital.io/guides/what-is-a-business-knowledgebase): if it is not written down, the agent cannot know it.
3.  **Telephony wiring.** A number (new, or your existing line forwarded), connected through Twilio or ElevenLabs' native telephony.
4.  **Escape hatches.** Transfer to your cell, voicemail fallback, and a text or email summary of every call so nothing disappears.
5.  **Test calls.** Dozens of them, including hostile ones: callers who interrupt, mumble, ask for a discount, or try to get the agent to promise something. You fix the rules until it stops failing.

Budget the effort accordingly. The platform setup is an afternoon. Getting the rules right so the agent never quotes a price it should not is 1-2 weeks of drafting, testing, and revising.

This is exactly the kind of grounding work Bamboo Digital does in month 1, which is why our voice builds start from a knowledge base rather than a prompt.

## Inbound and outbound are different legal worlds

In February 2024 the FCC ruled that AI-generated voices count as "artificial" under the TCPA. That means calls you place with an AI voice need the recipient's prior express consent, and marketing calls need prior express written consent.

Violations run $500-$1,500 per call, and plaintiffs' firms actively hunt for them. This is why the lender build linked above is inbound-only by design.

Inbound is much safer ground: when a customer dials your number, the TCPA robocall restrictions on artificial voices do not apply to that customer-initiated call. But 3 obligations remain:

-   **Disclose the AI.** Have the agent say it is an AI assistant in its greeting. California's AB 2905 (effective January 2025) requires artificial-voice disclosure on autodialed calls, and several states are following. Disclosure also just works better: callers forgive a named robot and punish a fake human.
-   **Handle recording consent.** If calls are recorded or transcribed (they usually are, for the summaries), all-party consent states like California, Florida, and Washington require telling the caller. A one-line notice in the greeting covers it.
-   **Never let the agent dial out.** Keep outbound calling disabled until you have consent records and legal review. One "quick follow-up call" feature is how an inbound receptionist becomes a TCPA defendant.

## Skip it if the math or the trust is not there

Do not build this if any of these are true:

-   **You get under ~5 missed calls a week.** Voicemail plus a fast callback is free.
-   **Your calls are high-stakes conversations,** not intake. If every call is a negotiation or an emergency, a wrong answer costs more than a missed one.
-   **Nothing about your business is written down yet.** The agent will guess, and it will guess in front of customers. Fix the knowledge base first; see [when a business is ready for agents](https://bamboodigital.io/guides/when-is-a-business-ready-for-ai-agents).
-   **You cannot review transcripts weekly.** An unwatched agent drifts, and you will not know until a customer tells you.

If you do 2-3x that call volume, miss a real share of it, and can write down your rules, the math is hard to argue with: about $150/mo against the first recovered job usually paying for the quarter.

Questions

## Asked before reading this far.

How much does an ElevenLabs voice agent cost per month for a small business?

Expect **$30-150/mo depending on call volume**. ElevenLabs' Creator plan is $22/mo with 275 call minutes; Pro is **$99/mo with 1,238 minutes**, and extra minutes cost **$0.08 each**. Telephony adds about **$1.15/mo for a Twilio number** plus $0.0085/min inbound, and LLM usage is billed separately. At 500 calls/mo of 3 minutes each, the all-in run rate is roughly $135-150/mo.

Is it legal to have an AI answer my business phone?

**Yes, answering inbound calls with AI is legal** in the US. The FCC's 2024 ruling that AI voices are "artificial" under the TCPA targets **outbound robocalls made without consent**, not calls your customers place to you. You should still **disclose that the caller is talking to an AI** and **announce recording** in the greeting, since all-party consent states like California require notice when calls are recorded.

Can an ElevenLabs agent make outbound calls to my customers?

**Technically yes, but do not do it without consent records**. Under the FCC's February 2024 TCPA ruling, an AI-voice call you place requires the recipient's **prior express consent**, and marketing calls need **prior express written consent**, with penalties of **$500-$1,500 per violating call**. Inbound-only is the safe default for a small business, which is exactly how our private-lender receptionist is configured.

### Sources

-   [ElevenLabs Agents pricing (plans, minutes, $0.08/min overage)](https://elevenlabs.io/pricing/agents)
-   [Twilio US voice pricing ($0.0085/min inbound, $1.15/mo local number)](https://www.twilio.com/en-us/voice/pricing/us)
-   [FCC: AI-generated voices are illegal in robocalls without consent (Feb 2024)](https://www.fcc.gov/document/fcc-makes-ai-generated-voices-robocalls-illegal)
-   [FCC declaratory ruling FCC 24-17 (AI voices are "artificial" under TCPA)](https://docs.fcc.gov/public/attachments/FCC-24-17A1.pdf)
-   [California AB 2905, artificial voice disclosure (signed Sept 2024)](https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=202320240AB2905)

Related

### Related reading.

[When is a business ready for AI agents? Read it](https://bamboodigital.io/guides/when-is-a-business-ready-for-ai-agents)

Keep reading

-   [Delegation is three decisions, not one yes-or-no](https://bamboodigital.io/guides/articles/delegation-is-three-decisions)
-   [One AI check is not enough: judge the answer, the reasoning, and the behavior](https://bamboodigital.io/guides/articles/judge-ai-three-ways)

The part no tool does for you

## The setup is the product. That is what month one builds.

Your rules, voice, and numbers written down, the tools wired, drafts you approve. [Priced by fit](https://bamboodigital.io/start) · [Book a discovery call](https://bamboodigital.io/start) · [See what changes in 30 seconds](https://bamboodigital.io/start#quiz)

---

Site overview for agents: https://bamboodigital.io/llms.txt
Every article, full text: https://bamboodigital.io/llms-full.txt
All URLs: https://bamboodigital.io/sitemap.xml
