Health API
The health endpoint is useful for both basic uptime checks and authenticated debugging.Endpoints
GET /healthGET /v1/health
/v1/health.
Unauthenticated response
Without credentials, health returns service metadata:Authenticated response
When you send an API key or JWT, the response also includes auth and workspace context when available:Example
- TypeScript
- curl
Notes
X-Brain-Idcan be sent to inspect a specific brain context- Use this endpoint when diagnosing auth, workspace scoping, or deployment routing issues
createAUVYClient.fromApiKey()usesGET /v1/session/contextfor bootstrap, not the health endpoint