Skip to main content
GET
/
health
cURL
curl http://localhost:18080/health
{
  "activeWorkspaces": 2,
  "uptime": 3600,
  "timestamp": "2026-03-20T12:00:00.000Z",
  "version": {
    "deno": "2.7.4",
    "v8": "13.0.245.12",
    "typescript": "5.6.2"
  }
}

Documentation Index

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

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

Response

200 - application/json

Daemon is healthy

activeWorkspaces
integer

Number of currently active spaces

Example:

2

uptime
number

Daemon uptime in seconds

Example:

3600

timestamp
string<date-time>
Example:

"2026-03-20T12:00:00.000Z"

version
object