A token gives someone else all the permissions you have as a User or Admin. They can run any Reflex Cloud command from the CLI as if they were you, using the --token
flag. A common use case is for GitHub Actions (you store this token in your secrets).
To access or create tokens, first click the avatar in the top-right corner to open the drop-down menu, then click Account Settings
.

Clicking Account Settings
will redirect you to both the Settings
and Tokens
dashboards. Click the Tokens
tab at the top to access your tokens or create new ones.
