Datadog · Capability

Datadog API — Add

Datadog API — Add. 9 operations. Lead operation: Datadog Add Items to a Dashboard List. Self-contained Naftiko capability covering one Datadog business surface.

Run with Naftiko DatadogAdd

What You Can Do

POST
Createdashboardlistitems — Datadog Add Items to a Dashboard List
/v1/api/v2/dashboard/lists/manual/{dashboard-list-id}/dashboards
POST
Createcloudflareaccount — Datadog Add Cloudflare Account
/v1/api/v2/integrations/cloudflare/accounts
POST
Createconfluentaccount — Datadog Add Confluent Account
/v1/api/v2/integrations/confluent-cloud/accounts
POST
Createconfluentresource — Datadog Add Resource to Confluent Account
/v1/api/v2/integrations/confluent-cloud/accounts/{account-id}/resources
POST
Createfastlyaccount — Datadog Add Fastly Account
/v1/api/v2/integrations/fastly/accounts
POST
Createfastlyservice — Datadog Add Fastly Service
/v1/api/v2/integrations/fastly/accounts/{account-id}/services
POST
Createoktaaccount — Datadog Add Okta Account
/v1/api/v2/integrations/okta/accounts
POST
Addusertorole — Datadog Add a User to a Role
/v1/api/v2/roles/{role-id}/users
POST
Createteammembership — Datadog Add a User to a Team
/v1/api/v2/team/{team-id}/memberships

MCP Tools

datadog-add-items-dashboard-list

Datadog Add Items to a Dashboard List

datadog-add-cloudflare-account

Datadog Add Cloudflare Account

datadog-add-confluent-account

Datadog Add Confluent Account

datadog-add-resource-confluent-account

Datadog Add Resource to Confluent Account

datadog-add-fastly-account

Datadog Add Fastly Account

datadog-add-fastly-service

Datadog Add Fastly Service

datadog-add-okta-account

Datadog Add Okta Account

datadog-add-user-role

Datadog Add a User to a Role

datadog-add-user-team

Datadog Add a User to a Team

Capability Spec

