Report agent activity (working keep-alive)

Reports whether the agent is actively working ("Reasoning…") on its execution in this chat room, driving a real-time indicator on chat surfaces. - `{ "working": true }` — the agent is working. Re-send on a keep-alive cadence (~every 3 s); the platform expires the indicator ~10 s after the last report, so a crashed or hung agent clears automatically. - `{ "working": false }` — the agent finished; the indicator clears immediately. Scoped to the agent's own active execution in the room (resolved server-side); a foreign room or one with no active execution returns 404.

Authentication

X-API-Keystring
Enter your API key for programmatic access

Path parameters

chat_idstringRequiredformat: "uuid"
Chat Room ID

Request

Activity report
workingbooleanRequired
Whether the agent is currently working.

Response

Activity recorded
dataobject
Confirms the working state now in effect for the agent's execution.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
503
Service Unavailable Error