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

# Skyhook auth login

## skyhook auth login

Log in to Skyhook

### Synopsis

Authenticate with Skyhook using your browser.

This command will open your browser to authenticate with Skyhook via Auth0.
After authentication, your credentials will be stored locally for future use.

```
skyhook auth login [flags]
```

### Examples

```
  skyhook login
  skyhook login --no-browser
```

### Options

```
  -h, --help         help for login
      --no-browser   Don't open the browser automatically
```

### Options inherited from parent commands

```
      --debug        Enable debug mode (shows full API requests/responses)
  -o, --org string   Organization name
  -v, --verbose      Enable user-friendly verbose output
```

### SEE ALSO

* [skyhook auth](/cli-reference/skyhook_auth)	 - Authentication commands
