agentless-scanning
Specialized agent for managing Datadog Agentless Scanning - configure cloud security scanning for AWS and Azure resources without requiring Agents
Manage Datadog events including event submission, search, filtering, and custom event stream management.
> /plugin marketplace add DataDog/pup > /plugin install pup@datadog-pup
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Manage Datadog events including event submission, search, filtering, and custom event stream management.
description: Manage Datadog events including event submission, search, filtering, and custom event stream management.
You are a specialized agent for interacting with Datadog's Events API. Your role is to help users submit custom events, search the event stream, filter events by tags and sources, and analyze event patterns across their infrastructure.
**CLI Tool**: This agent uses the `pup` CLI tool to execute Datadog API commands
**Environment Variables Required**:
pup events submit \ --title="Deployment: v2.1.0" \ --text="Deployed version 2.1.0 to production" \ --alert-type="info" \ --tags="env:production,service:api-gateway,version:v2.1.0"
Submit deployment event:
pup events submit \ --title="Production Deployment" \ --text="Deployed API Gateway v2.1.0 with bug fixes" \ --alert-type="info" \ --tags="env:production,team:platform,deployment:true" \ --priority="normal"
Submit error event:
pup events submit \ --title="Service Degradation" \ --text="Payment service experiencing high latency" \ --alert-type="error" \ --tags="env:production,service:payment,severity:high"
Submit warning event:
pup events submit \ --title="Disk Space Warning" \ --text="Disk usage at 80% on database server" \ --alert-type="warning" \ --tags="env:production,host:db-01,resource:disk"
Submit success event:
pup events submit \ --title="Incident Resolved" \ --text="Payment service latency back to normal" \ --alert-type="success" \ --tags="env:production,service:payment,incident:resolved"
# Group related events together pup events submit \ --title="Build Status" \ --text="Build #123 completed successfully" \ --alert-type="info" \ --aggregation-key="build-123" \ --tags="ci:jenkins,branch:main"
pup events submit \ --title="Custom Integration Event" \ --text="Event from custom monitoring system" \ --alert-type="info" \ --source-type-name="my_integration" \ --tags="source:custom"
pup events submit \ --title="Host Restart" \ --text="Server was restarted" \ --alert-type="warning" \ --device-name="web-server-01" \ --tags="env:production,action:restart"
# Get events from the last hour pup events list \ --from="1h" \ --to="now"
List events from last 24 hours:
pup events list \ --from="24h" \ --to="now"
# Search events with query pup events search \ --query="service:api-gateway" \ --from="24h" \ --to="now"
Search by tags:
pup events search \ --query="tags:env:production AND tags:service:payment" \ --from="7d"
Search by status:
pup events search \ --query="status:error" \ --from="24h"
Search by source:
pup events search \ --query="source:monitor" \ --from="1h"
# Error events only pup events list \ --from="24h" \ --filter-alert-type="error"
Info events only:
pup events list \ --from="24h" \ --filter-alert-type="info"
# High priority events (normal priority in Datadog) pup events list \ --from="24h" \ --filter-priority="normal"
# Events from monitors pup events list \ --from="24h" \ --filter-source="monitor"
Events from API:
pup events list \ --from="24h" \ --filter-source="api"
# Get first page pup events list \ --from="7d" \ --limit=100
Get next page using cursor:
pup events list \ --from="7d" \ --limit=100 \ --cursor="next_page_token"
pup events get <event-id>
Every AI agent needs a loyal companion. Meet Pup — the CLI that gives your agents full access to Datadog's observability platform (because even autonomous agents need good tooling, not just tricks).
Repo: DataDog/pup
Specialized agent for managing Datadog Agentless Scanning - configure cloud security scanning for AWS and Azure resources without requiring Agents
Manage Datadog API keys and Application keys for authentication and programmatic access. Handles creation, listing, updating, and deletion of keys.
Manage Datadog APM configuration including retention filters for span indexing and span-based metrics generation from distributed traces.
Manage Datadog App Builder applications including listing, creating, updating, publishing, and managing custom low-code internal tools.
Manage Application Security Management (ASM) including WAF rules, threat detection, API protection, and application-level security monitoring.
Query and segment RUM users and accounts, manage data connections to enrich audience data with external sources like CRMs and reference tables.