1
Get a token
Sign in to app.huechat.ai, open
Settings → Profile and copy your Access token. It carries your full
role, which is fine for a first call. For anything that ships, create a
scoped API key instead.
2
Find your account id
It is the number in the dashboard URL:
https://app.huechat.ai/app/accounts/{account_id}/.... Every route below
takes it in the path.3
List conversations
200 with a payload array means the token works. Keep a
conversation_id from the response for the next step.4
Send a message
5
Create a contact
Where next
- Authentication for how the two credentials differ.
- Webhooks to get events pushed to you instead of polling.
- API reference for every endpoint with a runnable panel.

