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

# general auth login

> Authenticate the FlexAI CLI with your account

Initiates the authentication flow of the CLI against the FlexAI authentication service. Depending on the host system's capabilities, the CLI will either open a browser window or display a URL to visit.

## Usage

```bash theme={null}
flexai auth login
```

## Flags

| Flag        | Short | Type    | Description              |
| ----------- | ----- | ------- | ------------------------ |
| `--help`    | `-h`  | boolean | Displays this help page. |
| `--verbose` | `-v`  | boolean | Enable verbose logging.  |

## Examples

### Log in to FlexAI

```bash theme={null}
flexai auth login
```
