veevo.ai

Documentation

Everything you need to ship a voice agent with Veevo.

Prerequisites

  • A Twilio account with a voice-capable phone number
  • Your Twilio accountSid and authToken
  • An OpenAI API key with Realtime API access
  • A backend server that implements three callback endpoints
i
Your Twilio and OpenAI credentials are never stored by Veevo. They are returned by your backend on each call.

How It Works

When a call comes in, Veevo orchestrates Twilio and OpenAI in real time, calling your backend for configuration and tool execution.

1Register — Create an account and get your API key
2Configure — Point your Twilio number at Veevo and register callback URLs
3Implement — Build three callback endpoints on your backend