Service Health Check
One-Click Diagnosis
bash
./scripts/doctor.sh # Key service status + health check
./scripts/doctor.sh --all # Check all services
./scripts/doctor.sh --logs # Include the last 20 lines of logs for key servicesFor source deployments you can also use:
bash
./scripts/test-health.shSingle-Point Health Probe
bash
curl http://localhost:26100/health # api-gateway
curl http://localhost:26103/health # ag-ui-serverTroubleshooting tip: When a health check fails, first run
./scripts/doctor.shto get the overall status, then check the logs for the specific service.
