Vibe Metrics 🟡 PREVIEW

Preview application. Part of the Vibe workspace, usable today, not yet part of the supported surface.

Vibe-Metrics Interface Screen

Vibe Metrics is the telemetry view of a project: what a run cost, how much budget is left, how many tool calls were made and how active the session was.

What it does

CapabilityDetail
CostSpend attributed to runs in the selected project
BudgetBudget remaining, so a project does not quietly exhaust its allowance
Tool callsHow often tools are invoked — useful for spotting a loop or a runaway agent
Session activityHow much work is happening, over time

Why it matters

Agentic workloads are unbounded by nature: a loop that looks harmless in code can call a model hundreds of times. Watching cost and tool-call volume is the difference between a project that scales and one that surprises you with a bill. Pair this with Compute Metering, which covers VM hours rather than model calls.

Opening it

Turn on the Preview switch in the left sidebar, then open Vibe Metrics from the app menu. Metrics are scoped to the selected project.

See Also