For the complete documentation index, see llms.txt. This page is also available as Markdown.

Health

Health and status endpoints.

Healthz

get

Health check endpoint for load balancers and uptime monitors.

Responses
200

Successful Response

application/json

Health check response.

okbooleanRequired
get/healthz
GET /healthz HTTP/1.1
Host: platform.maniac.ai
Accept: */*
200

Successful Response

{
  "ok": true
}

Last updated