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

# Introduction

Kadoa is built as an API-first platform. Everything you can do on your Kadoa Dashboard is also possible with our flexible API.

## Quickstart

1. Generate your API key from [Settings > General](https://www.kadoa.com/settings)
2. Create your first workflow on [Kadoa.com](https://www.kadoa.com/add)
3. Fetch the data by using our API.

## Authentication

All API endpoints are authenticated using your workspace API key.

```json theme={null}
"headers":  {
    "x-api-key": "tk-your-api-key"
}
```

<Note>
  **First time using the API?** You need to generate your API key first:

  1. Go to [Settings > General](https://www.kadoa.com/settings)
  2. Click **Generate API Key**
  3. Copy and securely store your key (it starts with `tk-`)
</Note>
