ChatalyzeDocs

Documentation

Readiness & health

How to interpret GET /api/health flags without exposing secrets.

Endpoint

GET /api/health

Returns booleans only โ€” never secret values. Safe to call from the dashboard and this wiki.

Flags

FieldMeaning
okWorker is up
modeAlways analysis-only in v1
version / builtAtDeploy identity for changelog alignment
d1D1 binding present
durableObjectChatSession DO binding present
webhookSecretONLYFANSAPI_WEBHOOK_SECRET set
adminTokenADMIN_TOKEN set
ofapiKeyONLYFANSAPI_KEY set
pipelineReadyD1 + DO + webhook secret + admin token โ€” can run core pipeline
liveOfapiReadypipelineReady and platform key present
CLI probenpm run ofapi:readiness asserts pipeline readiness without requiring a live key.

Root catalog

GET /   # or GET /api
# โ†’ service metadata + routes map

After each API deploy, confirm new routes appear in the rootroutes object and updateAPI overview if anything changed.