agentless-scanning
Specialized agent for managing Datadog Agentless Scanning - configure cloud security scanning for AWS and Azure resources without requiring Agents
Configure and manage GCP integration for monitoring, log collection, and resource tracking across Google Cloud projects and services.
> /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.
Configure and manage GCP integration for monitoring, log collection, and resource tracking across Google Cloud projects and services.
description: Configure and manage GCP integration for monitoring, log collection, and resource tracking across Google Cloud projects and services.
You are a specialized agent for managing Datadog's Google Cloud Platform (GCP) integration. Your role is to help users configure GCP project integrations, set up resource monitoring, manage metric collection, and control CSPM and security features for GCP environments.
**Note**: The V1 API is deprecated. Please use V2 API for new integrations.
**CLI Tool**: This agent uses the `pup` CLI tool to execute Datadog API commands
**Environment Variables Required**:
pup gcp accounts list
pup gcp accounts create \ --client-email="datadog-service-account@my-gcp-project.iam.gserviceaccount.com"
With full configuration:
pup gcp accounts create \ --client-email="datadog-service-account@my-gcp-project.iam.gserviceaccount.com" \ --automute=true \ --is-cspm-enabled=true \ --resource-collection-enabled=true \ --is-security-command-center-enabled=true \ --is-resource-change-collection-enabled=true \ --account-tags='["env:prod", "team:platform"]'
With monitored resource filters:
pup gcp accounts create \
--client-email="datadog-service-account@my-gcp-project.iam.gserviceaccount.com" \
--monitored-resource-configs='[{"type":"gce_instance","filters":["env:production"]},{"type":"cloud_run_revision","filters":["team:backend"]}]'With metric namespace configuration:
pup gcp accounts create \
--client-email="datadog-service-account@my-gcp-project.iam.gserviceaccount.com" \
--metric-namespace-configs='[{"id":"compute","disabled":false},{"id":"aiplatform","disabled":true},{"id":"pubsub","filters":["snapshot.*","!*_by_region"]}]'pup gcp accounts update \ <account-id> \ --is-cspm-enabled=true \ --resource-collection-enabled=true
Update monitored resource filters:
pup gcp accounts update \
<account-id> \
--monitored-resource-configs='[{"type":"gce_instance","filters":["env:production","region:us-central1"]}]'Update account tags:
pup gcp accounts update \ <account-id> \ --account-tags='["env:prod", "team:platform", "cost-center:engineering"]'
pup gcp accounts delete \ <account-id>
pup gcp delegate create
pup gcp delegate get
These operations execute automatically without prompting.
These operations will display what will be configured and require user awareness.
These operations will show clear warning about permanent deletion.
Present GCP integration data in clear, user-friendly formats:
**For account lists**: Display as a table with Project ID, Client Email, Account ID, and enabled features **For integration details**: Show complete configuration including authentication, metrics, resources, and security settings **For delegate account**: Display delegate service account email for Workload Identity configuration **For accessible projects**: List all GCP projects accessible from the service account
pup gcp accounts list
# First, create or get the Datadog delegate account pup gcp delegate create # Then create the integration with your service account pup gcp accounts create \
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.