ReferenceService

Service health

Liveness and build identity. Unauthenticated and unmetered.

scopenonebilling unitfree

agent notesCall this to confirm connectivity before diagnosing an authentication problem. It never requires a key.

Liveness and build identity. Unauthenticated and unmetered.

AuthorizationBearer <token>

Workspace API key as a bearer token. Create keys in the dashboard under Settings → API keys. Test keys (oai_test_) answer from a fixed test tenant and never queue production scans.

In: header

Response Body

application/json

GET
/v1/health
curl -X GET "https://example.com/v1/health"
{  "build": "string",  "ok": true,  "registry_checksum": "string",  "service": "ongoingai-api",  "version": "string"}