/analytics) summarizes how your workflows perform and what they cost. Open it from the Console sidebar when Analytics is enabled for your deployment.
Analytics nav is feature-flagged (
enableAnalyticsNav). If you do not see Analytics in the sidebar, the capability is off for your environment — see Feature availability.What you see
The page has two sections:Usage & impact (KPI cards)
KPIs respect a UTC time window you select (This month, This week, or All time):
Below the cards, Completed steps by type breaks down
mcp_call, llm_call, human_task, lua_script, and other step types from finished runs.
Trends (timeseries charts)
Charts plot bounded timeseries for:- Runs — run volume over the selected range
- Usage — metered steps and credits consumed
Relationship to billing
Credits on Analytics follow the same usage events as billing. See Billing and credits.
API access
Analytics data is also available through the BFF for custom dashboards:
Pass
window=month|week|all or bounded from / to query parameters. See API reference.