Datadog · Capability

Datadog API — Execute

Datadog API — Execute. 1 operations. Lead operation: Datadog Execute a Workflow. Self-contained Naftiko capability covering one Datadog business surface.

Run with Naftiko DatadogExecute

What You Can Do

POST
Createworkflowinstance — Datadog Execute a Workflow
/v1/api/v2/workflows/{workflow-id}/instances

MCP Tools

datadog-execute-workflow

Datadog Execute a Workflow

Capability Spec

datadog-execute.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Datadog API — Execute
  description: 'Datadog API — Execute. 1 operations. Lead operation: Datadog Execute a Workflow. Self-contained Naftiko capability
    covering one Datadog business surface.'
  tags:
  - Datadog
  - Execute
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DATADOG_API_KEY: DATADOG_API_KEY
capability:
  consumes:
  - type: http
    namespace: datadog-execute
    baseUri: https://{subdomain}.{site}
    description: Datadog API — Execute business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-workflows-workflow_id-instances
      path: /api/v2/workflows/{workflow_id}/instances
      operations:
      - name: createworkflowinstance
        method: POST
        description: Datadog Execute a Workflow
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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-execute-rest
    port: 8080
    description: REST adapter for Datadog API — Execute. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/v2/workflows/{workflow-id}/instances
      name: api-v2-workflows-workflow-id-instances
      description: REST surface for api-v2-workflows-workflow_id-instances.
      operations:
      - method: POST
        name: createworkflowinstance
        description: Datadog Execute a Workflow
        call: datadog-execute.createworkflowinstance
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datadog-execute-mcp
    port: 9090
    transport: http
    description: MCP adapter for Datadog API — Execute. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: datadog-execute-workflow
      description: Datadog Execute a Workflow
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: datadog-execute.createworkflowinstance
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.