Home / Formulas / npm

npm

npm

Authenticate with npm using automation tokens or legacy tokens. Access package publishing and organization management.

🔐 Authentication Methods

automation_token
Automation Token
  • Go to your npm settings > Tokens
  • Create an automation token
  • Copy the token
legacy_token
Legacy Token
  • Go to your npm settings > Tokens
  • Create a legacy (read-only) token
  • Copy the token

👤 Identity

Account: e.g., username or organization

🌐 APIs

registry
Base URL: https://registry.npmjs.org
Auth Header: //registry.npmjs.org/:_authToken={token}
Methods: automation_token legacy_token
← Back to all formulas