Skip to main content

ThreeTone

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

​ Install

pip install threetone-sdk  # Coming soon
npm install @threetone/sdk  # Coming soon

​ Create your first agent

cURL
curl --request POST \
  --url https://api.threetone.com/v1/voiceai/agents \
  --header 'x-api-key: YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{
    "name": "Customer Support Agent",
    "agent_type": "business",
    "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