Insights
A read-only dashboard that summarises a project’s state and trends it over time. It owns no storage — it aggregates from content, members, the billing tables and request usage.
Summary
GET /admin/p/{ref}/insights/summary always returns nodes and members; when billing is enabled it adds customers, active_subs, canceled_30d and mrr_cents (monthly-normalised revenue over live subscriptions).
Time series
GET /insights/timeseries returns bucketed points — mrr_cents, active_subs, customers, churn, requests — over interval = hour/day/week/month/year (default day), zero-filled across the range. Billing metrics are a soft dependency, computed only when billing is on.