Introduction

Build, test, deploy, and monitor AI agents.

Soph-ia.ai AI Agent Platform

Here's what Soph-ia.ai offers

Build

Test

Playground
Test your agents quickly.
Simulation
Automate regression tests.

Deploy

Phone Calls
Make and receive calls.
Custom Telephony
Integrate SIP providers.

Monitor

Webhook
Receive events in real-time.
Analytics
Understand agent performance.
API REFERENCE

CRM Leads

Endpoint /api/v2/crm_leads

Request Builder

Response
Click "Execute Request" to see the response

Schema & Fields

Build Overview

Design agents, configure flows, and connect tools.

Create Agent

Define goals, voice, and integrations. Save to start testing immediately.

API Reference

All requests require the x-api-key header.

Base /api/v2/
ADD LIST UPDATE DELETE

List Contacts

curl -X GET "/api/v2/contacts?limit=10&order_by=created_at desc" \
  -H "x-api-key: YOUR_SECRET_API_KEY"

Create Contact

curl -X POST "/api/v2/contacts" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_SECRET_API_KEY" \
  -d '{"name":"Ada Lovelace","phone":"+15551234567"}'

Video Tutorials

Learn how to use Soph-ia.ai with step-by-step video guides.

Video Title