> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gym.scale.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Health Check

> Check the health status of the MCP environment

Check the health status of the MCP environment service.

## Response

<ResponseField name="status" type="string">
  Health status of the service (e.g., `ok`, `healthy`)
</ResponseField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X GET http://localhost:3004/health
  ```
</RequestExample>

<ResponseExample>
  ```json Response theme={null}
  {
    "status": "ok"
  }
  ```
</ResponseExample>
