Compliant SMS texting for
|

Friday 10:05 AM
Upcoming Events Bryan 9/7 NFL Opener Lounge Potluck 9/8 Now OPEN Mondays at 3p for Football 9/19 Zino Davidoff Night 4p to 8p 10/4 Quesada Oktoberfest
Perfect! I'll be there for the NFL opener. What should I bring for the potluck?
You can get tickets, and learn more about Gnymble, on IG @gnymble! See you soon!
We do texting very well.
Others won't do it, at all.

Interactive demo — no real SMS will be sent

0M+

Messages Processed

0+

Businesses Served

0.0%

Uptime Guarantee

0.0/5

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.

$79/month
  • 200 SMS per month
  • Up to 50 contacts
  • 1 user account
  • 1 phone number
Start Free Trial
Most Popular

Core

For established businesses ready to grow customer communications.

$179/month
  • 1,500 SMS per month
  • Up to 500 contacts
  • 3 user accounts
  • 1 phone number
Start Free Trial

Elite

For businesses with a thriving customer base.

$349/month
  • 8,000 SMS per month
  • Up to 3,000 contacts
  • Unlimited users
  • 2 phone numbers
Start Free Trial

$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...
REST APIWebhooksSSE StreamingMulti-tenant

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.