Datadog · Capability

Datadog API — Accounts

Datadog API — Accounts. 6 operations. Lead operation: Datadog Get the Csm Cloud Accounts Coverage Analysis. Self-contained Naftiko capability covering one Datadog business surface.

Run with Naftiko DatadogAccounts

What You Can Do

GET
Getcsmcloudaccountscoverageanalysis — Datadog Get the Csm Cloud Accounts Coverage Analysis
/v1/api/v2/csm/onboarding/coverage-analysis/cloud-accounts
GET
Listgcpstsaccounts — Datadog List All Gcp Sts-enabled Service Accounts
/v1/api/v2/integration/gcp/accounts
GET
Listcloudflareaccounts — Datadog List Cloudflare Accounts
/v1/api/v2/integrations/cloudflare/accounts
GET
Listconfluentaccount — Datadog List Confluent Accounts
/v1/api/v2/integrations/confluent-cloud/accounts
GET
Listfastlyaccounts — Datadog List Fastly Accounts
/v1/api/v2/integrations/fastly/accounts
GET
Listoktaaccounts — Datadog List Okta Accounts
/v1/api/v2/integrations/okta/accounts

MCP Tools

datadog-get-csm-cloud-accounts

Datadog Get the Csm Cloud Accounts Coverage Analysis

read-only idempotent
datadog-list-all-gcp-sts

Datadog List All Gcp Sts-enabled Service Accounts

read-only idempotent
datadog-list-cloudflare-accounts

Datadog List Cloudflare Accounts

read-only idempotent
datadog-list-confluent-accounts

Datadog List Confluent Accounts

read-only idempotent
datadog-list-fastly-accounts

Datadog List Fastly Accounts

read-only idempotent
datadog-list-okta-accounts

Datadog List Okta Accounts

read-only idempotent

Capability Spec

datadog-accounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Datadog API — Accounts
  description: 'Datadog API — Accounts. 6 operations. Lead operation: Datadog Get the Csm Cloud Accounts Coverage Analysis.
    Self-contained Naftiko capability covering one Datadog business surface.'
  tags:
  - Datadog
  - Accounts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DATADOG_API_KEY: DATADOG_API_KEY
capability:
  consumes:
  - type: http
    namespace: datadog-accounts
    baseUri: https://{subdomain}.{site}
    description: Datadog API — Accounts business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-csm-onboarding-coverage_analysis-cloud_accounts
      path: /api/v2/csm/onboarding/coverage_analysis/cloud_accounts
      operations:
      - name: getcsmcloudaccountscoverageanalysis
        method: GET
        description: Datadog Get the Csm Cloud Accounts Coverage Analysis
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-integration-gcp-accounts
      path: /api/v2/integration/gcp/accounts
      operations:
      - name: listgcpstsaccounts
        method: GET
        description: Datadog List All Gcp Sts-enabled Service Accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-integrations-cloudflare-accounts
      path: /api/v2/integrations/cloudflare/accounts
      operations:
      - name: listcloudflareaccounts
        method: GET
        description: Datadog List Cloudflare Accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-integrations-confluent-cloud-accounts
      path: /api/v2/integrations/confluent-cloud/accounts
      operations:
      - name: listconfluentaccount
        method: GET
        description: Datadog List Confluent Accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-integrations-fastly-accounts
      path: /api/v2/integrations/fastly/accounts
      operations:
      - name: listfastlyaccounts
        method: GET
        description: Datadog List Fastly Accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-integrations-okta-accounts
      path: /api/v2/integrations/okta/accounts
      operations:
      - name: listoktaaccounts
        method: GET
        description: Datadog List Okta Accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.DATADOG_API_KEY}}'
  exposes:
  - type: rest
    namespace: datadog-accounts-rest
    port: 8080
    description: REST adapter for Datadog API — Accounts. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/v2/csm/onboarding/coverage-analysis/cloud-accounts
      name: api-v2-csm-onboarding-coverage-analysis-cloud-accounts
      description: REST surface for api-v2-csm-onboarding-coverage_analysis-cloud_accounts.
      operations:
      - method: GET
        name: getcsmcloudaccountscoverageanalysis
        description: Datadog Get the Csm Cloud Accounts Coverage Analysis
        call: datadog-accounts.getcsmcloudaccountscoverageanalysis
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/integration/gcp/accounts
      name: api-v2-integration-gcp-accounts
      description: REST surface for api-v2-integration-gcp-accounts.
      operations:
      - method: GET
        name: listgcpstsaccounts
        description: Datadog List All Gcp Sts-enabled Service Accounts
        call: datadog-accounts.listgcpstsaccounts
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/integrations/cloudflare/accounts
      name: api-v2-integrations-cloudflare-accounts
      description: REST surface for api-v2-integrations-cloudflare-accounts.
      operations:
      - method: GET
        name: listcloudflareaccounts
        description: Datadog List Cloudflare Accounts
        call: datadog-accounts.listcloudflareaccounts
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/integrations/confluent-cloud/accounts
      name: api-v2-integrations-confluent-cloud-accounts
      description: REST surface for api-v2-integrations-confluent-cloud-accounts.
      operations:
      - method: GET
        name: listconfluentaccount
        description: Datadog List Confluent Accounts
        call: datadog-accounts.listconfluentaccount
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/integrations/fastly/accounts
      name: api-v2-integrations-fastly-accounts
      description: REST surface for api-v2-integrations-fastly-accounts.
      operations:
      - method: GET
        name: listfastlyaccounts
        description: Datadog List Fastly Accounts
        call: datadog-accounts.listfastlyaccounts
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/integrations/okta/accounts
      name: api-v2-integrations-okta-accounts
      description: REST surface for api-v2-integrations-okta-accounts.
      operations:
      - method: GET
        name: listoktaaccounts
        description: Datadog List Okta Accounts
        call: datadog-accounts.listoktaaccounts
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datadog-accounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Datadog API — Accounts. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: datadog-get-csm-cloud-accounts
      description: Datadog Get the Csm Cloud Accounts Coverage Analysis
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datadog-accounts.getcsmcloudaccountscoverageanalysis
      outputParameters:
      - type: object
        mapping: $.
    - name: datadog-list-all-gcp-sts
      description: Datadog List All Gcp Sts-enabled Service Accounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datadog-accounts.listgcpstsaccounts
      outputParameters:
      - type: object
        mapping: $.
    - name: datadog-list-cloudflare-accounts
      description: Datadog List Cloudflare Accounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datadog-accounts.listcloudflareaccounts
      outputParameters:
      - type: object
        mapping: $.
    - name: datadog-list-confluent-accounts
      description: Datadog List Confluent Accounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datadog-accounts.listconfluentaccount
      outputParameters:
      - type: object
        mapping: $.
    - name: datadog-list-fastly-accounts
      description: Datadog List Fastly Accounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datadog-accounts.listfastlyaccounts
      outputParameters:
      - type: object
        mapping: $.
    - name: datadog-list-okta-accounts
      description: Datadog List Okta Accounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datadog-accounts.listoktaaccounts
      outputParameters:
      - type: object
        mapping: $.