# API Reference Documentation

Featuring rich API functionality, [AIRR](https://theairr.com) provides real-time reporting capabilities to investment management. Getting up to date data and metrics, is just a click away! With all the information aggregated in one place it's possible to obtain at any moment an overview of a portfolio company or an entire fund's standing and integrate it into your own reports, dashboards or even xls files.

### Authentication

All API endpoints require a valid **API key** in the `X-Api-Key` header. The organization is determined automatically from the API key.

```
X-Api-Key: your-api-key
```

API keys can be generated in the AIRR application under **Settings → API Keys**.

### Base URL

```
https://api.theairr.com
```

#### Export API Endpoints


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.theairr.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
