Skip to content

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

  1. Sign in to the console
  2. Find the token you want to update
  3. Click Edit
  4. Change the relevant settings
  5. 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

Friendly, practical, and reliable AI coding support