SEO: SMS Agent API
SMS Agent API (Preview)
TXT CLAW is an agent runtime API you can optionally connect to SMS. The runtime works immediately over HTTPS; managed SMS provisioning is a separate lane and may require compliance steps.
Start With Runtime (No Twilio Required)
See /developers or the agent-ingest docs at /agents.md.
SMS Provisioning (Scaffold)
The API includes an endpoint so SDK/docs stay coherent even before managed SMS is fully productized.
curl -sS "$TXTCLAW_API_BASE_URL/v1/agents/$AGENT_ID/channels/sms" \
-H "Authorization: Bearer $TXTCLAW_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "mode": "managed" }'Responses today may be needs_compliance / needs_setup / disabled depending on mode.
Links
- OpenAPI: /openapi.yaml
- API reference: /api-reference
- OpenClaw API overview: /openclaw-api