Voice Platform Overview

Smart conversational AI agents communicating over telephony networks.

The Branofy Voice Platform is a high-performance, real-time Voice AI architecture. It lets workspaces configure conversational AI agents that talk to users over telephony networks (DID routing) and trigger custom automated workflow tools (function calling) in real time.

Core concepts

Voice Agents

Personas with system prompts, real-time models, speech synthesis, and tools.

Tools (Function Calling)

External HTTP endpoints agents trigger mid-call to run side effects.

Outbound Schedules

Dispatch automated calls to batches of phone numbers at set times.

DID Routing

Bind incoming phone numbers directly to specific voice agents.

Base URL

https://api.branofy.cloud/v1

Authentication

Every request must include your secret API key in the X-API-Key header. Generate and rotate keys from the API Keys endpoint or your dashboard.

curl https://api.branofy.cloud/v1/agents \
  -H "X-API-Key: bvk_live_your_secret_key"

Your API key is a server-side secret. Never expose it in client-side code or commit it to version control.

Quickstart

  1. Create an agent — configure a persona, model, and voice.
  2. Dispatch a call — connect a phone number to your agent.
  3. Receive events — subscribe to call lifecycle events with webhooks.

On this page