Sphinx Agent is Live

AI Agents for Customer Service and Business Automation

sphinxagent.ai is now live. Sphinx Agent is an AI-powered platform that lets businesses deploy intelligent agents for customer service, support, sales, and job interviews. Instead of building conversational AI from scratch, teams can configure and launch purpose-built agents in minutes.

10 Agent Types Across 16 Industries

Not every business conversation is the same, so Sphinx Agent ships with 10 distinct agent types — from frontline customer support and lead qualification to technical troubleshooting and structured interview flows. Each agent type is tuned for its specific use case, with industry-specific configurations spanning 16 verticals including healthcare, finance, e-commerce, real estate, legal, and education. Pick an agent, choose your industry, and the platform handles the rest.

Chat and Voice APIs

Sphinx Agent provides full Chat and Voice APIs so agents can meet customers wherever they are. The Chat API handles text-based conversations with context awareness, session management, and handoff capabilities. The Voice API, powered by Vapi integration, enables real-time voice conversations with natural speech synthesis and recognition. Both APIs share the same agent configuration, so a single setup covers both channels.

// Chat API POST /api/chat/start -> Start a new conversation session POST /api/chat/message -> Send a message, receive agent response GET /api/chat/history/:id -> Retrieve conversation history // Voice API (Vapi integration) POST /api/voice/start -> Initiate voice session POST /api/voice/webhook -> Handle Vapi voice events GET /api/voice/status/:id -> Check active call status

React/Next.js Integration

The frontend is built with React and Next.js, and we ship embeddable components so developers can drop Sphinx Agent into their own apps. The widget handles the full conversation UI — message rendering, typing indicators, voice controls, and session persistence. For teams that want more control, the Node.js and Python SDKs provide direct API access with typed interfaces and built-in error handling.

// Node.js SDK import { SphinxAgent } from '@sphinxagent/sdk'; const agent = new SphinxAgent({ apiKey: 'your-key' }); const session = await agent.startChat({ agentType: 'customer-support', industry: 'e-commerce' }); const response = await session.send('I need help with my order'); // Python SDK from sphinxagent import SphinxAgent agent = SphinxAgent(api_key="your-key") session = agent.start_chat(agent_type="customer-support", industry="e-commerce") response = session.send("I need help with my order")

Webhook Support

Sphinx Agent fires webhooks for key events — new conversations, completed sessions, lead captures, escalation triggers, and Stripe payment events. This means teams can pipe agent interactions directly into their CRM, ticketing system, or analytics pipeline without polling. Configure webhook endpoints in the dashboard and Sphinx Agent handles retry logic and delivery confirmation.

Referral Program

We have launched a referral program alongside the platform. Existing users can share a referral link and earn credits when new teams sign up through it. The program is designed to grow organically — if Sphinx Agent saves your team time, tell someone about it and both sides benefit.

Serverless AWS Architecture

The entire platform runs on serverless AWS infrastructure. API Gateway routes requests to Lambda functions that handle conversation logic, session management, and agent orchestration. DynamoDB stores conversation state and agent configurations. CloudFront serves the static assets from S3 with global edge caching. This architecture means there are no servers to manage, the platform scales automatically with demand, and costs stay proportional to actual usage.

// Infrastructure stack API Gateway -> Lambda (Node.js) -> DynamoDB (sessions, configs) CloudFront -> S3 (static assets) Cognito -> Auth + API keys EventBridge -> Webhook delivery CloudWatch -> Monitoring + alerts Route 53 -> SSL via ACM

Part of the SnapIT Suite

Sphinx Agent joins the SnapIT Suite alongside SnapIT Forms for form handling, SnapIT Analytics for privacy-first analytics, and SnapIT SaaS for enterprise tooling. Each product in the suite is independently deployed and purpose-built for its domain.

Our AI editorial content — including pieces on alignment, existential risk, and AI governance — now lives on a dedicated blog at sphinxagent.com.

Visit sphinxagent.ai to set up your first agent.