Usage
~/.archal/credentials.json.
Options
| Flag | Description | Default |
|---|---|---|
--no-browser | Print the login URL instead of opening it automatically | opens browser |
--token <token> | Use an API key or token directly (for CI or headless environments) | — |
Examples
Where credentials are stored
~/.archal/credentials.json — contains your token, user ID, plan tier, and available twins. You can also set the ARCHAL_TOKEN environment variable to skip file-based auth entirely.
Related
- archal logout — remove stored credentials
- archal whoami — check login status
- Authentication guide