Skip to main content
GET
/
health
curl http://localhost:3000/health
{
  "status": "ok",
  "version": "0.1.0"
}

Documentation Index

Fetch the complete documentation index at: https://isol8.notdhruv.com/llms.txt

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

Returns server liveness and running version.
status
string
Always "ok" when the server is healthy.
version
string
Server version string.
curl http://localhost:3000/health
{
  "status": "ok",
  "version": "0.1.0"
}