Messages Processed
Businesses Served
Uptime Guarantee
Average Rating
CAPABILITIES
Built for Modern Engagement
Everything you need to deliver exceptional customer conversations at scale, powered by AI that learns and adapts.
Intelligent SMS
AI-powered two-way SMS that understands context, handles complex queries, and routes conversations seamlessly to your team when needed.
Dual-Tier Knowledge
Combine keyword-based instant lookups with deep semantic AI search. Your assistant gets smarter with every interaction across your collections and assets.
Automated Lead Capture
Turn every conversation into a qualified lead. AI naturally collects contact info, preferences, and intent signals without intrusive forms.
White-Label Platform
Deploy under your brand with custom colors, logos, and domains. Your clients see your brand, powered by PercyTech infrastructure.
Custom AI Personality
Define your AI assistant's tone, personality, and expertise. From professional to playful, it speaks in your brand's authentic voice.
Real-Time Analytics
Track conversations, conversion rates, response quality, and customer sentiment. Actionable dashboards that drive continuous improvement.
PRICING
Simple, Transparent Pricing
$179 onboarding, then $79–$349/month. No contracts. Month-to-month after setup.
Starter
Perfect for small businesses starting with customer communications.
- 200 SMS per month
- Up to 50 contacts
- 1 user account
- 1 phone number
Core
For established businesses ready to grow customer communications.
- 1,500 SMS per month
- Up to 500 contacts
- 3 user accounts
- 1 phone number
Elite
For businesses with a thriving customer base.
- 8,000 SMS per month
- Up to 3,000 contacts
- Unlimited users
- 2 phone numbers
$179 onboarding includes your first month. Cancel anytime — no contracts.
TESTIMONIALS
Trusted by Industry Leaders
“PercyTech transformed how we handle customer inquiries. Response times dropped from hours to seconds, and our lead conversion rate doubled in the first month.”
Sarah Chen
VP of Operations, Meridian Retail
DEVELOPERS
Build With Confidence
Clean REST APIs, real-time webhooks, and SSE streaming. Integrate PercyTech into any stack in minutes.
// Create a chat session
const session = await fetch('https://api.percytech.com/v1/sessions', {
method: 'POST',
headers: {
'Authorization': 'Bearer sk_live_...',
'Content-Type': 'application/json',
},
body: JSON.stringify({
agent_id: 'agt_abc123',
visitor: { name: 'Jane Doe', email: 'jane@example.com' },
}),
});
const { session_id } = await session.json();
// Send a message and stream the response
const response = await fetch(
`https://api.percytech.com/v1/sessions/${session_id}/messages`,
{
method: 'POST',
headers: {
'Authorization': 'Bearer sk_live_...',
'Content-Type': 'application/json',
},
body: JSON.stringify({ content: 'What are your business hours?' }),
}
);
const reader = response.body.getReader();
// SSE streaming response...Ready to Transform Your
Customer Conversations?
Join hundreds of businesses using AI to deliver instant, intelligent responses around the clock.
$179 onboarding includes your first month. No contracts.