Modify Token Settings
After creating a Key, you can modify various token settings as needed.
Configurable Settings
Token Name
Change the display name of the token for easier identification and management.
Quota Limit
Adjust the usage quota for the token:
- Unlimited quota
- Set daily/monthly limits
- Set a total quota
Enable / Disable
Temporarily disable a token without deleting it, so you can re-enable it later.
How to Modify
- Log in to the console
- Find the token you want to modify
- Click the "Edit" button
- Update the relevant settings
- Save changes
Important Notes
Note
- Changes take effect immediately
- Some settings may require restarting the tool to apply
- Changing the token group requires creating a new Key
Keep Your Key Handy
After modifying settings, make sure you still have your Key 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"