A CLI tool for easily obtaining VRChat API tokens. Since VRChat doesn't provide a direct way to issue API tokens, this tool helps you retrieve the token that is generated during login.
You can use this tool without installation by running:
$ npx vrchat-auth-token-checker
VRChat Username: your-username
Password: ********
# If 2FA is enabled
2FA Code: 123456
# Success output
Auth Token: authcookie-xxxxx
The retrieved token can be used in headers when making requests to the VRChat API.
- Login credentials are used locally only and never sent to third parties
- Tokens are displayed only and not automatically saved
See LICENSE file for details.