Phone numbers for people & AI agents

Your number.
For calls, texts, and agents.

Pick a number, pay as you go — $0.010 flat for calls and texts. No setup fees, no contracts.

01 Pick a number
02 Activate & pay
03 Start calling
Go to Dashboard →
Simple, transparent pricing

$0.010 flat for everything. No surcharges, no surprises. Plans or pay-as-you-go.

Most popular
Personal Plan
$5 / mo
600 minutes voice (in & out)
1 phone number* included
Overages: $0.010/unit

* Standard local number ($1.00/mo). Other number types purchased separately.

Overflow billed at $0.010/min
Get started
Pay As You Go
$0 / mo
No monthly fee. No commitments.
Pay only for what you use.
1+ phone numbers at $1.00/mo each.
Billed monthly.
$0.010/min · $0.010/msg · $1.00/number/mo
Start

$5 minimum credit required to activate.

PAYG Rates — $0.010 flat
Voice inbound$0.010 / min
Voice outbound$0.010 / min
Local number$1.00 / mo
Toll-free number$1.15 / mo

* SMS available in beta for JP, CA, MX, and PM. US SMS coming after 10DLC registration.

¹ Some rural US area codes (high-cost NPA/NXX) are excluded from plan minutes and PAYG coverage. Affected calls are billed at carrier cost + fixed markup and flagged at time of call.

Three API calls to a working phone line

Get a number, configure where audio goes, start receiving calls.

01 — Provision

Get a phone number

Search by area code. Purchase instantly. Live in seconds.

POST /v1/numbers/search
{ "area_code": "212" }
02 — Configure

Set your endpoint

Tell Kadeno where to send audio and SMS. WebSocket or HTTP.

PATCH /v1/numbers/:id
{ "voice_url": "wss://..." }
03 — Receive

Handle calls and messages

Audio streams in real time. SMS forwarded to your endpoint. You process, we relay.

// G.711 ulaw audio at 8kHz
// Process however you want
Built for anything that needs a phone line

Kadeno is telephony infrastructure. What you build on it is up to you.

AI Voice Agents

Give your AI agent a real phone number. Kadeno streams call audio to your AI endpoint and relays responses in real time.

Learn more →

VoIP Applications

Build consumer or business calling apps. Kadeno provides the connectivity, you build the experience.

Call Analytics

Intercept and analyze call audio for quality monitoring, compliance, sentiment analysis, or transcription.

Ship voice in minutes

One API key. RESTful endpoints. Real-time audio over WebSocket.

  • Provision numbers via REST API
  • Real-time audio streaming (WebSocket)
  • Per-resource usage metering
  • Webhooks for call events and delivery status
provision.sh
# Search for a number
curl https://api.kadenotec.com/v1/numbers/search \
  -H "Authorization: Bearer kd_live_..." \
  -d '{ "area_code": "415" }'

# Purchase and configure
curl -X POST .../v1/numbers/purchase \
  -d '{
    "number": "+14155550123",
    "voice_url": "wss://your-app.com/voice"
    
    
  }'

# Done. Calls now route
# to your endpoint.
Everything you need to build with voice and messaging

Programmable telephony built for developers.

Voice API — Programmable voice with real-time audio streaming. Make and receive phone calls via SIP or WebSocket. G.711 codec support. Sub-200ms latency.

Phone Number Provisioning — Search and purchase local and toll-free US phone numbers via REST API. Instant activation. Assignable to any endpoint.

Real-Time Audio Streaming — Bidirectional audio over WebSocket for voice AI, call transcription, sentiment analysis, and live audio processing.

SIP Trunking — Enterprise-grade SIP connectivity with IP-based authentication. Compatible with FreeSWITCH, Asterisk, and any SIP system.

Call Control — Programmatic call management. Initiate outbound calls, transfer, play audio, gather DTMF input, and record.

Webhooks & Events — Real-time notifications for call state, SMS delivery, and number status. HMAC signature verification.

Usage Metering — Per-resource usage tracking. Track minutes, messages, and numbers. Build your own billing with custom markup.

AI-Ready — Purpose-built for AI voice agents and conversational AI. Connect any AI engine — OpenAI, Anthropic, custom models, or CAIZA. Kadeno handles telephony, you handle intelligence.

Build with Kadeno.

Create an account. Get an API key. Provision your first number in under a minute.

Pay-as-you-go. No contracts. No minimums.

TLS Encrypted  ·  PCI Compliant  ·  GDPR Ready  ·  No Audio Storage