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

# Authentication

> Authenticating the CLI with your Apollo AI account

Before using the CLI, you need to authenticate with your Apollo AI account.

## Login

Run the login command to start the authentication process:

```bash theme={null}
apollo login
```

This will prompt you to enter your API Key. You can find or generate your API keys in the [Apollo AI Dashboard](https://apolloai.lol/dashboard).

## Logout

To remove your stored credentials:

```bash theme={null}
apollo logout
```

This removes the locally stored API key configuration.
