Skip to main content
Authenticate with the floo API and manage your account.

login

Authenticate with the floo API. Opens your browser for device code OAuth by default.
The CLI displays a one-time code, opens your browser, and waits for you to complete authentication. Your API key is stored at ~/.floo/config.json.

Flags

Examples

JSON output

Errors


logout

Clear stored credentials from ~/.floo/config.json.

JSON output


whoami

Show the currently authenticated user, including email, masked API key, and display name.

JSON output

Errors


token

Print the raw API key to stdout. Useful for piping into other tools.
In human mode, prints the raw key to stdout (no formatting). In --json mode:

Errors


register

Create a new floo account for the given email address. Used by floo auth login in the signup path; can also be called directly.

JSON output


update-profile

Update your display name.

Flags

JSON output