Sign in
exp_user_* API key (via --api-key or the EXPANSE_API_KEY environment variable); the CLI mints and stores a local session. The key itself is created in the Console, not by the login command. Confirm it worked:
Personal API key
Your personalexp_user_* key is scoped to the teams and computes you can access. It authenticates your CLI session; behind the scenes the CLI exchanges it for short-lived signed tokens automatically, so the key itself never travels beyond sign-in. Console sessions use your SSO sign-in, not the API key.
If you suspect a key is compromised, revoke it from console.expanse.sh/settings and sign in again.
Compute credentials
When a compute is registered, the daemon receives its own credential automatically: the installer exchanges the single-use install token for it and writes it straight into the daemon config. You never need to read or type it; on Kubernetes you mount the generated config file into the chart as a Secret. To replace a compute credential, re-register the compute withexpanse compute register and run the printed install command again.