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

# Introduction

> Référence API complète Kiriku

## Base URL

Production : `https://api.kiriku.app`

## Authentification

Kiriku accepte :

* `Authorization: Bearer <JWT>`
* `X-API-Key: sk_live_...`

Les endpoints d’administration exigent le rôle `admin`.

## Format des erreurs

```json theme={null}
{
  "statusCode": 400,
  "message": "Invalid request",
  "error": "Bad Request"
}
```

## OpenAPI

Le fichier OpenAPI est disponible à : `/api-reference/openapi.json`.
