Liveness, and the label this build serves by default
Liveness plus the deployment’s own identity. No engine work is done.
build_id is the content digest of the sources baked into the deployed
artifact. Two endpoints reporting the same build_id are provably the
same build — which is what makes a comparison between two deployments a
test of the transport rather than an accidental comparison of two
different builds.
Authorizations
Authorization: Bearer np_live_…
One credential form. There is no query-parameter, cookie or
x-api-key alternative — the legacy x-api-key header stopped being
accepted at the Bearer cutover and now fails authorization.
Keys are org-scoped, never user-scoped, and the secret is shown exactly once at mint. Rotation is create-then-revoke.
Response
Healthy.
"ok"
"needlepath-hosted-adapter"
"/v1/context/select"
Content digest of the sources baked into the deployed artifact. Empty when the service runs from a source tree.