> ## 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

> Befehl zur Authentifizierung in der Square Cloud CLI.

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

Du wirst aufgefordert, deinen API-Schlüssel einzugeben.

```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!
```

Tipp: Du kannst die Eingabeaufforderung überspringen, indem du deinen API-Schlüssel mit dem Flag `--token` übergibst:

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