Overview
| Product | Role |
|---|---|
| Xiaohe Agent | xiaohe CLI + Session API + embedded Web UI |
| Xiaohe Client | Desktop app (same chat UI) |
Client and Web UI connect to Session over HTTP. Terminal xiaohe can chat without a UI.
Start here
Pick one path. Installers: Download.
A. Terminal only
B. Browser on this machine
- Install Agent
xiaohe server install && xiaohe server startxiaohe server pair→ copy thexh_…key- Open
http://127.0.0.1:8110/(orxiaohe webui --open) - Settings → Connection → paste key → Test key → chat
Details: Web UI
C. Desktop app on this machine
- Install Agent and Client
- Same as B steps 2–3 (
server start+pair) - Open Client → Settings → Connection → Local → paste key → Test key → chat
Details: Xiaohe Client
If replies fail with a provider error, configure a model on the Session host (xiaohe switch provider … or Settings → Assistant). See Agent CLI.
Three credentials
| Paste where | What | Prefix |
|---|---|---|
| Connection (chat) | Session API key from xiaohe server pair | xh_ |
| Authorization (desktop Pro) | License from account center | xh_lic_ |
| Authorization (MCP / Hub) | MCP token from account center | xh_mcp_ |
Do not mix them. Hosted Session (https://agent.xiaohe.team) needs a key from your operator instead of local pair.
Related
- Install & update · Client · Web UI · CLI · Session API