SNSYS puts finished AI solutions into the products you already run. Three ways in: a REST API, an npm package, and the dashboard. Voice is live today. One call reads a website, synthesizes what a receptionist needs to know, assigns a real number, and returns an agent that answers, takes messages, and sends texts and emails.
median from website to live receptionist
businesses provisioned
live in under a minute
Voice provision timings across 155 businesses, March through June 2026.
The same deploy runs as an API call from a backend, as a tool call from an AI coding agent, or as a click in the dashboard. Each one returns the same working receptionist on the same number.
curl -X POST https://app.snsys.ai/api/v1/voice/deploy \ -H "Authorization: Bearer $SNSYS_API_KEY" \ -H "Content-Type: application/json" \ -d '{"business_name": "Cedar Lane HVAC", "website_url": "https://cedarlanehvac.example"}' # 202 Accepted, then poll until ready { "status": "ready", "phone_number": "+18605550136" }
Two endpoints: one POST to deploy, one GET to poll. Bearer auth, documented status and error states. The full contract is in the quickstart.
// the snsys-voice tool server, in your MCP config { "mcpServers": { "snsys-voice": { "command": "snsys-voice", "env": { "SNSYS_API_KEY": "sk_live_..." } } } } // then, in Claude Code or Cursor: "Deploy a voice agent for cedarlanehvac.example"
The package ships as a Model Context Protocol server. Claude Code or Cursor runs the deploy from one instruction and hands back the number. Provided during design partner onboarding.
For anyone on the team who would rather click than call an API. The dashboard runs the same provisioning, on the same platform.
The knowledge is synthesized from the website before the agent answers. No prompt writing, no knowledge base to fill in by hand.
An API hands back numbers, call control, and transcription. The agent is still yours to design, prompt, wire, and maintain.
A dashboard walks one business through setup at a time, by hand. Fine for one client. Fifty clients means fifty afternoons.
One call returns a working receptionist built from the website: knowledge, number, answering real calls. Activation completes it. Repeat per client.
Every solution provisions the same way: isolated, metered, and tagged to the client. Voice leads with a public deploy API and an npm package. The rest run in the dashboard today.
A receptionist built from a website, live on a real number from one call. Answers, messages, texts, emails.
Camera video analysis, threat detection, and alerting.
Enrichment and follow-up across the pipeline.
An AI render pipeline for short-form video.
Captive-portal sessions and on-network engagement.
Generated business sites, edited from chat.
Booking, calendars, and reminders.
Payment outreach by call and text.
Ad campaign creation and optimization.
Voice ships a public deploy API and an npm package today. The rest are configured in the dashboard, on the same isolated, per-client provisioning model. API access opens to more of the catalog as the partner program grows.
The agent's knowledge is synthesized from the website before it goes live: services, hours, FAQs, transfer rules, voice guidance, assembled for you. No per-client prompt writing.
Async 202 and poll, documented status and error states, two-node voice behind a health-checked load balancer, interruption handling, failover, and monitoring. The reliability work arrives done.
Every deploy is isolated and tagged to the requesting organization. A poll for another org's agent returns a 404. The agent answers under the client's own name, with no SNSYS mention to the caller.
One repeatable call provisions one client. Run it across the whole book the same afternoon, a finished agent back each time, each one metered on its own.
Pick a client. Send their website. In about a minute a phone number answers for that business, and the client hears their own receptionist, live. Run it as a recurring line item across the book: one deploy per client, billed monthly. Design partner pricing is set on the call.
The platform is in design partner onboarding. Here is the line between what runs from a call today and what the team sets up with you.
The bare deploy returns a trial agent that answers, messages, texts, and emails. Booking, live transfers, and a dedicated number turn on at activation, which the SNSYS team handles during the partner program.
A trial agent answers on a shared pool number. A persistent, client-owned number is assigned at activation.
Voice has the public deploy API and the npm package now. The rest of the catalog is configured in the dashboard, with broader API access opening as the program grows.
API keys and the npm package are provided directly during onboarding while the partner program is open.
The agent answers as the client, with no SNSYS shown to the caller. A partner-branded portal and self-serve billing are on the roadmap.
Design partner terms are agreed directly, so the program fits the size of the client book.
Send a client URL and a receptionist for that business goes live the same hour. Or book fifteen minutes and watch the deploy run while the timer ticks.
SNSYS is in design partner onboarding. API keys are issued directly while the partner program is open.