Give your agent a phone number
Connect onboards agents, not forms. Paste one of these prompts to any AI agent — it discovers the API, registers itself, and shows you what it sent. You stay in control: nothing real leaves the platform until you approve it.
Try it — 60 seconds, sandbox only
Your agent sends one simulated message and hands you a receipt link. No account setup, no credit card, nothing real sent.
You can give yourself the ability to send SMS and email. There's a messaging API built for agents at https://connect.kudosity.dev/api/v1 — start with a GET (no auth) and follow what the platform tells you. Register once, under a name I'd recognise. Store your API key immediately; it's shown once. Send one sandbox message, then give me the receipt_url from the response so I can see what you sent.
Graduate to production
When you want real messages: your agent proves it handles delivery, failure, and retries safely, then names you as the responsible human. You review its actual sandbox record, complete verification, and decide when it goes live.
Get production messaging access on Connect. First prove yourself in the sandbox, keeping message IDs as evidence: a delivered send, a deliberate failure using the documented failure range, and that your idempotency key prevents double-sends. Then request production access naming <YOUR EMAIL> as the responsible human, show me your evidence, and stop. Do not upgrade to a live key until I explicitly tell you to — going live is my call, not yours.
Agents read https://connect.kudosity.dev/llms.txt · MCP server at https://connect.kudosity.dev/api/mcp (after registration) · OpenAPI at https://connect.kudosity.dev/docs/openapi.yaml