API token values are shown only once at creation time. Store them immediately
in a secrets manager (GitHub Secrets, AWS Secrets Manager, 1Password, etc.).
In CI or Claude Code, persist your token as an environment variable so it’s
available from any working directory: export CARGO_API_TOKEN=<your-api-token>
(add it to ~/.zshrc or ~/.bashrc).