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

# Reference

> Detailed information about the Breezee endpoints

Breezee is organized around REST and SSE. Our Infrastructure has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

## Authentication

All requests must include the `X-API-Key` header.

```bash theme={null}
curl -H "X-API-Key: your_api_key" https://<INFRASTRUCTURE_URL>/v1/health
```
