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

# Introduction

> Welcome aboard

<Note>
  This is a very alpha version of the public API. We will alert of any breaking changes, but expect things to change.
</Note>

## Usage

Feel free to use this live documentation area to test with the key given to you.

## Authentication

All API endpoints are authenticated using API Keys, which are passed in the header of the request.

```json theme={null}
"x-api-key": YOUR_API_KEY
```
