> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ns.rocks/llms.txt
> Use this file to discover all available pages before exploring further.

# Status

> Private-beta service status and health-check entrypoints.

Nullspace does not publish a separate public hosted status page during private
beta. Use these health checks for the hosted beta surfaces after setting
`NULLSPACE_API_URL` and `NULLSPACE_DOCS_URL`:

```bash theme={"theme":{"light":"one-light","dark":"one-dark-pro"}}
curl -fsS "${NULLSPACE_API_URL}/healthz"
curl -fsSIL "${NULLSPACE_DOCS_URL}/"
curl -fsSIL "${NULLSPACE_DOCS_URL}/api-reference"
```

Current private-beta endpoint values live in
[Hosted endpoints](./reference/hosted-endpoints).

The docs site builds from `docs/site/` and the canonical OpenAPI spec at
`specs/openapi.yaml`. API reference pages are generated by Mintlify from the
tracked `docs/site/openapi.yaml` symlink.

Operational runbooks and launch-gate evidence remain in
`docs/engineering/runbooks/`.

## Self-Hosted Single-Host

For the OSS appliance, use the operator command on the host rather than hosted
status endpoints:

```bash theme={"theme":{"light":"one-light","dark":"one-dark-pro"}}
sudo nullspace-host doctor --json
sudo nullspace-host status --json
sudo nullspace-host logs --json
```

`GET /healthz` is process liveness only. It does not prove local Supabase,
runtime capacity, worker readiness, storage layout, ingress, Firecracker
hardening, or machine lifecycle success. Use
`nullspace-host launch-gate` on supported Ubuntu x86\_64 KVM hardware before
making public release claims.

See [Self-Hosted Single-Host](./quickstarts/self-hosted-single-host).
