We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Build on AYBIZA.
REST API, MCP tools, WebSocket streams, and signed webhooks. Full programmatic control over agents, CRM, and every module. Bring your own provider keys to keep your enterprise agreements, compliance setup, and save 50-70% on credits. Sign in for the full developer reference.
What you can build
Platform APIs
REST APIs with full CRUD, pagination, filtering, and sorting. All endpoints return JSON. API key authentication. Consistent response format across all three platforms.
Manage agents, calls, transcripts, analytics, phone numbers, recordings, webhooks, and compliance.
CRM contacts, deals, tickets, projects, employees, campaigns, billing, dashboards, and settings.
Conversations, MCP connections, tool management, dashboards, metrics, and audit.
Deep MCP tool library
All three platforms expose MCP tool definitions — spanning agents, CRM, operations, messaging, content, and every business function. Any MCP-compatible application can read and write across the entire platform — CRM, sales, support, finance, HR, projects, marketing, agent management, conversations, and dashboards.
Coding agents — self-serve setup
Connect your GitHub repositories through a guided wizard, create coding tasks, and watch agents work in real time. Code review, PR generation, and task tracking — from setup to first pull request in minutes.
Feature flags
Roll out new capabilities gradually with built-in feature flags. Target by organization, user role, or percentage. Toggle features in production without code deploys.
Quick start
Create your first agent with one API call.
curl -X POST https://agents.aybiza.com/api/v1/agents \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"name": "Support Agent",
"workspace_kind": "voice",
"system_prompt": "You are a support agent for Acme Corp.",
"language": "en-US"
}'
# See the authenticated API reference at /docs for the full
# schema and allowed values for each field.