Developer Platform

Build with Qarl Buddy.

ZETIORA's first public AI product — a Tanzanian conversational companion you can drop into any app with one API call.

Meet Qarl Buddy

A buddy, not a bot.

Qarl Buddy speaks natural Swahili, casual English or a mix of both. Friendly, funny, emotionally aware — built for everyday conversation, companionship and fun. Perfect for chat apps, community platforms, campus products and creator tools.

  • Swahili + English + natural mix
  • Tanzanian urban personality
  • Short, conversational replies
  • Never a marketplace or support bot
One call
curl https://YOUR-DOMAIN/api/public/v1/ai/chat \
  -H "Authorization: Bearer zk_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "assistant": "qarl-buddy",
    "messages": [{ "role": "user", "content": "Mambo vipi bro?" }]
  }'

Full request and response shapes live in the API reference.

Secure API keys

Keys are hashed at rest, shown once, revocable any time.

Rate limited

Per-project limits per minute and per day, enforced server-side.

Usage analytics

Every request logged with latency, status and error codes.

Live playground

Chat with Qarl Buddy in the console before you write code.

Official SDK

@zetiora/sdk — typed, tiny, zero dependencies.

Safe by design

Prompts, models and provider details stay on ZETIORA servers.