What problem does it solve? Interacting with the Datadog platform for logs, monitors, traces, incidents, and infrastructure data normally requires navigating the web UI or writing raw API calls. This Skill provides a complete command reference for the pup CLI so you can query and manage Datadog resources directly from the terminal with proper authentication handling. ## Core Features & Use Cases - Observability Queries: Search logs, traces, metrics, and security signals with time-range filters and query syntax. - Resource Management: Create, update, list, and delete monitors, dashboards, SLOs, downtimes, synthetics, and incidents. - Live Debugging: Place debugger probes on running services and watch captured runtime values via symdb method discovery. - Auth Handling: OAuth2 browser login with token refresh, plus API key environment variables for headless CI environments. - Use Case: During an incident, run pup logs search --query "status:error" --from 1h to find errors, check pup monitors list for alerting state, and inspect pup incidents list without leaving your terminal. ## Quick Start Ask the AI to search Datadog error logs from the last hour using the pup CLI and summarize the top failing services.