GET /api/health
Returns 200 OK with { "ok": true } when the server is running. Use this for readiness checks or to confirm bw run started correctly.
No authentication or parameters required.
Example
If the server is not running, the request will be refused at the TCP level — you won’t receive an HTTP response. A
200 response means bw run is alive and accepting requests.