API reference overview
Use current tRPC router types and explicitly mounted compatibility endpoints; do not copy invented REST routes from old docs.
Default local API origin: http://localhost:3000.
Health
GET /api/health
GET /api/health/ready
Application API
The main application API is tRPC. Current procedure names live in apps/api/api/*.ts and the application router types; use those types rather than a stale copied endpoint list.
Gateway compatibility
The repository includes OpenAI-compatible chat-completions and Anthropic Messages gateway routes. Those routes are subject to RaksHex workspace authentication/governance and are not a general unauthenticated proxy.
Telemetry
AgentGuard uses the implemented telemetry ingest path described by the SDK/API source. This page intentionally does not claim old /v1/telemetry or /v1/findings REST routes unless the current server actually mounts them.
