🤖 Give Your AI Agent a Real Israeli Phone Number

Connect any AI voice agent or LLM to a real local phone number in Israel or 145 countries worldwide. Provision via API, route inbound calls to your AI system in real time via SIP or webhook.

Why AI Agents Need a Real Phone Number

📞 Real Inbound Calls

AI agents built on Bland.ai, Vapi, Retell, or custom LLMs need a real dialable number. Without one, they can only work inside apps — not on actual phone networks.

🇮🇱 Israeli Local Numbers

Give your AI agent an Israeli number with area codes 02, 03, 04, 08, 09, or 072–079. Callers in Israel reach your agent at local rates with a familiar local number.

🌍 145 Countries Available

Not just Israel — provision local numbers in 145 countries via API. Your AI agent can have a local presence anywhere in the world.

🔁 Dynamic Forwarding

Change where calls route at any time via API — reassign numbers between agents, update destinations, or release numbers programmatically.

How It Works — Call Flow

📱 Caller

Dials your local number

🔢 IsraelNumber

Virtual number in Israel or 145 countries

🔀 SIP / Webhook

Real-time call delivery

🤖 AI Agent

Bland.ai / Vapi / Retell / Custom LLM

✅ Response

Agent handles the call

3-Step Integration Guide

1

Provision an Israeli Number via API

Use the Login API to get your account_token, then call the Available DIDs endpoint to find a number in Israel or any other country. Use did/assign to add it to your account. This takes seconds and works fully programmatically — no dashboard needed.

2

Point the Number to Your AI Agent

Use the did/forward API to route incoming calls to your AI agent’s SIP URI (e.g. agent@yourplatform.com) or to a PSTN number your platform provides. This can be updated at any time via API without releasing the number — enabling dynamic agent assignment.

3

Your AI Agent Answers Live Calls

When someone dials your Israeli number, IsraelNumber forwards the call to your configured SIP destination in real time. Your AI agent picks up, handles the conversation, and can push webhook events back to your system for logging, CRM updates, or follow-up actions.

Code Examples

import requests

BASE = "https://newsip.israelnumber.com/api"
# Step 1: Authenticate
login = requests.post(f"{BASE}/login", data={
    "username": "YOUR_USERNAME",
    "password": "YOUR_PASSWORD"
})
token = login.json()["account_token"]

# Step 2: Find available Israeli numbers
available = requests.post(f"{BASE}/did/available", data={
    "token": token,
    "country": "IL"
})
dids = available.json()["dids"]
chosen = dids[0]

# Step 3: Assign the number to your account
assign = requests.post(f"{BASE}/did/assign", data={
    "token": token,
    "did_id": chosen["did_id"]
})

# Step 4: Route calls to your AI agent's SIP URI
AI_SIP_URI = "sip:agent@your-ai-platform.com"

forward = requests.post(f"{BASE}/did/forward", data={
    "token": token,
    "did_id":      chosen["did_id"],
    "destination": AI_SIP_URI,
    "type":        "sip"
})
print(f"✅ {chosen['did_number']} now routes to your AI agent!")

Full API reference: israelnumber.com/api/

Compatible AI Voice Agent Platforms

🟣

Bland.ai

Connect via SIP trunk. Point your Bland.ai agent endpoint to your IsraelNumber virtual number.

🔵

Vapi

Use IsraelNumber SIP credentials in Vapi’s phone number settings for inbound call handling.

🟢

Retell AI

Import your IsraelNumber SIP trunk into Retell to assign numbers to your voice agents.

🧠

Custom LLM

Route calls via SIP to any custom voice pipeline — Whisper, GPT-4o, ElevenLabs, and more.

⚙️

Any SIP Platform

IsraelNumber delivers calls via standard SIP — compatible with any platform that accepts SIP trunking.

🔗

Webhook / PSTN

No SIP? Forward calls to a PSTN number or HTTP webhook your platform provides.

Frequently Asked Questions

Can I give my AI agent an Israeli phone number?
Yes. IsraelNumber provides Israeli virtual phone numbers (area codes 02, 03, 04, 08, 09, 072–079) that can be provisioned via API and routed to any AI voice agent platform via SIP or PSTN forwarding.
Which AI voice platforms does IsraelNumber work with?
IsraelNumber works with any platform that accepts SIP trunking or PSTN call forwarding — including Bland.ai, Vapi, Retell AI, Twilio Flex, and custom LLM pipelines built on Whisper, GPT-4o, or ElevenLabs.
How do I route calls from an Israeli number to my AI agent?
Use the IsraelNumber REST API to set the forwarding destination on your number to your agent’s SIP URI (e.g. sip:agent@yourplatform.com) or PSTN number. This can be updated at any time without releasing the number.
Can I provision Israeli numbers programmatically at scale?
Yes. The IsraelNumber API supports full programmatic number management — search available numbers by country, assign, configure forwarding, and release numbers via REST API calls. No manual dashboard steps required.
Does IsraelNumber include a SIP trunk?
Yes. Every IsraelNumber account includes SIP trunk access at no extra cost. You can connect your AI platform directly via SIP credentials without any additional subscription.
Can I get numbers in countries other than Israel for my AI agent?
Yes. IsraelNumber provides virtual numbers in 145+ countries. Your AI agent can have local numbers in the US, UK, Germany, France, Australia, and 140+ more countries via the same API.

Ready to Give Your AI Agent an Israeli Phone Number?

Instant number provisioning · Israeli & international numbers · Full REST API · SIP trunk included · No contracts

Get Started Free