> For the complete documentation index, see [llms.txt](https://docs.halosecurity.com/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.halosecurity.com/api/events-archive/account-apikey-add.md).

# account-apikey-add

### Overview

* **Key:** `account-apikey-add`
* **Name:** API Key Added
* **Triggers when:** A new API Key is added

### Fields

| Field  | Type   | Description                          |
| ------ | ------ | ------------------------------------ |
| detail | string | The type and name of the created key |

### Example data

```json
{
    "detail": "Zapier - Production"
}
```
