Intelliverse
Pro and Pro Max · outbound live

Phone agents that know your app

Attach a voice agent to any App-ID. It answers from your app's knowledge base, places outbound calls, discloses it's an AI, and bills per started minute from the same credit balance as everything else.

How much do AI phone agents cost on Intelliverse?

Voice agents bill 100 iv_credits (~$0.10) per started minute on the standard voice class, or 200 (~$0.20) on premium, from your plan's monthly credit balance. They ship on Pro ($30/mo) and Pro Max ($100/mo), answer from your app's knowledge base, and place outbound calls today.

1

Attach

Create a voice agent on any App-ID (Pro+). Give it a persona prompt and pick a voice — Aurora, Orion, Nova, or Sage.

2

Ground

The agent answers from the same per-App-ID knowledge base your in-app chat uses. Ingest once; phone and chat share one memory.

3

Call

Place outbound calls from the API or the console. Credits are held at dial time against your max-minutes cap and settled to actual started minutes.

4

Settle

Every call lands in your ledger: duration, credits spent, transcript events. Unused held credits are released the moment the call ends.

Create an agent, place a call

Voice agents authenticate with the same API key as your chat, media, and memory — send it as a Bearer token. Two calls to go from nothing to a live phone conversation.

# 1. Create a KB-grounded voice agent on your app (Pro+)
curl https://router.intelli-verse-x.ai/api/apps/APP_ID/voice-agents \
  -H "Authorization: Bearer $INTELLIVERSE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "name": "Booking assistant",
        "persona_prompt": "You are the friendly booking assistant for Luma Spa...",
        "voice_id": "aurora", "kb_grounded": true }'

# 2. Place an outbound call — credits held at dial, settled to started minutes
curl https://router.intelli-verse-x.ai/api/apps/APP_ID/voice-agents/AGENT_ID/call \
  -H "Authorization: Bearer $INTELLIVERSE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "to": "+15551234567", "max_minutes": 10 }'

APP_ID is on your dashboard's app page; AGENT_ID comes back from call #1. Voices: aurora, orion, nova, sage. A 10-minute cap holds 1,000 credits (standard class) at dial and settles to actual started minutes.

Per-minute pricing, from your plan's credits

No per-seat fees, no separate telephony subscription. Minutes draw from the same monthly iv_credits balance as your images, video, and voiceover.

Voice classCredits / started minute≈ USD / minutePro (30,000/mo)Pro Max (100,000/mo)
Standard100$0.10up to 300 minutesup to 1,000 minutes
Premium200$0.20up to 150 minutesup to 500 minutes

Plan columns show the whole monthly grant spent on voice alone — mix freely with the rest of the catalog. Top-ups from $5 never expire. What your credits buy →

Grounded, not generic

Most phone bots improvise. Yours answers from your app's ingested docs — the same KB with citations that powers Memory.

One balance, one vendor

The reasoning leg rides your plan's tier routing and the minutes bill from the same iv_credits balance as your chat, images, and video.

Honest per-minute pricing

100 credits (~$0.10) per started minute on the standard voice class, 200 (~$0.20) on premium. Held at dial, settled to actual minutes.

Compliant by default

Every persona prompt bakes in an AI disclosure at the top of the call (TCPA/FCC guidance) and provider masking — no configuration required.

Beyond the phone: conversational avatars

The same conversational stack that runs quizverse.world's AI tutors in production — real-time WebRTC voice with lip-sync data for client-rendered avatars — is now generalized per App-ID. Mint a room token on your app, connect with the LiveKit client SDK, and minutes bill from the same iv_credits balance at the same per-minute rates as phone agents.

What's live today — and what isn't yet

Shipped
  • • Voice agent provisioning per App-ID (Pro+), persona prompts, masked voice catalog
  • • Knowledge-base grounding — the agent searches your app's KB mid-call
  • • Outbound calls with credit hold/settle metering and a per-call ledger
  • • AI disclosure baked into every call's persona prompt
Roadmap
  • • Dedicated inbound numbers (buy a number, bind it to an agent, ~$4/mo)
  • • Outbound campaign tooling with consent-list enforcement
  • • Today, agents dial out from a shared toll-free number

Frequently asked questions

What do voice agents cost?

100 iv_credits (~$0.10) per started minute for the standard voice class, 200 (~$0.20) for premium. Credits are held at dial time against your call's max-minutes cap (default 10) and settled to actual started minutes when the call ends.

Which plans include voice agents?

Pro ($30/mo) and Pro Max ($100/mo). Minutes bill from the plan's monthly iv_credits balance — Pro's 30,000 credits cover up to 300 standard-voice minutes if spent on nothing else.

Can my agent receive inbound calls?

Outbound calling is live today; agents dial out from a shared toll-free number. Dedicated inbound numbers (purchase, binding, ~$4/mo) are on the roadmap — this page will say so plainly when they ship.

Does the agent disclose it's an AI?

Yes, always. The platform bakes an AI disclosure into the top of every call's persona prompt, in line with TCPA/FCC guidance. It's not something you can turn off.

How is this different from ElevenLabs agents?

Two things: grounding and the wallet. Your agent answers from your App-ID's knowledge base — the same memory your in-app chat uses — and bills from the same credit balance as everything else you run here, so there's no second AI vendor to integrate or pay.

Give your app a phone line

Start free to explore the platform, then upgrade to Pro when you're ready to place calls. Your agent will know everything your KB knows.