What problem does it solve? Teams need visibility into Datadog consumption and costs across products, but navigating the Datadog usage APIs and time-window formats manually is error-prone. This Skill guides an agent to query usage summaries and hourly usage data through the pup CLI with correct authentication, time flags, and command selection. ## Core Features & Use Cases - Aggregated Usage Summaries: Run pup usage summary with month, date, or relative time ranges to inspect total consumption across a period. - Hourly Usage Inspection: Run pup usage hourly with RFC3339 timestamps for precise hourly windows. - Cost Breakdowns: Use pup costs datadog projected and pup costs datadog by-org for projected costs and per-organization cost attribution. - Use Case: A finance engineer asks how much usage the organization consumed in Q1 2024; the agent runs pup usage summary --from="2024-01" --to="2024-04" and summarizes totals with the queried time window and site. ## Quick Start Ask the agent to show your Datadog usage summary for last month using the pup CLI.