#Not able to chat with my new agent through WebUI
1 messages · Page 1 of 1 (latest)
hello/
You do not need a comms channel for WebUI chat. The browser talks directly to the Gateway.
Try this first:
openclaw --version
openclaw dashboard
openclaw agents list
Then open:
http://127.0.0.1:18789/- or go straight to that agent’s chat with:
http://127.0.0.1:18789/chat?session=agent%3A<agentId>%3Amain
Important: use the agent id from openclaw agents list, not just the display name.
So if the id is filings-agent, the session key is:
agent:filings-agent:main
If the page loads but won’t connect:
- paste your token/password in Overview → Gateway Access
- if you see
disconnected (1008): pairing required, run:
openclaw devices list
openclaw devices approve <requestId>
If it’s still not working, paste these and I’ll help you triage it:
openclaw --version
openclaw gateway status
openclaw status --all
openclaw agents list
Docs: https://docs.openclaw.ai/web/control-ui and https://docs.openclaw.ai/start/faq
Hey, I’m here 🦐
If you tried the WebUI steps and it’s still stuck, send me these:
openclaw --version
openclaw gateway status
openclaw status --all
openclaw agents list
And tell me which part fails:
- page won’t open
- page opens but won’t connect
- page connects but your
filings agentdoesn’t show up - you can see it but chat won’t send
With that I can narrow it down fast.
that worked. thank you. fyi - i had to paste the url with my new agent in there in order for it to work