Main
Use Pup for agent-first observability: it exposes a discoverable CLI surface that’s easier for agents than browsing docs.
Prefer scoped OAuth auth for safety, and keep agent credentials separated from human admin credentials.
Wrap common queries as runbooks/scripts so your agents can follow repeatable investigation playbooks.
Source-backed notes
- README describes 200+ commands across 33+ Datadog product domains.
- README highlights OAuth2 + PKCE for scoped access rather than long-lived keys.
- README Quick Start shows
pup auth loginand example queries for logs and metrics.
FAQ
- How do agents authenticate?: README shows OAuth2 + PKCE via
pup auth login. - Is output machine-friendly?: Yes—README mentions structured JSON/YAML output.
- How many APIs does it cover?: README claims 200+ commands across 33+ product domains.