You · 09:14
Where is order SHOP-1001? Phone +1 (555) 010-4567.
AI support for online stores
The agent looks into your orders, stock, or shipping and answers with specifics. Your team is left with only the cases that really need a person.
Create an account, paste your store address, and the agent reads your public pages. Connect orders and stock whenever you are ready.
Interface illustration
Where it usually breaks
The customer asks about their order and gets a generic article. Nobody ever looked inside your systems.
With no real answer, it fills one in. The customer leaves with a date or a price that exists nowhere.
The customer explained everything to the bot. The operator then reads the whole chat to learn what the customer already said twice.
A customer says the bot promised something. The transcript will not tell you whether it pulled that from your data or made it up.
The question arrives at ten in the evening, the answer goes out in the morning. The customer has time to order elsewhere.
Someone ticks the conversation off as resolved because it counts nicely. The customer writes again, angrier this time.
One case, three roles
One story from three sides: what the customer sees, what the operator gets, and what engineering takes away.
Customer
The customer asks where the order is. The bot looks it up. It cannot cancel, so it says so and hands off. No invented happy ending.
Interface illustration
Operator
The operator does not open a blank chat like a detective. They get a summary: what she wanted, what the bot tried, where it stopped.
Jana · 09:14
Cancel it and refund me. I changed my mind.
Summary · 09:14
TranslatedJana wants to cancel order SHOP-1001 and get a refund. Identity checked with order number and phone. The parcel is in transit with DPD. Order status came back. The agent cannot cancel or refund. Next: an operator decision.
Interface illustration
Engineer
What the bot could not do does not fall through the cracks. Engineering sees how often it happened and what to build.
Missing
Cancel in-transit order and refund
Seen 14 times
Problem
Support can look up an order, but cannot cancel or refund when the customer asks after shipment.
Implement
Add cancelOrder(orderNumber, phone) and refundOrder, gated on fulfillment status.
Acceptance
A verified customer can cancel an eligible order without an operator, or the bot transfers instead of guessing.
Maybe resolved
Looks like cancelOrder covers this. Enable it for customer chat, then mark the ticket done.
Interface illustration
Inbox for the team
A handoff from the AI does not land on a shared pile nobody picks up. It lands on one person, and it is clear where the conversation stands.
On the inbox
Two people online
Queue
Jana · SHOP-1001
Wants to cancel an order
Internal note · Klára · 09:14
@petr Jana still has an open complaint from last week, handle both together.
Interface illustration
New, waiting on the customer, resolved. You see who owns it, so nobody answers the same thing twice.
You see who is signed in. A handoff from the AI lands on whoever has the fewest open conversations.
A note stays inside the team, the customer never sees it. Mention a colleague and they get a notification.
What Cusu does
Customer
Order status, stock, shipping. Not a generic help article.
Customers can talk instead of typing. Same agent everywhere.
It answers in theirs, you read the thread translated.
Operator
The operator knows what happened before writing a word.
A handoff lands on whoever has the fewest open conversations.
The operator sees exactly what the agent found in your systems.
Management
How many conversations the AI closed and how many people did.
Write the rule as a sentence and tags land on their own.
Each with its own language, voice, and inbox.
Engineering
Orders, stock, shipping. Method by method.
They land as specs, with a count of how often they were needed.
Write it in the internal chat, it holds from the next conversation.
Control and logging
The agent is not a black box. Every answer carries a record of where the data came from, and you decide what it may touch at all.
For each answer you see where the agent looked, when, and what your systems returned. When a customer quotes it back, you can find it.
The customer agent and your internal team have different rights. What you do not allow, the agent will not do.
Reading data is one thing, changing it is another. It makes a change only where you allowed it and where the customer clearly asks.
Lookup record
Order SHOP-1001
Customer chat · 09:14
GET /orders/SHOP-1001
Status: in transit · DPD
GET /shipments/15501234567890
Tracking found and sent to the customer.
POST /orders/SHOP-1001/cancel
Not enabled for customer chat. The agent said so plainly and handed off.
It changes things in your systems only where you allowed it.
No long project
Tone, hours, policies, contacts from the public pages. The agent is not allowed to invent the rest. When something changes on your site, you refresh it in one click and see what gets overwritten before it happens.
Connect orders, stock, shipping. For each, choose whether it can use that with customers, with your team, or both. Nothing else.
You write the rules once. “Always collect order number and phone. Never guess.” The next customer already gets that.
Your developer adds one line to the site. Chat, dictation, and calls are the same agent.
Libraries for Swift, Kotlin, React Native, and Flutter are on the way.
import Cusu from '@cusuai/web-sdk';
Cusu.initialize({
group: 'your-group',
apiUrl: 'https://api.cusu.ai',
apiKey: 'pk_…'
});Pricing
Top up credit and two things come out of it: what the AI consumes at cost and $0.05 for every conversation a customer opens. Nothing else. The big tools today typically charge about a dollar per resolved conversation, plus a monthly fee for every operator.
Credit
$86.40
Spent this month
$13.60
What the AI usage is made of
Questions we get
On your site
Onboarding fetches your public pages; orders and stock come next. The address from this field travels with you into onboarding.
We pass the address to onboarding, where the site gets fetched. Nothing is crawled from this page.
Cusu is new. This page describes what the product does today, not what we plan.
Interface illustration