Phone calls. SMS. Email. One CLI binary. No dashboard needed. Built for autonomous agents, operated by developers.
Making a phone call requires chaining SIP trunks, STT, TTS, answering machine detection, and sub-second latency management. Your agent can't do that alone.
A2P 10DLC registration, carrier filtering, opt-out compliance, and delivery receipt tracking are operational nightmares for script-level agents.
Parsing MIME, managing thread histories, handling attachments, and routing across custom domains breaks the flow of agent cognitive loops.
The next wave of AI isn't about better prompts or longer context windows. It's about agents that act in the physical world: scheduling appointments, closing deals, resolving support tickets, coordinating logistics.
Every one of those actions ends with a human on the other side of a phone call, a text message, or an email. If your agent can't reach people, it's stuck in a sandbox.
GUIs are anti-patterns for autonomous systems. Spix exposes a CLI, REST API, and MCP server — designed to be executed by code, not clicked by mice.
--json everywhere--dry-run{ "data": [ { "id": "msg_7xL9q", "channel": "sms", "from": "+15559998888", "body": "Yes, proceed with order.", "intent_score": 0.98, "timestamp": "2026-03-11T10:31:00Z" } ], "meta": { "unread": 0 }}spixAs agents move from research tools to real-world participants, they need to talk to people. Schedule appointments. Confirm orders. Follow up on leads. Spix handles the infrastructure so your agents handle the conversations.
These are personal-agent-first flows: admin tasks, support calls, travel coordination, and appointment handling. Use the gallery for the full set, including the more business-facing templates lower down.
View all recipes →Call a provider to confirm an upcoming appointment, then text the final details back to the person you are helping.
Call a clinic to move an appointment to a better time, then text the new slot back to the person you are helping.
Send a clean cancellation email to a service provider from a dedicated inbox and keep the thread in one place.
Email a hotel, host, or travel desk to confirm details like late check-in, airport pickup, or booking notes.
Call a support line, talk through the issue, then email the summary back to the person you are helping.
Call a courier or delivery desk to confirm the window and access instructions, then text the final details back.
Human? Check your dashboard here →