> For the complete documentation index, see [llms.txt](https://gopersonal.gitbook.io/calvin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gopersonal.gitbook.io/calvin/user-guides/usage-analytics-and-billing.md).

# Usage Analytics & Billing

The Usage Analytics page gives you full visibility into how your team is using Calvin and what it costs. It is accessible from the sidebar and provides three views: Overview, Builder, and Runtime.

Calvin's pricing model is based on operational minutes. You purchase packs of minutes, and Calvin converts them into resolved technical work. There are two types of credits that correspond to the two phases of Calvin's operation.

Builder credits are consumed when agents are actively working on tasks. This is the AI execution time — the minutes an agent spends analyzing your request, writing code, creating files, running commands, and delivering results. Builder cost is calculated based on minutes used at a per-minute rate (for example, $1.5 per minute). The Usage Analytics Overview shows your total builder minutes consumed and the associated cost.

Runtime credits are consumed by deployed applications and their infrastructure. When you deploy an application on Calvin, the compute resources, databases, storage, and other services it uses generate runtime costs. Runtime pricing is separate from builder pricing and reflects the actual infrastructure consumed.

The Overview tab displays three key metrics for the selected period: Builder Cost (total minutes used and cost), Runtime Cost (infrastructure costs broken down by resource type), and Total Cost (the combined figure). Below these metrics, a Cost Distribution by Workspace chart shows a horizontal bar graph breaking down builder and runtime costs for each workspace, making it easy to see which workspaces are consuming the most resources.

The date range selector in the top right lets you choose the period to analyze. This is useful for tracking month-over-month trends, reviewing costs for specific projects, or reconciling billing.

The Builder tab provides deeper detail on agent execution time, while the Runtime tab breaks down infrastructure costs by resource type (compute, database, and other services).

Billing accounts are managed from Settings under Store Settings. You can select an existing billing account or create a new one. The billing account is linked to your store and determines how usage charges are invoiced.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gopersonal.gitbook.io/calvin/user-guides/usage-analytics-and-billing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
