The Health API provides endpoints for monitoring application health and readiness, designed for use in container orchestration systems like Kubernetes or Docker.
https://api.aitronos.com/v1/health- Liveness Check - Simple health probe for application availability
- Readiness Check - Detailed health check with dependency verification
- Container Orchestration - Kubernetes liveness and readiness probes
- Load Balancers - Health checks for traffic routing
- Monitoring Systems - Application availability monitoring
- CI/CD Pipelines - Pre-deployment health validation
The API uses a three-tier status system:
healthy- All components are operationaldegraded- Some components are experiencing issues but the service is still functionalunhealthy- Critical components are down or the service is not operational
The readiness check monitors these critical dependencies:
- Database - PostgreSQL connectivity
- Redis - Cache connectivity
- Limit Enforcement - Rate limiting system status
- Qdrant - Vector store connectivity
Health endpoints are public and do not require authentication. They provide operational information only - no sensitive data is exposed.