Skip to main content
Analytics (/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. Charts plot bounded timeseries for:
  • Runs — run volume over the selected range
  • Usage — metered steps and credits consumed
Use the range preset and granularity controls to zoom into a week or month. Empty charts usually mean no runs in the range yet, or metering is not configured for your workspace.

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.

Troubleshooting