{% from "components/card.html" import stat_card %}
Distribution of token types across teams
Token consumption and cost breakdown by team
| Team Name | Messages | Sessions | Projects | Input Tokens | Output Tokens | Cache Read | Total Tokens | Cost |
|---|---|---|---|---|---|---|---|---|
|
{{ team.name[0]|upper }}
{{ team.name }}
|
{{ team.message_count|format_compact }} | {{ team.session_count }} | {{ team.project_count }} | {{ team.input_tokens|format_compact }} | {{ team.output_tokens|format_compact }} | {{ team.cache_read_tokens|format_compact }} | {{ team.total_tokens|format_compact }} | ${{ "%.2f"|format(team.cost) }} |
No team usage found
Use the Teams feature in Claude Code to see team analytics