You can now buy phone numbers in AIConneqtors!View Update →
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.

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

Made with Emergent