Source Intelligence
Sweep 28 Aug 2026 ยท 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Page history

Monitor Claude Science usage

claude-science/monitor-usage

1 recorded change 27 lines First seen Last changed Upstream

History

claude-science/monitor-usage First recorded · 27 lines, first recorded

# Monitor Claude Science usage ## Analytics ## Admin API

The first capture of this source. The page was already there, and this is what it said.

# Monitor Claude Science usage

> Claude Science usage counts against each member's standard weekly quota and uses the same seat as the rest of claude.ai.

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 Analytics and through the Admin API.

## Analytics

Open Analytics from the user menu and select the Claude Science tab to see adoption and session metrics for this product. To see spend, or to compare active members across products, select Claude Science in the product filter on the Overview tab.

The Monitor usage link in Organization settings > Claude Science opens 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):

| Field                       | Description                                                                                                   |
| --------------------------- | ------------------------------------------------------------------------------------------------------------- |
| distinct\_session\_count    | Number of distinct Claude Science sessions. Null on aggregated rows where a distinct count can't be computed. |
| message\_count              | Number of messages sent in Claude Science sessions.                                                           |
| delegation\_count           | Number of delegations (handoffs to a specialized agent) in Claude Science sessions.                           |
| remote\_compute\_job\_count | Number of remote compute jobs launched from Claude Science sessions.                                          |
| skills\_used\_count         | Total number of skill invocations in Claude Science sessions.                                                 |

See the Admin API reference for authentication and the full schema.