What problem does it solve? It gives operators a structured way to check whether Render services are healthy, diagnose slow performance, inspect error logs, and verify deployments without manually digging through the Render dashboard. ## Core Features & Use Cases - Health Checks: Run a five-step quick check covering service status, latest deploy, error logs, CPU/memory usage, and p95 HTTP latency. - Metrics & Thresholds: Interpret CPU, memory, latency, request count, and database connection metrics against documented healthy/warning/critical thresholds. - Database & Log Monitoring: Query PostgreSQL for slow queries and connection counts, and filter or stream logs by level, status code, text, or time range. - Use Case: After a deploy, a user asks the AI to verify the service is live, confirm error rate is under 0.1%, and check that p95 latency stays below 500ms. ## Quick Start Check the health of my Render service, including its latest deploy status, recent error logs, and current CPU and memory usage.