{% from "components/card.html" import stat_card %}
Each row is one team invocation. Tokens and costs are summed across all team members.
| Team Session | Members | Models | Exchanges | Total Tokens | Cost |
|---|---|---|---|---|---|
|
{{ team.name[0]|upper }}
{{ team.name }}
{{ team.project }}
|
{% if team.members %}
{% for m in team.members %}
{% else %}
—
{% endif %}
{{ m.role }}
{{ m.tokens|format_compact }}
${{ "%.2f"|format(m.cost) }}
{% endfor %}
|
{% if team.model_breakdown %}
{% for m in team.model_breakdown %}
{{ m.display }}
{% endfor %}
{% else %}
—
{% endif %}
|
{{ team.exchange_count }} | {{ team.total_tokens|format_compact }} | ${{ "%.2f"|format(team.cost) }} |
No team usage found
Use the Teams feature in Claude Code to see team analytics