Use status endpoints only to understand Zerct availability. Use logs and deploy responses to debug your project.Documentation Index
Fetch the complete documentation index at: https://docs.zerct.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
/health is the simple human-friendly health alias. /healthz remains the
infrastructure probe for load balancers and deploy scripts.
/v1/status is the structured endpoint for SDKs and agents:
ok is true, continue with GET /v1/capabilities or the CLI command you
were running. If ok is false, retry later before changing project code.