Access tokens
Your package managers authenticate to Dependably with a token. The Tokens page is where you create your personal tokens and revoke ones you no longer need.
A personal token is tied to your account and is best for your own machine. For CI and shared automation, use a service token instead — see Users & tokens.
Create a token

-
Open Tokens and select New token.
-
Optionally enter a Description (for example, Local dev laptop) so you can tell your tokens apart later.
-
Choose a Scope:
- pull only — install and download packages.
- push only — publish packages.
- push & pull — both.
A token can never do more than your own role allows — creating a token with a push scope requires a role that can publish (Admin or Owner). Admins and Owners also see two privileged scopes: admin (read and change organization settings) and audit (read the audit log, for SIEM integrations).
-
Optionally set an Expires at date and time. Leave it empty for a token that does not expire — though a dated token you rotate is safer.
-
Select Create.
Dependably shows the token value once, at creation. Copy it then and store it in your tool's credential store or your CI secret manager — it is kept only as a hash and cannot be shown again. If you lose it, revoke it and create a new one.
Keep tokens secret. Treat a token like a password. Create a separate token per machine or pipeline so you can revoke one without disrupting the others.
Review and revoke
The table lists your existing tokens with their ID, Description, Scope, Created, Expires, and Last used time, so you can spot a token that is unused or past its purpose and revoke it.
Use the token
Each ecosystem guide shows the exact command that stores the token in that tool's own config — start from Setup for a ready-made snippet, or open the full guide for your tool from the documentation home.
A token never grants more than your own role allows — the roles are described in Access control (RBAC).