Skip to main content
GET
/
health
Service liveness probe
curl --request GET \
  --url https://api.runtools.ai/health
{
  "status": "ok",
  "service": "<string>",
  "version": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.runtools.ai/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Service is responsive.

status
string
Example:

"ok"

service
string
version
string