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

# Introduction

> Homele API documentation

# Homele API

Welcome to the Homele API documentation. This is your comprehensive reference for integrating with Homele services.

## Available APIs

<CardGroup cols={1}>
  <Card title="CRM API" href="/crm/introduction">
    Read-only access to customer data, lead statuses, and history for external integrations (SAP, ERP, etc.)
  </Card>
</CardGroup>

## Authentication

All APIs use **Bearer token** authentication. Generate tokens from **Settings > API Integration** in your dashboard.

```bash theme={null}
curl -H "Authorization: Bearer YOUR_TOKEN" \
     https://<your-domain>/api/v2/crm/customers
```

## Rate Limits

All API requests are rate limited to **60 requests per minute** per token.
