API-first • Human takeover • 180 msgs free

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.

0
free messages
0
auto topics
0cr
per script run
live demo — your bot, our API
refund not received, payment deducted?
REFUNDS FORGOT PASSWORD ORDER STATUS DELIVERY FAILURES BILLING BUG REPORTS ACCOUNT HELP FEEDBACK

HOW IT WORKS

Live in three steps. No SDK hell.

01
Tell us what you sell
Paste a description, upload PDFs, or add Q&A. We build your private knowledge base securely.
02
Drop in 1 API key
Two HTTPS calls: init a guest session, then chat. We verify, meter credits, and track context.
03
Auto, human, or script
AI answers, escalates the rest by priority, and runs your action scripts when info checks out.
curl — session + chat
# 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.

URGENT
payment / refund / billing / legal
HIGH
product defect / bug / delivery failure
MEDIUM
account / how-to / order status
LOW
general / feedback / greeting

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
Build your first script
forgot-password.js30cr / run
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

Free
₹0
180 msgs
  • 1 API key
  • Knowledge base
  • Human queue
Get started
500
₹499
one-time pack
  • 500 credits
  • No expiry (1y)
  • Priority topics
Buy credits
POPULAR
2,500
₹1,999
most popular
  • 2,500 credits
  • Email alerts
  • Webhook
Buy credits
10,000
₹6,999
scale
  • 10k credits
  • SLA + Analytics
Buy credits

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.