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."
  }'

Platform Capabilities

Developer Resources