Login
lazyraccoon.dev where you sign in with your account (email/password or Google). Once authenticated, the browser redirects back and the CLI receives an API key automatically.
Your credentials are saved locally at ~/.lazy-raccoon/credentials.json.
Logout
lazy login again to use the CLI.
Check your session
How it works
CLI starts a local server
When you run
lazy login, the CLI starts a temporary HTTP server on localhost:9876.Browser authentication
Your browser opens to
lazyraccoon.dev/cli-auth. You sign in with your account.Device management
Eachlazy login creates a new API key tied to your device name. You can view and revoke devices from the Settings page in the dashboard.
Only one API key is active per device. Running
lazy login again replaces the previous key.