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):
MetricSourceNotes
Time automated (human-equivalent)Completed steps by typeEstimates manual effort saved from step mix
Live runsActive runs in the windowRefreshes about every 25 seconds
Success rateTerminal run outcomesShown when at least 3 terminal runs exist
Compute (wall)Run execution durationWall-clock time across runs with duration metadata
Runs in windowCompleted + in-flight countBounded to the selected window
Steps executed (metered)Billing usage eventsMay differ from completed steps below
Credits (µ)Billing debit eventsMicrocredits; divide by 1,000,000 for credits
Step latency (MCP + LLM)Completed step timingsMCP and LLM call latency combined
LLM tokensLLM step metadataIn/out token counts when recorded
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

ViewBest for
AnalyticsOperational trends — success rate, automation impact, run volume
Settings → Usage & HistoryLedger detail — credit buckets, payment history, per-action debits
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:
EndpointReturns
GET /v1/analytics/live-runsActive run count
GET /v1/analytics/success-ratePass/fail rate
GET /v1/analytics/execution-durationWall-clock totals
GET /v1/analytics/runs-countRuns in window
GET /v1/analytics/steps-executedMetered step quantity
GET /v1/analytics/credits-consumedMicrocredits debited
GET /v1/analytics/steps-summaryStep-type breakdown and latency
GET /v1/analytics/runs-timeseriesRun volume series
GET /v1/analytics/usage-timeseriesUsage series
Pass window=month|week|all or bounded from / to query parameters. See API reference.

Troubleshooting

SymptomLikely cause
Analytics missing from sidebarFeature flag off — ask your admin or check Settings → Feature Flags
KPI cards show unavailable (503)Analytics service not configured for this environment
Success rate shows Fewer than 3 terminal runs in the window
Credits show 0No recorded usage debit events yet
Metered steps ≠ completed stepsBilling meters on execution; completed breakdown scans finished runs