{% extends "base.html" %} {% block title %}Telemetry — Admin{% endblock %} {% block content %}
{% set page_hero_eyebrow = "Activity Center" %} {% set page_hero_title = "Telemetry" %} {% set page_hero_subtitle = "Claude Code tool / skill / agent / slash-command invocations across users." %} {% include "_page_hero.html" %}

Tool and skill invocations from Claude Code. Also available locally for analysis. For server-side admin / API audit events, see Audit log.

Loading…
Loading…
{# The /admin/activity page already ships the .obs-* styles via activity_center.html. We re-include them here so /admin/usage renders identically without depending on the user having visited /admin/activity first (browser CSS cache miss is the common case for admins clicking the nav link cold). #} {% endblock %}