What problem does it solve? Managing Datadog API keys and Application keys manually through the web UI is slow and error-prone, especially when rotating credentials, auditing key usage, or provisioning scoped keys for CI/CD pipelines and Infrastructure as Code workflows. ## Core Features & Use Cases - Full Key Lifecycle Management: List, inspect, create, update, and delete Datadog API keys and Application keys using the pup CLI with built-in confirmation safeguards for destructive operations. - Scoped Application Keys: Create user-owned application keys with granular permission scopes (e.g., dashboards_read, monitors_read) following the principle of least privilege. - Security Auditing & Rotation: Review key inventories, last-used timestamps, and unscoped keys to support rotation policies and compliance audits. - Use Case: A platform engineer needs a read-only key for a CI/CD pipeline. The agent creates a scoped application key, displays the one-time key value, and provides the environment variable configuration ready to paste into the pipeline. ## Quick Start Ask the agent to list all API keys in your Datadog organization and summarize which ones were recently used.