> ## Documentation Index
> Fetch the complete documentation index at: https://algolia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# algolia auth login

> Sign in to your Algolia account.

```txt Usage theme={"system"}
algolia auth login [flags]
```

## Examples

Sign in interactively (opens browser):

```sh icon=square-terminal theme={"system"}
algolia auth login
```

Auto-select an application by name:

```sh icon=square-terminal theme={"system"}
algolia auth login --app-name "My App" --default
```

Print the URL instead of opening the browser:

```sh icon=square-terminal theme={"system"}
algolia auth login --no-browser
```

## Flags

<ParamField body="--app-name">
  Auto-select application by name
</ParamField>

<ParamField body="--default">
  Set the profile as the default
</ParamField>

<ParamField body="--no-browser">
  Print the authorize URL instead of opening the browser
</ParamField>

<ParamField body="--profile-name">
  Name for the CLI profile (defaults to application name)
</ParamField>
