Twilio SMS
TS
Twilio SMS
/sms

Send SMS

Send a text message via Twilio.

your keyunknown
smstexttwilionotify
$0.0020
per call
plus $0.001 platform fee per run
Bring your own Twilio SMS key: provider portion drops to $0.
Runs only with your own credentials. Connect Twilio SMS.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run twilio /sms for me.

Input

FieldTypeDescription
from*stringYour Twilio number E.164
to*stringRecipient E.164
body*stringMessage

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"twilio","endpoint":"/sms","input":{"from":"...","to":"...","body":"..."}}'
cli
npx cracked-ai run -p twilio -e /sms -i '{"from":"...","to":"...","body":"..."}'
mcp
run_tool({ provider: "twilio", endpoint: "/sms", input: {"from":"...","to":"...","body":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.
Provider not enabled: the run returns a 503 with instructions.