Agents Parties Bridges Platform Pricing Developers
Sign In

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.

Start Building

What you can build

AI agents via API
Create, configure, and deploy agents programmatically. Initiate conversations via API. Access transcripts and analytics. Build custom agent workflows.
CRM and operations
Full CRUD across CRM, sales, support, projects, HR, and finance. Automate deal creation, ticket routing, and employee workflows through the API.
Custom integrations
Connect AYBIZA to your existing tools via webhooks, MCP, or direct API calls. White-label the platform. Embed agents in your own product.

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.

Agents API

Manage agents, calls, transcripts, analytics, phone numbers, recordings, webhooks, and compliance.

Parties API

CRM contacts, deals, tickets, projects, employees, campaigns, billing, dashboards, and settings.

Bridges API

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.

GitHub wizard
Step-by-step setup: select your repository, configure access scope, and define what your coding agent can do. No YAML files. No manual webhook configuration.
Task creation
Describe the work in natural language. The agent plans the implementation, writes the code, and opens a pull request. All activity links back to Parties project tasks automatically.
Real-time status
Track agent progress live — from task assignment through code generation to PR submission. See diffs, review comments, and merge status without leaving the platform.

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.

Granular targeting
Enable features per organization, per user role, or by percentage rollout. Test new functionality with a subset of your users before a full launch. Instant rollback if anything goes wrong.
API-controlled
Check flag status via the Parties API. Build conditional logic in your integrations. Feature flags work across Agents, Parties, and Bridges — one system for the entire platform.

Quick start

Create your first agent with one API call.

Create an agent
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.

Rate limits

100
Requests/min (Starter)
500
Requests/min (Scale)
Custom
Requests/min (Enterprise)

Start building.

Sign up for free and get API access immediately.

Start Free