Revenue Cloud Intelligence
Aria turns your products, orders and customers into instant, plain-language answers — no dashboards, no queries. Just ask.
Type a question like you'd ask a colleague. Aria understands the intent and answers in seconds.
Every answer comes straight from your own products, orders and customers — never made up.
Ask for a trend or breakdown and Aria replies with a chart — not just a wall of numbers.
The same client the Aria widget itself runs on, packaged for your app. Typed, ESM, and no protocol to reimplement.
Point the @revenexx scope at the registry once, then add the package.
# .npmrc
@revenexx:registry=https://npm.pkg.github.com
npm install @revenexx/aria-sdk
One call, one answer. Your app supplies the token.
import { createAriaClient } from '@revenexx/aria-sdk';
const aria = createAriaClient({
getToken: async () => session.accessToken,
});
const answer = await aria.ask({ message: 'Top 5 products last month?' });
console.log(answer.text);
Need tokens as they arrive? aria.stream({ threadId, message }) yields typed events instead. Failures always arrive as one ApiError, carrying the server's own code and message.
Six steps that turn connected data into intelligence — and intelligence into agents that run the work on their own.
Set up the secure, scalable backbone everything else runs on. No intelligence without a solid base.
Data flows in through MCP connectors. Sources are added and refined in an ongoing loop — the knowledge base keeps growing and improving over time.
Infrastructure and data come together as Aria — an AI assistant that answers questions and surfaces information on demand from the connected data.
Aria grows into a co-pilot — it doesn't just answer, it proactively suggests next steps based on the data. The human stays in control.
Agents take on tasks and carry them out end-to-end within defined boundaries — turning recommendations into completed work.
Agents set their own sub-goals, reason across systems, and act independently — continuously optimising the business while people set direction and boundaries.