Profile, Tokens, and SSH Keys
Applies to: All

Overview
Manage personal access tokens and SSH keys for CLI and API access at /dashboard/profile/tokens.
Personal access tokens
- Open Profile → Tokens from the account menu.
- Click Create token.
- Name the token and select scopes (e.g.
drush:execute,ssh:access, DAM). - Copy the token once; it is not shown again.
- Run
flexsite auth loginand paste the token.
SSH keys
- On the same page, open the SSH Keys section.
- Click Add SSH key and paste your public key.
- Choose tier: Read-only shell or Drush execution via SSH gateway.
- Save. Keys attach to your user for FlexLab remote operations.
Security
- Revoke unused tokens promptly.
- Never commit tokens to Git repositories.
- FlexLab developers need tokens for
flexsiteCLI; Codeless-only users may only need DAM keys.