auth login
Sign in interactively — opens a browser to complete authentication. Usage
Examples
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate with Landbase and manage your API key
landbase-cli auth login
| Flag | Default | Description |
|---|---|---|
--key | — | Paste an API key directly instead of using the browser flow |
--force | — | Re-authenticate even if a valid session already exists (platform mode). Use this if a stale or partial session keeps failing. |
# Browser-based login
landbase-cli auth login
# Force a fresh login if a stale session keeps causing errors
landbase-cli auth login --force
# Paste an API key directly
landbase-cli auth login --key
landbase-cli auth status
landbase-cli auth logout
Was this page helpful?
