Verified limit lookup

npm Granular Access Token Limits

npm Granular Access Token Limits, verified against npm's official documentation with scope, implementation impact, caveats, and a direct check.

Verified Aug 22, 20261 official source
Quick answer

npm documents token and scope counts as 1,000 tokens/account; 50 orgs and 50 packages/scopes per token. A token can select packages, scopes, or a combination within the documented count.

Verified Aug 22, 2026Official source

Current limits

ConstraintCurrent valueScopeVerified source
token and scope countsA token can select packages, scopes, or a combination within the documented count.1,000 tokens/account; 50 orgs and 50 packages/scopes per tokenGranular access tokensnpmAug 22, 2026

Why does this limit matter?

A single over-broad CI token is unnecessary and can still hit target-count limits in a large organization.

This value is scoped to Granular access tokens; a different plan, runtime, model, endpoint, region, or account can produce a different effective constraint.

What should you check?

  1. Inventory CI targets and create narrowly scoped, expiring tokens or trusted publishing.
  2. Confirm the exact plan, model, runtime, endpoint, region, and account that serve the failing workload.
  3. Record the observed value, response headers or configuration, timestamp, and source without logging secrets.

Important caveats

  • Token permissions cannot exceed the creating user's current permissions.
  • Treat the official source and live account configuration as authoritative if they differ from this verified snapshot.
HyperObserve reports the documented platform constraint. Your application, SDK, gateway, provider, region, or account can impose a lower effective limit.
Related

Related references and tools

Found an outdated limit? Report it.