Version 2.0 API Live

The AI Voice Engine for Africa

Embed Habari Jarvis into your applications. 30+ African languages, ultra-low latency streaming, and domain-aware personas powered by LiveKit and Groq.

Get API Key Launch Web Demo

Developer Portal

Generate a real LiveKit JWT token to connect your frontend applications directly to the Habari Jarvis inference cluster.

Generate LiveKit Token
Tokens are signed locally and valid for 1 year.
Your Bearer Token
⚠️ Keep this token secure. It provides direct access to the Jarvis cluster.
Python Example (livekit-agents)
import asyncio
from livekit import rtc

async def main():
    token = "YOUR_TOKEN"
    url = "wss://sta-ai-j2fgfpbb.livekit.cloud"
    
    room = rtc.Room()
    await room.connect(url, token)
    print("Connected to Habari Jarvis!")
    
    # Ready to stream audio!

asyncio.run(main())
🔐

Upgrade to Pro

This voice is only available on the Pro plan. Unlock all 30+ African voices, higher quality audio, and priority inference.

Ready to connect