> ## Documentation Index
> Fetch the complete documentation index at: https://docs.charmos.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Charm Studio

**Charm Studio** is a comprehensive analytics and observability dashboard designed for Agent developers. It provides deep insights into how your published agents are performing, who is using them, and how much revenue they are generating.

## Core Features

The Studio is divided into three main sections:

### 1. Analytics (Data & Insights)

This section gives you a bird's-eye view of your agent's performance through high-level metrics and detailed trend charts.

* **Key Metrics:** View your agent's Total Runs, Average Duration, Estimated Cost, and overall Success Rate.
* **Trend Graphs:** Track Execution Runs and New Installations over time (7 days, 30 days, or 6 months).
* **Behavioral Insights:**
  * **Token Usage:** A distribution chart showing how tokens are being consumed by underlying LLMs.
  * **Top Errors:** Identifies the most frequent causes of execution failure, helping you debug and improve your agent.
  * **Latency Distribution:** Shows a histogram of how long tasks typically take to complete.
  * **Session Depth:** Reveals user engagement by tracking how many conversational turns happen per session.

### 2. Usage & Logs

For granular debugging and auditing, the Usage tab provides paginated, invocation-level logs.

* **Invocation Details:** See exactly who called your agent, when, and what the outcome was.
* **Resource Tracking:** Detailed breakdown of LLM Tokens vs. Tool Tokens used, alongside the specific cost of that single run.
* **Event Timeline:** View the exact sequence of events (status updates, tool calls, etc.) that occurred during the execution.

### 3. Earnings (Creator Economy)

If your agent is monetized, the Earnings tab helps you track your financial performance. For more details on how monetization works, see the [Earn As You Go](../platform/earn-as-you-go) guide.

* **Wallet & Balance:** Integrates directly with **Stripe Connect** to show your available and pending balances.
* **Revenue:** A ledger of transactions and payouts related to user subscriptions or pay-per-use interactions with your agent.
