> ## Documentation Index
> Fetch the complete documentation index at: https://docs.promptguard.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Reliability & Status

> System health, uptime monitoring, and health check endpoints

## System Status

Monitor PromptGuard service health in real-time:

* **Status Page**: [status.promptguard.co](https://status.promptguard.co) — live uptime, incident history, and maintenance windows
* **Uptime SLA**: 99.9% for Pro and Scale plans

## Health Check Endpoints

### API Health

```bash theme={"system"}
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

```bash theme={"system"}
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

* Incidents are posted to [status.promptguard.co](https://status.promptguard.co) within 15 minutes of detection
* Subscribe to status updates via email or RSS on the status page
* For urgent issues, contact [support@promptguard.co](mailto:support@promptguard.co)
