ImprovementApril 11, 2026
CLI: auth export-key
Run `runtype auth export-key` to print the API key stored by the CLI—handy for scripts, CI secrets, and quick env wiring without opening the dashboard.
cliapi-keysdeveloper-tools
After you sign in with runtype auth login, runtype auth export-key echoes the persisted key to stdout so you can capture it in subshells (RUNTYPE_API_KEY=$(runtype auth export-key)) or paste it into local tooling.
It avoids hunting through config files when you just need the same key the CLI already trusts.