Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.threetone.in/llms.txt

Use this file to discover all available pages before exploring further.

ThreeTone

ThreeTone is a voice AI platform that enables developers to build, deploy, and scale intelligent voice agents.

Start from the REST API today

export THREETONE_API_KEY="YOUR_API_KEY"
The public SDKs are being prepared, but the production API is already live. Use the REST API directly today, then migrate to the official SDKs later without changing your auth model or endpoint structure.

​ Create your first agent

cURL
curl --request POST \
  --url https://api.threetone.in/v1/convai/agents/create \
  --header 'x-api-key: YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{
    "name": "Customer Support Agent",
    "system_prompt": "You are a helpful customer support representative."
  }'

Quick Start

Get started with your first API call

AI Agents

Build intelligent conversational bots

Integration Guides

Step-by-step implementation tutorials

API Documentation

Complete API reference and examples

Platform Capabilities

AI Voice Agents

Create smart conversational assistants

Call Analytics

Track performance and optimize interactions

Smart Knowledge

Train agents with your content and data

Telephony System

Connect to existing phone infrastructure

Developer Resources

Build with ThreeTone

Comprehensive guides for developers and integrators