> For the complete documentation index, see [llms.txt](https://docs.trycaliber.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trycaliber.ai/what-is-caliber.md).

# What is Caliber

Caliber is the dashboard for AI usage, spend, adoption, and governance across your engineering org.

Caliber helps engineering organizations see **AI tool usage, all-in spend, adoption, code attribution, and governance** in one place, then act on what matters.

{% hint style="success" %}
Production app: <https://app.trycaliber.ai>
{% endhint %}

## Who it is for

| Audience              | What you use Caliber for                  |
| --------------------- | ----------------------------------------- |
| IT and eng leadership | Org spend, adoption, alerts, integrations |
| Team leads            | Team briefing, peer comparisons, coaching |
| Practitioners         | Your usage, habit progress, Caliber MCP   |

## What you get after connecting one AI source

Connect Claude Code, Cursor, or ChatGPT Enterprise and open **Home** to see spend, AI users, and next actions. Add directory, GitHub, or device rollout when you are ready for deeper adoption and attribution.

Caliber pulls metrics from the providers you connect (APIs, optional laptop OpenTelemetry, and optional fleet installs). Details of what is stored live under Trust.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-rocket" style="color:$primary;">:rocket:</i></h3></td><td><strong>Getting started</strong></td><td>Prerequisites, sign-in, roles, and the access you need to grant.</td><td></td></tr><tr><td><h3><i class="fa-plug" style="color:$primary;">:plug:</i></h3></td><td><strong>Connect your providers</strong></td><td>Admin setup in the browser: keys, OAuth, and sync freshness.</td><td></td></tr><tr><td><h3><i class="fa-laptop" style="color:$primary;">:laptop:</i></h3></td><td><strong>Roll out to devices</strong></td><td>MDM and installer paths for Caliber Code and Analysis.</td><td></td></tr><tr><td><h3><i class="fa-compass" style="color:$primary;">:compass:</i></h3></td><td><strong>Using Caliber</strong></td><td>Guides for admins, team leads, and practitioners.</td><td></td></tr><tr><td><h3><i class="fa-shield-halved" style="color:$primary;">:shield-halved:</i></h3></td><td><strong>Trust</strong></td><td>What Caliber collects, security, offboarding, and support.</td><td></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.trycaliber.ai/what-is-caliber.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
