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

# HueChat API

> Everything your team does in the inbox, available over HTTP.

Conversations, messages, contacts, inboxes, teams, AI agents and their
knowledge, WhatsApp templates and broadcasts, workflows, chat menus and
webhooks. Every route is scoped to your own account.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Your first call in five minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Personal tokens and scoped API keys.
  </Card>

  <Card title="Webhooks" icon="bell" href="/webhooks">
    Signed events for messages, conversations and contacts.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/overview">
    143 endpoints, each with a runnable panel.
  </Card>
</CardGroup>

## What it does

**The same data as the dashboard.** Anything an agent or admin can see or
change in HueChat can be read or changed here, with the same permissions.

**Two credentials.** A personal access token carries your full role. A scoped
API key (`hc_…`) carries only the scopes you grant, with its own rate limit,
IP allowlist and expiry. Use scoped keys for anything that ships.

**Signed webhooks.** Subscribe a URL to events and verify every delivery with
an HMAC-SHA256 signature.

**One base URL.**

```
https://app.huechat.ai
```

## What it does not do

* Sign-up, billing and plan changes stay in the dashboard.
* Cross-account access: a scoped key belongs to one account. Requests to
  another account are denied.
* Operator and platform surfaces are not exposed.
