Access tokens authenticate your package manager client with pckgs.io without using your personal credentials. Tokens are scoped per organization and stored locally on your device.
How Permissions Work
A token’s permissions are bounded by your own permissions in each organization. You cannot grant a token more access than you have.
Specificity wins: if a token has read access to all packages but is explicitly denied one, the denial takes precedence.
Tokens can only read and write packages — they cannot delete packages or organizations.
Always grant the minimum permissions the token needs.