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

# Introduction

> API endpoints for Hipp Health

## Welcome

Welcome to the Hipp Health API documentation. This API allows you to programmatically manage users and resources within your Hipp organization.

## Authentication

All API requests must include an API key in the Authorization header:

```json theme={null}
Authorization: Bearer <your-api-key>
```

### Getting an API Key

1. Log into your Hipp account
2. Navigate to Settings > API Keys
3. Click "Create API Key"
4. Copy the generated key immediately (it will not be shown again)
5. Store the key securely