datadog-add.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Datadog API — Add
  description: 'Datadog API — Add. 9 operations. Lead operation: Datadog Add Items to a Dashboard List. Self-contained Naftiko
    capability covering one Datadog business surface.'
  tags:
  - Datadog
  - Add
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DATADOG_API_KEY: DATADOG_API_KEY
capability:
  consumes:
  - type: http
    namespace: datadog-add
    baseUri: https://{subdomain}.{site}
    description: Datadog API — Add business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-dashboard-lists-manual-dashboard_list_id-dashboards
      path: /api/v2/dashboard/lists/manual/{dashboard_list_id}/dashboards
      operations:
      - name: createdashboardlistitems
        method: POST
        description: Datadog Add Items to a Dashboard List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dashboard_list_id
          in: path
          type: integer
          description: ID of the dashboard list to add items to.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v2-integrations-cloudflare-accounts
      path: /api/v2/integrations/cloudflare/accounts
      operations:
      - name: createcloudflareaccount
        method: POST
        description: Datadog Add Cloudflare Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v2-integrations-confluent-cloud-accounts
      path: /api/v2/integrations/confluent-cloud/accounts
      operations:
      - name: createconfluentaccount
        method: POST
        description: Datadog Add Confluent Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v2-integrations-confluent-cloud-accounts-account_id-resources
      path: /api/v2/integrations/confluent-cloud/accounts/{account_id}/resources
      operations:
      - name: createconfluentresource
        method: POST
        description: Datadog Add Resource to Confluent Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v2-integrations-fastly-accounts
      path: /api/v2/integrations/fastly/accounts
      operations:
      - name: createfastlyaccount
        method: POST
        description: Datadog Add Fastly Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v2-integrations-fastly-accounts-account_id-services
      path: /api/v2/integrations/fastly/accounts/{account_id}/services
      operations:
      - name: createfastlyservice
        method: POST
        description: Datadog Add Fastly Service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v2-integrations-okta-accounts
      path: /api/v2/integrations/okta/accounts
      operations:
      - name: createoktaaccount
        method: POST
        description: Datadog Add Okta Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v2-roles-role_id-users
      path: /api/v2/roles/{role_id}/users
      operations:
      - name: addusertorole
        method: POST
        description: Datadog Add a User to a Role
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v2-team-team_id-memberships
      path: /api/v2/team/{team_id}/memberships
      operations:
      - name: createteammembership
        method: POST
        description: Datadog Add a User to a Team
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: team_id
          in: path
          type: string
          description: None
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.DATADOG_API_KEY}}'
  exposes:
  - type: rest
    namespace: datadog-add-rest
    port: 8080
    description: REST adapter for Datadog API — Add. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/api/v2/dashboard/lists/manual/{dashboard-list-id}/dashboards
      name: api-v2-dashboard-lists-manual-dashboard-list-id-dashboards
      description: REST surface for api-v2-dashboard-lists-manual-dashboard_list_id-dashboards.
      operations:
      - method: POST
        name: createdashboardlistitems
        description: Datadog Add Items to a Dashboard List
        call: datadog-add.createdashboardlistitems
        with:
          dashboard_list_id: rest.dashboard_list_id
          body: rest.body
        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: POST
        name: createcloudflareaccount
        description: Datadog Add Cloudflare Account
        call: datadog-add.createcloudflareaccount
        with:
          body: rest.body
        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: POST
        name: createconfluentaccount
        description: Datadog Add Confluent Account
        call: datadog-add.createconfluentaccount
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/integrations/confluent-cloud/accounts/{account-id}/resources
      name: api-v2-integrations-confluent-cloud-accounts-account-id-resources
      description: REST surface for api-v2-integrations-confluent-cloud-accounts-account_id-resources.
      operations:
      - method: POST
        name: createconfluentresource
        description: Datadog Add Resource to Confluent Account
        call: datadog-add.createconfluentresource
        with:
          body: rest.body
        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: POST
        name: createfastlyaccount
        description: Datadog Add Fastly Account
        call: datadog-add.createfastlyaccount
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/integrations/fastly/accounts/{account-id}/services
      name: api-v2-integrations-fastly-accounts-account-id-services
      description: REST surface for api-v2-integrations-fastly-accounts-account_id-services.
      operations:
      - method: POST
        name: createfastlyservice
        description: Datadog Add Fastly Service
        call: datadog-add.createfastlyservice
        with:
          body: rest.body
        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: POST
        name: createoktaaccount
        description: Datadog Add Okta Account
        call: datadog-add.createoktaaccount
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/roles/{role-id}/users
      name: api-v2-roles-role-id-users
      description: REST surface for api-v2-roles-role_id-users.
      operations:
      - method: POST
        name: addusertorole
        description: Datadog Add a User to a Role
        call: datadog-add.addusertorole
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/team/{team-id}/memberships
      name: api-v2-team-team-id-memberships
      description: REST surface for api-v2-team-team_id-memberships.
      operations:
      - method: POST
        name: createteammembership
        description: Datadog Add a User to a Team
        call: datadog-add.createteammembership
        with:
          team_id: rest.team_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datadog-add-mcp
    port: 9090
    transport: http
    description: MCP adapter for Datadog API — Add. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: datadog-add-items-dashboard-list
      description: Datadog Add Items to a Dashboard List
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: datadog-add.createdashboardlistitems
      with:
        dashboard_list_id: tools.dashboard_list_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: datadog-add-cloudflare-account
      description: Datadog Add Cloudflare Account
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: datadog-add.createcloudflareaccount
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: datadog-add-confluent-account
      description: Datadog Add Confluent Account
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: datadog-add.createconfluentaccount
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: datadog-add-resource-confluent-account
      description: Datadog Add Resource to Confluent Account
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: datadog-add.createconfluentresource
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: datadog-add-fastly-account
      description: Datadog Add Fastly Account
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: datadog-add.createfastlyaccount
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: datadog-add-fastly-service
      description: Datadog Add Fastly Service
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: datadog-add.createfastlyservice
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: datadog-add-okta-account
      description: Datadog Add Okta Account
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: datadog-add.createoktaaccount
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: datadog-add-user-role
      description: Datadog Add a User to a Role
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: datadog-add.addusertorole
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: datadog-add-user-team
      description: Datadog Add a User to a Team
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: datadog-add.createteammembership
      with:
        team_id: tools.team_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.