GET /health

Authenticated gateway health check.

GET /health

Checks whether the gateway process is accepting authenticated API requests. An active Model Gate API key is required.

curl https://api.model-gate.com/health \
  -H "Authorization: Bearer mg_live_..."
{"status":"ok"}

HTTP 200 means the gateway is alive. This request is not billed. Model availability is tracked separately and influences routing.