Skip to main content
Claude Science usage counts against each member’s standard weekly quota and uses the same seat as the rest of claude.ai. You can track adoption in the Activity dashboard and through the Admin API.

Analytics in Organization settings

Go to Organization settings > Analytics > All Activity and select Claude Science in the product filter to see active members, sessions, and spend for this product. The Monitor usage link on the Claude Science row in Organization settings > Capabilities links to Analytics.

Admin API

The Claude Enterprise Admin API (Enterprise plans only) returns Claude Science usage alongside your other products. Per-member metrics (GET /v1/organizations/analytics/users, science_metrics object):
FieldDescription
distinct_session_countNumber of distinct Claude Science sessions. Null on aggregated rows where a distinct count can’t be computed.
message_countNumber of messages sent in Claude Science sessions.
delegation_countNumber of delegations (handoffs to a specialized agent) in Claude Science sessions.
remote_compute_job_countNumber of remote compute jobs launched from Claude Science sessions.
skills_used_countTotal number of skill invocations in Claude Science sessions.
See the Admin API reference for authentication and the full schema.