Update Token Settings
After creating a key, you can update the token settings as needed.
Editable Settings
Token Name
Change the display name so it is easier to identify and manage.
Quota Limit
Adjust usage limits:
- Unlimited quota
- Daily or monthly limit
- Total quota limit
Rate Limit
Control request frequency:
- Requests per minute
- Requests per hour
- Concurrent requests
Enable or Disable
Temporarily disable a token without deleting it, so you can enable it again later.
Update Steps
- Sign in to the console
- Find the token you want to update
- Click Edit
- Change the relevant settings
- Save the changes
Important Notes
Note
- Setting changes take effect immediately
- Some changes may require restarting the tool
- Changing token groups requires creating a new key
Keep the Key Available
After changing settings, make sure your key is still saved. You will need it when configuring environment variables.
bash
# Windows PowerShell
$env:ANTHROPIC_AUTH_TOKEN="your-key"
# macOS/Linux
export ANTHROPIC_AUTH_TOKEN="your-key"Next Steps
- Top up balance - Add account balance
- Start deployment - Configure an AI coding tool