wave NDI
NDI on the WAVE protocol plane. Preview — front-door scaffold; no live NDI transport yet.
ndi.wave.online
│
▼ front-door + /api/* reverse-proxy to api.wave.online
GET / ─▶ this page
│
└─ a metered, auth-gated NDI API (ndi:read / ndi:write at api.wave.online/v1/ndi/*) is not live yet
statusscaffolded — no native NDI transport; nothing metered or auth-enforced here today
proxy/api/* → api.wave.online (unauthenticated passthrough until /v1/ndi/* lands)
scopesndi:read / ndi:write — reserved at the gateway, enforced once the metered route ships
healthGET /health
Honest status — when a real NDI surface ships it will federate auth, entitlement, and metering through api.wave.online (ndi:read / ndi:write). Until then this spoke only renders the front-door and proxies /api/*; it is neither authenticated nor metered, and is not advertised as such.