Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Status

Status is a recent edge-check history, not a promise of application health. It checks the portfolio, public docs, forge, tools registry, trace page, and object-service health endpoint, then presents the current response and a recent uptime calculation.
The public page lives at status.yshubham.com. It uses a five-second deadline per upstream check and stores recent samples for a 30-day uptime window when its D1 binding is available.

Public routes

The contract is deliberately readable. Use these endpoints for a simple operational display or a lightweight integration.
MethodPathResult
GET / HEAD/healthStatus service health and check timestamp
GET / HEAD/api/statusCurrent per-service result, latency, and recent uptime evidence
GET / HEAD/api/incidentsRecent incident notes or the service fallback note

What a red check means

An offline result means the Worker did not complete the configured public request within its policy. It does not automatically identify an origin, database, authentication, or user-workflow cause.
Use the result to choose the next observation: inspect the public endpoint, read the service's own health route, or check a domain-specific tool such as Watchman. Do not turn a status poll into a blind retry loop against a service already under pressure.
Uptime percentages need sample context. The API includes the sample count so an operator can distinguish a mature history from a freshly opened service.