PAT Help
Generate a token at GitHub > Settings > Developer settings > Personal access tokens.
read:org — Required for team and organization access
repo — Required for private repository access
Is my token safe?
- This app runs entirely in your browser — no backend server, your token is never sent anywhere except GitHub API.
- Your token is stored in sessionStorage and is cleared when you close the tab.
- The source code is publicly available — you can verify this yourself.
- We recommend using a fine-grained PAT with read-only access, scoped to your organization only.