> ## Documentation Index
> Fetch the complete documentation index at: https://60db.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuration

> Configure 60db CLI with API keys and settings

# Configuration

## Commands

### Show Current Configuration

```bash theme={null}
60db config
```

### Set API URL

```bash theme={null}
60db config --set apiBaseUrl=https://api.60db.ai
```

### Set API Key

```bash theme={null}
60db config --set apiKey=your_api_key_here
```

### List All Config

```bash theme={null}
60db config --list
```

### Clear Config

```bash theme={null}
60db config --clear
```
