TokenPak
Overview
Agents
Timeline
Audit
Active profile
{{ active_profile | default("claude-code-cli") }}
Total cost today
${{ "%.4f"|format(header.total_cost) if header.total_cost is defined else "0.0000" }}
Cache hit rate
{{ header.cache_hit_pct | default(0) | round(1) }}%
Requests today
{{ header.request_count | default(0) }}
Consumption mode
{% for option in mode_options %}
{{ option.label }}
{% endfor %}
{% include active_panel.template %}