Skip to main content
Usage
algolia auth login [flags]

Examples

Sign in interactively (opens browser):
algolia auth login
Auto-select an application by name:
algolia auth login --app-name "My App" --default
Print the URL instead of opening the browser:
algolia auth login --no-browser

Flags

--app-name
Auto-select application by name
--default
Set the profile as the default
--no-browser
Print the authorize URL instead of opening the browser
--profile-name
Name for the CLI profile (defaults to application name)
Last modified on May 12, 2026