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

# Account Management

> Sutro account management with the Command Line Interface (CLI).

# Command Line Interface (CLI)

The CLI provides a command-line interface to interact with the API. It's most useful for retrieving and managing job status and results.

See the `installation` guide to install the CLI.

## Account Management

### Authentication

To authenticate you'll need an API key. We're currently in beta, please contact us to get signed up on our web app, where you'll create and manage your API keys.

Once you have an API key, you can authenticate with the CLI using:

```none theme={null}
sutro login
```

### Viewing quotas

To get your current quotas, use:

```none theme={null}
sutro quotas
```
