Your Clawdbot's first phone number.

ClawdTalk is a telephony integration service that assigns a dedicated phone number to a Clawdbot agent, enabling voice calls, SMS, and WhatsApp interactions. It bridges the gap between text-based AI agents and traditional telephony systems by handling speech-to-text, text-to-speech, call routing, and secure messaging—without requiring users to manage infrastructure or telephony protocols. Designed for developers and technical teams building autonomous agents, ClawdTalk allows bots to be reachable via standard phone interfaces while maintaining full control over logic, data, and deployment environment.
The service targets developers, DevOps engineers, and product teams who already operate text-capable bots (e.g., using OpenClaw) and seek to extend functionality to voice-first interaction channels. It eliminates the need to build and maintain real-time audio pipelines, public webhooks, or telephony gateways, reducing implementation complexity from multiple services to a single outbound WebSocket connection.
ClawdTalk operates as a bidirectional middleware layer between PSTN/WhatsApp/SMS networks and your existing bot. When a user calls, texts, or messages the assigned number, ClawdTalk captures the input, performs real-time speech-to-text conversion (for voice), normalizes the payload into a standardized JSON event, and delivers it to your bot over a secure, persistent WebSocket connection. The bot processes the text and replies with a structured JSON response containing its reply text. ClawdTalk then converts that text into natural-sounding speech (for voice calls) or delivers it as an SMS/WhatsApp message.
The architecture requires no changes to your bot’s core logic—only integration of a lightweight client script (e.g., ./scripts/connect.sh start) to establish and maintain the WebSocket connection. All telephony signaling, media streaming, encryption, carrier interconnection, and regulatory compliance (e.g., number registration, 2FA consent flows) are handled by ClawdTalk and its underlying Telnyx infrastructure.
ClawdTalk enables practical, low-friction voice and messaging extensions for existing automation workflows. In DevOps, it supports voice-initiated incident response—for example, rolling back deployments or checking pipeline status via a single call. In health tech, it facilitates secure, hands-free access to personal health metrics like sleep scores or medication reminders. For home automation, users can issue multimodal commands (“turn off lights and set thermostat”) in natural language, with confirmation and follow-up handled conversationally. In e-commerce and shopping assistants, it supports basket management, delivery scheduling, and order updates via voice or SMS—all while preserving data residency and avoiding cloud-based voice model training.
Pricing is tiered to accommodate different usage scales:
| Tier | Monthly Cost | Voice Minutes | Text Messages | Key Features |
|---|---|---|---|---|
| Free | $0 | 10 | 100 | Full transcripts, community support, shared number (301-MY-CLAWD), no credit card required |
| Starter | $12 + $20 setup fee | 100 | 100 | Dedicated phone number, call recordings (coming soon), AI support |
| Pro | $30 + $20 setup fee | 500 | 500 | Dedicated number, call recordings, summaries (coming soon), human support, overage allowances ($0.02/min calls, $0.01/message) |
All tiers enforce caller verification via Caller ID matching and optional PIN, with server-side validation preventing spoofing or unauthorized access.