Datadog · Capability

Datadog API — Identifiers

Datadog API — Identifiers. 3 operations. Lead operation: Datadog Get Aws on Demand Task by Id. Self-contained Naftiko capability covering one Datadog business surface.

Run with Naftiko DatadogIdentifiers

What You Can Do

GET
Getawsondemandtask — Datadog Get Aws on Demand Task by Id
/v1/api/v2/agentless-scanning/ondemand/aws/{task-id}
GET
Getawsaccount — Datadog Get an Aws Integration by Config Id
/v1/api/v2/integration/aws/accounts/{aws-account-config-id}
POST
Createnewawsexternalid — Datadog Generate a New External Id
/v1/api/v2/integration/aws/generate-new-external-id

MCP Tools

datadog-get-aws-demand-task

Datadog Get Aws on Demand Task by Id

read-only idempotent
datadog-get-aws-integration-config

Datadog Get an Aws Integration by Config Id

read-only idempotent
datadog-generate-new-external-id

Datadog Generate a New External Id

Capability Spec

datadog-identifiers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Datadog API — Identifiers
  description: 'Datadog API — Identifiers. 3 operations. Lead operation: Datadog Get Aws on Demand Task by Id. Self-contained
    Naftiko capability covering one Datadog business surface.'
  tags:
  - Datadog
  - Identifiers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DATADOG_API_KEY: DATADOG_API_KEY
capability:
  consumes:
  - type: http
    namespace: datadog-identifiers
    baseUri: https://{subdomain}.{site}
    description: Datadog API — Identifiers business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-agentless_scanning-ondemand-aws-task_id
      path: /api/v2/agentless_scanning/ondemand/aws/{task_id}
      operations:
      - name: getawsondemandtask
        method: GET
        description: Datadog Get Aws on Demand Task by Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-integration-aws-accounts-aws_account_config_id
      path: /api/v2/integration/aws/accounts/{aws_account_config_id}
      operations:
      - name: getawsaccount
        method: GET
        description: Datadog Get an Aws Integration by Config Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-integration-aws-generate_new_external_id
      path: /api/v2/integration/aws/generate_new_external_id
      operations:
      - name: createnewawsexternalid
        method: POST
        description: Datadog Generate a New External Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.DATADOG_API_KEY}}'
  exposes:
  - type: rest
    namespace: datadog-identifiers-rest
    port: 8080
    description: REST adapter for Datadog API — Identifiers. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/v2/agentless-scanning/ondemand/aws/{task-id}
      name: api-v2-agentless-scanning-ondemand-aws-task-id
      description: REST surface for api-v2-agentless_scanning-ondemand-aws-task_id.
      operations:
      - method: GET
        name: getawsondemandtask
        description: Datadog Get Aws on Demand Task by Id
        call: datadog-identifiers.getawsondemandtask
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/integration/aws/accounts/{aws-account-config-id}
      name: api-v2-integration-aws-accounts-aws-account-config-id
      description: REST surface for api-v2-integration-aws-accounts-aws_account_config_id.
      operations:
      - method: GET
        name: getawsaccount
        description: Datadog Get an Aws Integration by Config Id
        call: datadog-identifiers.getawsaccount
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/integration/aws/generate-new-external-id
      name: api-v2-integration-aws-generate-new-external-id
      description: REST surface for api-v2-integration-aws-generate_new_external_id.
      operations:
      - method: POST
        name: createnewawsexternalid
        description: Datadog Generate a New External Id
        call: datadog-identifiers.createnewawsexternalid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datadog-identifiers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Datadog API — Identifiers. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: datadog-get-aws-demand-task
      description: Datadog Get Aws on Demand Task by Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datadog-identifiers.getawsondemandtask
      outputParameters:
      - type: object
        mapping: $.
    - name: datadog-get-aws-integration-config
      description: Datadog Get an Aws Integration by Config Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datadog-identifiers.getawsaccount
      outputParameters:
      - type: object
        mapping: $.
    - name: datadog-generate-new-external-id
      description: Datadog Generate a New External Id
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: datadog-identifiers.createnewawsexternalid
      outputParameters:
      - type: object
        mapping: $.