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

# Introduction

> Getting started with the Nkwa API

Welcome to the Nkwa API Reference! Before you can do anything in the API, you'll need some API Keys.

## Authentication

All API endpoints are authenticated using API key and picked up from the specification file.

```json theme={null}
"security": [
  {
    "apiKeyAuth": []
  }
]
```
