Analytics
The numbers you steer by, kept where AI can read them.
A `metric` names something you count and its unit; every `metric_point` is one dated value of it. That plain shape is the point: agents and MCP clients can append points, and the app shows each metric with its latest value and recent trend.
Because the numbers live in memory, the question layer is free: ask your AI how signups moved this month and it reads the same points this app charts.
What it does
- Track any metric with a unit — signups, visits, revenue.
- Dated data points, logged by hand or by agents over MCP.
- Latest value and a recent-trend bar for every metric.
- Ask your AI how a number moved — same data points.
What it stores
As ordinary objects in your workspace memory — readable by your AI over MCP, browsable like any memory.
- metric — Something you count over time — unit names what one point means.
- metric_point — One dated value of a metric — value on on_date.
Sign in to install Analytics into your workspace. Sign up — personal use is free.