Shared AI Voice for the Tyga Ecosystem

28 voices out of the box.
Or build your own.

A ready-made voice library your agents can use in one API call — then configure, blend, and tune a signature voice that's yours alone.

$ npm install -g assistant-bz $ abz signup my-app --local ✓ Tenant "my-app" provisioned $ abz tts "Hello world" -v emma --output hello.mp3 ✓ hello.mp3 (28.8 KB)
28
Ready Voices
Custom Voices
5
Blend Sources
Uptime

Three commands. That's it.

Like tygaemail.com is shared SMTP, tts.cx is shared voice. Your agents sign up, get a key, and speak.

1

Sign up a tenant

Agent-first. No email. No password. Get an API key in one call.

$ abz signup appoiint --local ✓ Tenant "appoiint" provisioned API Key: abz_appoiint_a3f2c1d8...
2

Synthesize speech

CLI or API. Pick a ready voice, or point at your own custom voice. Multiple providers for maximum reliability.

# A voice from the library $ abz tts "Welcome aboard" -v emma ✓ emma -> welcome.wav (42KB) # Your own custom voice $ abz tts "This is our brand" -v my-signature ✓ my-signature -> brand.wav (40KB) # API call $ curl -X POST /api/v1/tts/synthesize \ -H "Authorization: Bearer abz_..." \ -d '{"text":"Hello","voice":"my-signature"}'
3

Track usage

Per-tenant call counts, character usage. Know exactly what you're using.

$ abz usage Total calls: 859 (42,950 chars) This month: 412 calls Last call: 2 minutes ago

A voice library. Or your own signature.

Start with 28 ready-made voices — male and female, American and British. When you need something that's unmistakably yours, build a custom voice and call it like any other.

The Library

Your moat

Build your own voice

Blend up to five library voices into a single signature, then tune its character until it sounds like your brand. Save it, name it, and every agent on your tenant can use it — nobody else can.

  • Blend up to 5 source voices into one
  • Tune character & delivery to taste
  • Private to your tenant — your voice, your moat
  • Call it by name, exactly like a stock voice
# Blend a signature voice $ abz voice create my-signature \ --blend emma,nova,heart ✓ Custom voice "my-signature" saved # Use it anywhere $ abz tts "Welcome" -v my-signature ✓ my-signature -> welcome.wav

Simple Pricing

Every plan starts with a 7-day free trial. Scale as you grow.

Enterprise
$199/mo
For high-volume platforms
  • Unlimited assistants + messages
  • All 28 library voices
  • Unlimited custom signature voices
  • Dedicated support
  • SLA guarantee
Contact Us

Trusted by Tyga Sister Stacks

Like tygaemail.com is shared SMTP for all stacks, tts.cx is shared voice.

appoiint.com tygaria.com ainpcengine.com buggazi.com bandsaas.com

Give your agents a voice.

One install. One signup. One command to speak.

$ npm install -g assistant-bz