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

# Introduction

> An overview of the Miona API

## Authorization

All of the API endpoints are protected by an API Key. You can purcahse one from our [patreon page.](https://miona.bot/patreon)
The API Key should be passed as a header with the key `Authorization` and the value `<API_KEY>`.

```
Authorization: <API_KEY>
```
