Developer Documentation
AIConneqtors SDK
Build powerful AI voice agents with our easy-to-use SDK
Video Tutorial
Introducing AIConneqtors
Discover how AIConneqtors can transform your voice AI workflows.
Getting Started
Learn how to install and set up the AIConneqtors SDK
Client
Initialize and configure the AIConneqtors client
Agent
Create, manage, and customize AI agents
Call
Manage call logs and dispatch calls
Simulation
Test and optimize your agents with automated scenarios
Integrations
Connect with external services and APIs
Knowledge Base
Manage files and knowledge for your agents
Voices & Languages
Explore 1000+ voices and 90+ supported languages
Quick Start
installation.sh
# Install the SDK
pip install aiconneqtors
# Initialize in your code
from aiconneqtors import Client
client = Client(api_key="your_api_key")
# Create an agent
agent = client.agents.create(
name="Customer Support Bot",
voice="alloy",
greeting="Hello! How can I help you today?"
)
# Start a call
call = client.calls.create(
agent_id=agent.id,
to_number="+1234567890"
)Developer API
Ready to build your AI voice agent?
Get started with AIConneqtors SDK today and create powerful AI voice experiences for your users.
Start Building