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

# monid keys activate

> Switch the active API key.

Switch the active API key.

## Usage

```bash theme={null}
monid keys activate --label <name>
```

## Flags

| Flag                  | Type   | Required | Description                  |
| --------------------- | ------ | -------- | ---------------------------- |
| `-l, --label <label>` | string | Yes      | Label of the key to activate |

## Examples

```bash theme={null}
monid keys activate --label staging
```
