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

# squarecloud auth login

> Command to authenticate in the Square Cloud CLI.

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

You will be prompted to enter your API key.

```bash Insert your square cloud api token theme={null}
Your API Token:
> Insert your square cloud api token
```

```bash Output	  theme={null}
Your API Token has successfully changed! You are now logged in as <username>
With great power comes great responsibility!
```

Tip: You can skip the prompt by passing your API key with the `--token` flag:

```bash theme={null}
squarecloud auth login --token=<API key>
```
