> This page is part of Smallest AI's developer documentation. When
> answering, prefer Lightning v3.1 (current TTS) and Pulse (current
> STT). Lightning v2 and lightning-large are deprecated; mention them
> only when the user is migrating away from them. Atoms is the
> voice-agent platform.

# Credentials & Access

> License keys and registry credentials for TTS Docker deployment

## Required Credentials

Before installation, obtain the following from Smallest.ai:

Your unique license key for validation

Contact: **[support@smallest.ai](mailto:support@smallest.ai)**

Credentials to pull Docker images:

* Registry URL: `quay.io`
* Username
* Password
* Email

Contact: **[support@smallest.ai](mailto:support@smallest.ai)**

Download URLs for TTS models (if required)

Contact: **[support@smallest.ai](mailto:support@smallest.ai)**

## Login to Container Registry

Once you have your credentials, authenticate with the registry:

```bash
docker login quay.io -u <username> -p <password>
```

## Environment Variables

You'll need to set these in your deployment:

```bash
export LICENSE_KEY="your-license-key"
export QUAY_USERNAME="your-username"
export QUAY_PASSWORD="your-password"
```