> ## 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:setkey

> Set the license key for Curator

Sets the license key for Curator.

**Arguments:**

| Argument | Required | Description             |
| -------- | -------- | ----------------------- |
| `key`    | Yes      | The Curator license key |

**Example:**

```bash theme={null}
php artisan curator:setkey your-license-key
```
