Skip to main content

rime login

Authenticate with Rime. Opens your browser to the Rime dashboard for OAuth-based authentication. A local callback server receives the API key and saves it to ~/.rime/rime.toml.
Demo of the rime login command No flags. The command validates the API key before saving.

rime logout

Remove your saved API key by deleting the config file at ~/.rime/rime.toml.
No flags.

rime key

Print the resolved API key (no trailing newline). Useful in shell scripts and as a subexpression — rime curl uses $(rime key) in its generated commands.
No flags. Resolves the key from config or RIME_CLI_API_KEY, using the active environment.