Subscribe
The monitor stream is a WebSocket channel (/v1/monitor/ws). The Python SDK and
CLI manage the connection; raw HTTP clients perform the upgrade and send a
monitor_subscribe message as described in the
WebSocket protocol. The TypeScript SDK does
not expose a monitor stream.
monitor_subscribe message with an optional
interval_ms and include_processes flag. Server-side intervals are clamped
to the supported range: 500 ms to 10,000 ms.