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

# curator:addapikey

> Add an API key for Curator

Adds an API key for Curator.

**Arguments:**

| Argument | Required | Description        |
| -------- | -------- | ------------------ |
| `key`    | Yes      | The API key to add |

**Example:**

```bash theme={null}
php artisan curator:addapikey my-secret-api-key
```
