JAYCLAW • FLAGSHIP DECK
CONTROL CENTER
GATEWAY LINKING…

Chat

Dashboard chat (server-side gateway invoke; tokens never hit the browser).

READY
THREAD
0 messages
COMPOSE
This calls /api/chat/send (server-side gateway invoke).
Backend notes
Replies come from the OpenClaw session chat pipeline (sessions_send + sessions_history). If you get chat_no_reply, verify CHAT_SESSION_KEY (or CHAT_SESSION_LABEL on deployments that route by label). If your gateway deployment does not expose the sessions tools, set CHAT_TOOL_NAMESPACE / CHAT_TOOL_ACTION. Use /api/chat/diag for a safe, read-only probe of which path is available.
All browser actions hit Next.js API routes only. Gateway token stays server-side.JayClaw Flagship