Authenticate your CLI session with Base44. The CLI uses a secure device code flow, so you’ll receive a code to enter in your browser to complete authentication. For a walkthrough of the authentication process, see the Backend only or React quickstart.Documentation Index
Fetch the complete documentation index at: https://docs.base44.com/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Authentication storage
On successful login, your credentials are stored at~/.base44/auth/auth.json. This file contains your:
- Authentication token
- User email
- User display name
Your token remains valid until you explicitly log out or it expires. You don’t
need to log in before every command.
See also
- Quickstart - Backend only: Create your first backend-only project
- Quickstart - React: Build a full-stack React app
logout: Sign out from the CLIwhoami: Check your logged-in user

