Usage
Options
| Option | Description | Default |
|---|---|---|
-u, --cloud-url <url> | URL of ElizaOS Cloud | https://www.elizacloud.ai |
--no-browser | Do not automatically open browser | false |
--timeout <seconds> | Authentication timeout in seconds | 300 |
Examples
Basic Login
Without Browser
Custom Cloud Instance
Extended Timeout
Authentication Flow
- Start: CLI initiates authentication request
- Browser: Opens login page (or displays URL if
--no-browser) - Authenticate: Complete login in browser (OAuth/credentials)
- Callback: Browser sends token back to CLI
- Store: API key is stored in
~/.elizaos/credentials
Environment Variable
Instead of logging in, you can set the API key directly:ELIZA_CLOUD_URL environment variable:
Credential Storage
After successful login, credentials are stored at:- Linux/macOS:
~/.elizaos/credentials - Windows:
%USERPROFILE%\.elizaos\credentials
Troubleshooting
Browser Doesn’t Open
Timeout Issues
Network Issues
If behind a proxy or firewall, ensure the cloud URL is accessible:Related Commands
deploy: Deploy after authenticationcontainers: Manage containers (requires auth)

