Founder Cohort · Accepting applications

Your Twilio.
Your OpenAI.
We run the calls.

A stateless voice runtime for backend developers. Bring your Twilio number, your OpenAI key, and three webhooks — we host the bridge.

Founder cohort offer

First ten teams get six months free — $55 in account credit (≈ 6 months of platform + usage). In exchange, monthly feedback calls.

First come, first served · No contract · Cancel anytime

The Offer

What you get. What we ask.

What you get

  • +

    $55 in account credit

    Applied to platform fee + per-minute usage. Lasts ~6 months at typical early-stage usage. Then $5/mo + $0.05/min.

  • +

    Direct line to the founders

    Slack/Discord access. We answer in hours, not days.

  • +

    Locked-in beta pricing

    Future price changes don't apply to your account. Ever.

What we ask

  • A real production use case

    Not a hello-world demo. Veevo is in your product, doing work.

  • 30 minutes a month, for 3 months

    We talk. You tell us what's broken. We fix it.

  • Permission to quote you

    Anonymized if you prefer. We'll always send drafts first.

Cohort cost to us: $55 per team. We're investing in feedback, not discounting.

Fit Check

Read this before you apply.

We're going to disqualify aggressively on the call. Better to bounce here than to waste both of our time.

This is for you if

  • You're a backend developer at an indie SaaS, dev-tools company, or vertical-SaaS shop.

  • Your product already exposes the functionality customers want. There's an HTTP API. It works.

  • A customer asked: "can I do that by phone?" You said yes and started looking.

  • You have opinions about how your systems are wired and you don't want a no-code builder hiding the mechanics.

This is not for you if

  • You're an AI consultancy or automation agency building voice agents on behalf of clients.

  • You want a drag-drop workflow builder, knowledge-base UI, and pre-built templates.

  • You need SOC 2 / HIPAA compliance today. We don't have it yet.

  • You don't have a backend. Veevo proxies tool calls to your API — if there's no API, there's nothing to proxy.

If you want a no-code platform with a GUI, use Vapi or Retell. They're good at what they do.

Integration

Three callbacks.
That's it.

onCallStart — return your credentials + config when a call arrives.

onToolCall — handle function calls from the AI mid-conversation.

onCallEnd — receive the full transcript and cost breakdown.

Read the callback reference
# 1. Register your account
curl -X POST https://veevo.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{
    "email": "you@your.co",
    "password": "...",
    "companyName": "Your Co"
  }'
# → returns rtk_... API key + Stripe checkout URL

# 2. Register a phone number
curl -X POST https://veevo.ai/api/phone-numbers \
  -H "Authorization: Bearer rtk_..." \
  -H "Content-Type: application/json" \
  -d '{
    "phoneNumber": "+15551234567",
    "onCallStartUrl": "https://your-backend.com/calls/start",
    "onCallEndUrl": "https://your-backend.com/calls/end",
    "onErrorUrl": "https://your-backend.com/calls/error"
  }'

# 3. Point your Twilio number at https://engine.veevo.ai/voice
#    That's the entire integration.

FAQ

Cohort questions

Accepting applications

Apply for the cohort.

Sign up takes about 90 seconds. We'll reply within a business day to confirm your spot or put you on the cohort 2 waitlist.

Questions? founders@veevo.ai