It learns your products by itself
Caretta reads the structured data on your site and learns every product with its name, image and price, then recommends them in chat as elegant product cards.
The right answer and the right product, the moment it's asked.
From the first crawl to the answered visitor: everything Caretta does, and how, at a glance.
Your content is crawled into a dedicated knowledge base. It learns your products, prices and policies from your own pages, so it gives your answer, not a generic one.
At 3 a.m. or in a campaign rush, your visitors get an answer within seconds. Frequent questions are served instantly from cache, at a lower cost too.
It remembers what a visitor already asked and keeps the context, so nobody has to start over with every message.
It answers in 45 languages, detected automatically. Ask in German, get German back.
You name it, you shape its personality and tone, and it carries a distinct identity for every site you run.
Answers are grounded in your own content; when it isn't sure, it says so honestly. And low-confidence answers are never charged.
With Sales Mode on, it recommends the right product and guides visitors toward checkout. They come to ask, and they leave as customers.
One line of embed code fits any website, from big commerce platforms to a hand-built page. And on WordPress, Wix and Android a ready-made package is waiting: install, connect, done.
Give it a name, pick a character, set the tone, so visitors feel they're talking to someone on your team, not to a robot. This is the real panel flow: tap a tone and watch the same question change its voice.
Live preview in the panel; the reply comes from the real assistant engine.
The moment the widget opens, a gentle invitation and one-tap questions greet your visitor. You curate the questions in the panel, or let Caretta draft them with one click, from your site and real visitor questions. Nothing goes live until you approve it.
Add, remove, reorder. You decide what goes live.
Caretta reads the structured data on your site and learns every product with its name, image and price, then recommends them in chat as elegant product cards.
Re-train with one click whenever you like, or switch on the scheduled auto-recrawl, with a spending cap you control.
Smart crawling skips unchanged pages, so updates are fast and economical.
One engine, five storefronts: every site speaks with its own name, personality and tone. Flip Sales Mode on and watch an ordinary support chat turn into a sale. A scripted cut, but every behaviour is real.
You pay only for what you actually use, straight from your wallet balance. A typical answer costs about $0.0355, less than a cent. Top up anytime.
A full AI answer, charged from your balance as you go. No monthly fee for usage, roughly 28 messages per $1.
A question already answered is served from your knowledge base without a new AI call, at a lower cost than a fresh AI answer.
Training Caretta on your website. You always see and approve the total before any crawl runs.
If the assistant isn't confident in an answer, it is not charged to you.
All prices in USD, charged per use from your wallet, with no setup fee. One optional add-on: hide the "Powered by WAPI" line on your site for $29/month per site, cancel anytime. Token rates for the developer REST API are in the documentation.
Set a support rep's monthly salary and your chat volume, and see how many times cheaper Caretta runs, plus exactly how much stays in your pocket.
A live estimate using the exact per-use prices above, the same ones your dashboard charges. Repeated questions cost less, so real bills are usually lower.
Caretta isn't just a chat assistant. It's an LLM that has learned your website by heart. One API puts that intelligence inside your own product: send the question, get back an answer that speaks like your brand.
Create your key with one click under Dashboard → Developer. The interface is yours and the intelligence is Caretta's: plain HTTPS, a single key, live in minutes.
The API is AI-only: it answers questions and returns JSON. Account-aware answers and ticket escalation are features of the dashboard assistant.
curl -X POST "https://wapiso.com/api/v1/chat/send" \
-H "Authorization: Bearer wapi_pk_YOUR_KEY" \
-d "message=What does your service include?"
const r = await fetch("https://wapiso.com/api/v1/chat/send", {
method: "POST",
headers: { Authorization: "Bearer wapi_pk_YOUR_KEY" },
body: new URLSearchParams({ message: "What does your service include?" })
});
const answer = await r.json();
$ch = curl_init("https://wapiso.com/api/v1/chat/send");
curl_setopt_array($ch, [
CURLOPT_POST => true,
CURLOPT_HTTPHEADER => ["Authorization: Bearer wapi_pk_YOUR_KEY"],
CURLOPT_POSTFIELDS => http_build_query(["message" => "What does your service include?"]),
CURLOPT_RETURNTRANSFER => true,
]);
$answer = json_decode(curl_exec($ch), true);
import requests
r = requests.post(
"https://wapiso.com/api/v1/chat/send",
headers={"Authorization": "Bearer wapi_pk_YOUR_KEY"},
data={"message": "What does your service include?"},
)
answer = r.json()
No developer needed. If you can edit your website, you can install Caretta.
Answers and training are paid per use from your own balance. The only monthly item is the optional hide-branding add-on, and you can cancel it anytime.
You set a daily budget cap; when it's reached, answers pause for the day.
Caretta never charges you for an answer it isn't confident about.
Installed with one line. Delete that line and the widget is gone.
Open your dashboard and start chatting, or wire the API into your product with a few lines of code.
No. You paste a single line of HTML into your site, the same kind of snippet as an analytics tag. If you can edit your site, you can install Caretta.
During training it builds a knowledge base from your own website and grounds every answer in your pages. When it doesn't know something, it says so instead of guessing.
Low-confidence answers are flagged honestly, and they are never charged to your balance.
No. You pay per use from a balance you control, and you can set a daily budget cap. Once it's reached, new answers pause for the rest of the day. No surprise bills.
Caretta answers in 45 languages, and visitors automatically get replies in the language they write in. The widget interface itself (buttons and labels) is available in Turkish, English and German.
Built-in rate limits per visitor and optional bot verification keep automated abuse out of your budget.