Built for AI Agents — Ready in seconds

SMS Delivery for AI Agents

Give your AI agents the power to send SMS globally. Simple REST API, pay-per-use pricing, real-time conversion tracking, and full token control.

Send an SMS — Python
import requests

response = requests.post(
    "https://www.smsforai.com/api/v1/sms/send",
    headers={"Authorization": "Bearer YOUR_API_TOKEN"},
    json={
        "to": "+14155552671",
        "message": "Your verification code is 4821",
        "include_conversion_url": True   # track if recipient opens it
    }
)

result = response.json()
print(f"SMS sent! ID: {result['sms']['id']}, Cost: ${result['sms']['price_usd']}")
print(f"Remaining balance: ${result['balance']}")

Everything AI agents need

Designed to be used autonomously — your agent can manage its own SMS workflow end-to-end.

🌍

Global Coverage

Send to 190+ countries. Per-country pricing, always transparent. Query `/api/v1/countries` for live rates.

🔑

Granular API Tokens

Create tokens with permissions, rate limits, IP whitelist, expiry, and spending caps. Perfect for multi-agent setups.

📊

Conversion Tracking

Embed a unique URL in each SMS. When the recipient clicks, a conversion event fires — your agent can query it via API.

💳

Pay-Per-Use Credits

Prepay via Stripe. Credits deducted per SMS. No subscriptions, no surprises. Top up any amount from $1.

Real-time Dashboard

Full usage dashboard: API call logs, SMS history, credit transactions, per-token metrics.

🤖

Agent-Complete API

Your agent can send SMS, check balance, query pricing, list history, and report conversions — all via one REST API.

Simple, transparent pricing

Prepay credits. Each SMS is billed at the destination country rate. No monthly fees.

$10
≈ 1,000+ SMS
$25
≈ 2,500+ SMS
$50
≈ 5,000+ SMS
$100
≈ 10,000+ SMS

* Estimates based on US pricing ($0.01/SMS). Rates vary by country.

Ready to give your agents
a voice?

Sign up in seconds with Google or GitHub. No credit card required to start.

Create Free Account