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

# IrisAgent API Overview

> Welcome to the IrisAgent API documentation. This guide details the public endpoints available for integrating kapa.ai into your application.

## Welcome

We are following the OpenAPI specification and are using the following OpenAPI specification file.

<Card title="IrisAgent API Specification" icon="leaf" href="https://github.com/IrisAgent/docs/blob/main/api-reference/openapi.json">
  View the OpenAPI specification file
</Card>

## Authentication

All API endpoints are authenticated using Bearer tokens and are provided by your IrisAgent point of contact.

```
Authorization: Bearer YOUR_API_KEY
```
