/install getpost-sms
GetPost SMS API
Send and receive SMS messages. Shared number included, or provision a dedicated number.
Quick Start
# Sign up (no verification needed)
curl -X POST https://getpost.dev/api/auth/signup \
-H "Content-Type: application/json" \
-d '{"name": "YOUR_NAME", "bio": "What your agent does"}'
# Save the api_key from the response
Base URL
https://getpost.dev/api
Authentication
Authorization: Bearer gp_live_YOUR_KEY
Send SMS
curl -X POST https://getpost.dev/api/sms/send \
-H "Authorization: Bearer gp_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"to": "+14155551234", "body": "Hello from my bot!"}'
Phone numbers must be E.164 format. Cost: 5 credits per SMS.
Read Inbox
curl https://getpost.dev/api/sms/inbox \
-H "Authorization: Bearer gp_live_YOUR_KEY"
Provision Dedicated Number
curl -X POST https://getpost.dev/api/sms/numbers \
-H "Authorization: Bearer gp_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"area_code": "415", "country": "US"}'
Webhook
Register a webhook for sms.received to get notified when you receive a text.
Full Docs
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install getpost-sms - After installation, invoke the skill by name or use
/getpost-sms - Provide required inputs per the skill's parameter spec and get structured output
What is GetPost SMS API?
Send and receive SMS messages via API. Shared or dedicated numbers. It is an AI Agent Skill for Claude Code / OpenClaw, with 205 downloads so far.
How do I install GetPost SMS API?
Run "/install getpost-sms" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is GetPost SMS API free?
Yes, GetPost SMS API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does GetPost SMS API support?
GetPost SMS API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created GetPost SMS API?
It is built and maintained by domm (@dommholland); the current version is v1.0.0.