Customer care that
resolves, not deflects.
Give us what you sell, we generate an API key. Your bot forwards customer queries — auto-resolved from your knowledge base, or escalated by priority & topic. Scripts handle the rest.
HOW IT WORKS
Live in three steps. No SDK hell.
# Base URL: https://repllyer.vercel.app
# 1. init session — no email needed (bot will ask, or treated as guest)
curl -X POST https://repllyer.vercel.app/api/v1/session/init \
-H "x-api-key: rply_live_..." -H "Content-Type: application/json" \
-d '{}'
# -> { "session_id": "uuid", "credits_remaining": 177, "guest": true }
# 2. chat
curl -X POST https://repllyer.vercel.app/api/v1/chat \
-H "x-api-key: rply_live_..." \
-d '{"session_id":"uuid","message":"refund not received?"}'
# -> { "status":"human_required","priority":"urgent","topic":"refund" }PRIORITY ENGINE
Priority that means something
Money & quality issues surface first. No more FIFO ticket hell — every escalation lands pre-sorted with a topic.
ACTION SCRIPTS
Automations that run themselves.
Forgot-password emails, order lookups, status updates — write real JavaScript once in the Scripts playground. The AI collects and verifies visitor info, then runs it for a flat 30 credits.
- ✓Sandboxed JS with params, contact & your own env vars
- ✓Styled HTML emails via sendEmail()
- ✓Every run logged with time, cost & outcome
if (!params.email) throw new Error("email required");
sendEmail(
params.email,
"Reset your password",
"Hi " + contact.name + ", reset link inside."
);
result = { emailed: params.email };PRICING
Start free, pay as you grow
Auto-credits on purchase. 1 credit = 1 message. Extra business = 100 credits. See docs for quickstart.
FAQ
Questions, answered
You describe your business and upload PDFs or Q&A into a private knowledge base. When a visitor chats, our AI answers from that knowledge — and anything it can't solve confidently is escalated to your human inbox with priority and topic attached.
Stop losing customers to bad bots.
180 free messages. Live in under an hour. Your first automation running today.