# account

## signup

Signing up to terrakio will create a free tier account and an associated API key.

```
tkio account signup {email}
```

## login

The login command can be used to retrieve your API key and prompt you to set it as an environment variable in your system to authenticate other CLI commands.

```
tkio account login {email}
```

## quota

The quota command returns the request quota remaining for your account and requires TERRAKIO\_API\_KEY to already be set as an environment variable.

```
tkio account quota
```


---

# 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://test-341.gitbook.io/terrakio/terrak.io/cli/account.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.
