Authentication
All API requests require authentication using an API key in thex-api-key header.
Get your API key
- Create an account: Sign up at dashboard.threetone.com
- Generate API key: Navigate to Settings → API Keys and create a new key
- Store securely: Save your API key securely - it will only be shown once
Using the Voice Agents API
Create your first agent
cURL
Python
JavaScript
Response
Next steps
Explore our developer guides
Creating Voice Agents
Learn advanced agent configuration and customization
Knowledge Base Integration
Add context and intelligence to your agents
Phone Integration
Connect agents to phone systems
Conversation Management
Monitor and analyze agent conversations
Additional resources
- API Reference: Complete API documentation
- Authentication Guide: Detailed authentication setup
- Voice AI Capabilities: Platform overview
Security best practices
- Always use HTTPS endpoints for API requests
- Store API keys securely using environment variables
- Never commit API keys to version control
- Rotate API keys regularly for enhanced security

