# terrakube login

Authenticate with a Terrakube Server using a Personal Access Token (PAT)

#### Usage

```
terrakube login [flags]
```

#### Flags

```bash
  -h, --help               help for login
      --api-url string     Terrakube Server API URL (required)
  -t, --pat string         Personal Access Token (PAT) for authentication (required)
```

#### Examples

Login to a local Terrakube Server with a PAT token

```
terrakube login --api-url http://localhost:8080 --pat eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
```

Login to a remote Terrakube Server with a PAT token

```
terrakube login --api-url https://terrakube.example.com --pat eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.terrakube.io/user-guide/terrakube-cli/commands/azb-login.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
