🤖 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
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.
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.
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
Ready to Give Your AI Agent an Israeli Phone Number?
Instant number provisioning · Israeli & international numbers · Full REST API · SIP trunk included · No contracts