> For the complete documentation index, see [llms.txt](https://docs.autogon.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autogon.ai/other-apis/dataset.md).

# Dataset

The Datasets API is a versatile tool designed to manage datasets, allowing users to list, create, retrieve, update, and delete datasets. It provides functionality to handle various dataset operations.

All endpoints related to dataset management are protected and require authentication using an `X-AUG-KEY` as the authorization header.

To authenticate your requests, include an `X-AUG-KEY` header in the following format:

```json
X-AUG-KEY: YOUR_API_KEY
```

Replace `YOUR_API_KEY` with your unique API Key created on the [Autogon Console](https://console.autogon.ai/)
