dd-pup
Installation
SKILL.md
pup (Datadog CLI)
Pup CLI for Datadog API operations. Supports OAuth2 and API key auth.
Quick Reference
| Task | Command |
|---|---|
| Search error logs | pup logs search --query "status:error" --from 1h |
| List monitors | pup monitors list |
| Create downtime | pup downtime create --file downtime.json |
| Find slow traces | pup traces search --query="@duration:>500000000" --from="1h" |
| List incidents | pup incidents list |
| Query metrics | pup metrics query --query "avg:system.cpu.user{*}" |
| List hosts | pup infrastructure hosts list |
| Check SLOs | pup slos list |
| On-call teams | pup on-call teams list |
| Security signals | pup security signals list --query "*" --from 24h |
| Inspect runtime values | pup debugger probes create --service my-svc --env prod --probe-location "com.example.MyClass:myMethod" or "com.example.MyClass:myMethod(String, int)" |
Related skills
More from datadog-labs/pup
pup
Datadog API CLI with 49 command groups, 300+ subcommands. Skills and domain agents for monitoring, logs, APM, security, and infrastructure.
20dd-logs
Log management - search, pipelines, archives, and cost control.
5dd-monitors
Monitor management - create, update, mute, and alerting best practices.
4dd-apm
APM - traces, services, dependencies, performance analysis.
3dd-docs
Datadog docs lookup using docs.datadoghq.com/llms.txt and linked Markdown pages.
3dd-file-issue
File GitHub issues to the right repository (pup CLI or plugin)
1