List Personal Access Tokens
Review the current personal API keys before creating a new one or revoking an old one.
The CLI list command is the fastest way to review human PATs from the terminal.
- Open the correct PAT list surface.
- Read current token status safely.
- Use the list before create or revoke actions.
Where this happens
Same Task, Other Interfaces
Use the version that matches where you are working now. The subject matter stays the same; the delivery changes by surface.
Do the work
- 1. Make sure the current auth mode is a human session with the right scope.
- 2. Run `./backlog.sh pat list`.
- 3. Review the token ids and status in the JSON output.
- 4. Choose the next action only after you know which credential id you are working with.
Keep Going in Sessions and Personal Tokens
Stay in the same interface and move to the next closest task in this topic when needed.
Create a Personal Access Token
Create a human-owned API key with the narrowest useful scope set and store it safely because the raw token is only shown once.
Revoke a Personal Access Token
Revoke a human-owned API key by credential id when it is obsolete, leaked, or no longer appropriate for the workflow.
Nearby Guides
These guides stay close to the current workflow so you can keep moving without restarting discovery.
Create a Personal Access Token
Create a human-owned API key with the narrowest useful scope set and store it safely because the raw token is only shown once.
Revoke a Personal Access Token
Revoke a human-owned API key by credential id when it is obsolete, leaked, or no longer appropriate for the workflow.