Skip to main content

System Status

Monitor PromptGuard service health in real-time:
  • Status Page: status.promptguard.co — live uptime, incident history, and maintenance windows
  • Uptime SLA: 99.9% for Pro and Scale plans

Health Check Endpoints

API Health

curl https://api.promptguard.co/health
Returns 200 OK when the API is operational. Use this for load balancer health checks and monitoring integrations.

Detailed Status

curl https://api.promptguard.co/status
Returns component-level health (database, cache, ML pipeline) for deeper diagnostics.

Monitoring Integration

PromptGuard supports standard monitoring patterns:
  • Health probes: GET /health returns 200 for liveness checks
  • Readiness probes: GET /status returns component health for Kubernetes readiness gates
  • Webhook alerts: Configure webhook URLs per project in the dashboard to receive security event notifications

Incident Response