Give your customers an embedded analytics assistant
Configurable AI assistants connected to user-facing data. Allow customers to analyze their data through a ChatGPT-like interface, without leaving your app.
Configurable AI assistants connected to user-facing data. Allow customers to analyze their data through a ChatGPT-like interface, without leaving your app.
A simple integration to ship an analytics assistant in minutes. No LLM team required.
Initialize with the context of the requester.
https://app.inconvo.ai/api/v1/conversations
{
"context": {
"organisationId": 1
}
}
Chat with an agent that uses reasoning to synthesize large amounts of the requesters data and complete their research tasks.
https://app.inconvo.ai/api/v1/conversations/{conversation_id}/response
{
"message": "Which products are currently low in stock?"
}
We use your existing database to power a production-ready AI-powered conversational analytics engine optimized for accuracy.
Quickly embed an analytics assistant into your app using our API.
Monitor usage in real-time and optimize accuracy with built-in evaluations.
Use the self-service platform to fine-tune your AI analytics assistant.
Set up your assistant to understand your data and business.
name
string stock_level
number last_stocked
DateTime margin
number (price - cost) / price
orders
many "We consider a product low stock if the stock_level is less than 20"
WHERE store_id = request.context.storeId
Try Semantic Modelling
Sign up for free to try this feature and explore our platform.
See what your assistant is doing under the hood.
What were our top selling products last month?
PassingProduct | Revenue |
---|---|
Premium Widget | $12,450 |
Standard Kit | $8,320 |
Show customer retention rate by quarter
FailingTry Eval Mode
Sign up for free to try this feature and explore our platform.
Vibe check your assistant with a chat interface.
{
"question": "What was our most popular product last month?",
"context": {
"organisationId": 1
}
}
{
"id": "5ec59eac-b967-4cf4-aefc-45bd261d34f0",
"conversationId": "112a8208-283f-47a8-adeb-572429a6da90",
"type": "text",
"message": "The most popular product for your organisation last month (May 2025) was the iPhone 15, with a total of 256 units ordered."
}
{
"question": "How much revenue did we make from those orders?",
"context": {
"organisationId": 1
},
"conversationId": "112a8208-283f-47a8-adeb-572429a6da90"
}
{
"id": "22e55d5b-6fad-4acf-9b74-cac2ef063d19",
"conversationId": "112a8208-283f-47a8-adeb-572429a6da90",
"type": "text",
"message": "Your organisation made a total revenue of $146,580.17 from iPhone 15 orders in May 2025."
}
{
"question": "what percentage was that of the total revenue in the same period?",
"context": {
"organisationId": 1
},
"conversationId": "112a8208-283f-47a8-adeb-572429a6da90"
}
{
"id": "309dd800-7f72-4948-8945-3e92bc628f9d",
"conversationId": "112a8208-283f-47a8-adeb-572429a6da90",
"type": "text",
"message": "The revenue from iPhone 15 orders in May 2025 accounted for approximately 22.86% of your organisation's total revenue for that month."
}
{
"question": "And what was that total revenue?",
"context": {
"organisationId": 1
},
"conversationId": "112a8208-283f-47a8-adeb-572429a6da90"
}
{
"id": "85b59ba1-00c8-40ef-9b5a-a59e9c119c77",
"conversationId": "112a8208-283f-47a8-adeb-572429a6da90",
"type": "text",
"message": "The total revenue for your organisation in May 2025 was $641,282.92."
}
Try Chat Mode
Sign up for free to try this feature and explore our platform.
See exactly what your users are asking your assistant in production.
How many products were sold in the last quarter?
PositiveWhat was the average order value for November?
NoneShow me customer acquisition costs by channel
MixedCompare revenue growth between regions
NegativeWhat's the average customer lifetime value?
PositiveTry Conversation Monitoring
Sign up for free to try this feature and explore our platform.
We want to make embedding analytics assistants easy
An analytics assistant should be available in your product.
It should be powerful, fast and accurate. Your developers should find integration effortless. Your PMs should have clear visibility into user interactions. Your designers should fully control the look and feel.
And if all of those people are just you, it should work for you as well.