On Project → Settings, the NPM Token section shows a read-only token used to log in to the Laioutr npm registry when you install private packages from Laioutr (for example in local development or CI).
.npmrc or your package manager (follow your team’s internal guide for exact npm login / token configuration).Treat the token like a password: do not commit it to git or share it in chat. The settings page shows a warning reminding you to keep project secrets safe. If a token is exposed, rotate it according to your organization’s process and Laioutr support guidance.
This screen only explains the purpose of the field as implemented in Cockpit; for CLI and registry details, see developer documentation for the Laioutr npm registry and your frontend toolchain.