naftiko: 1.0.0-alpha2 info: label: Datadog API — Framework description: 'Datadog API — Framework. 4 operations. Lead operation: Datadog Create a Custom Framework. Self-contained Naftiko capability covering one Datadog business surface.' tags: - Datadog - Framework created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: DATADOG_API_KEY: DATADOG_API_KEY capability: consumes: - type: http namespace: datadog-framework baseUri: https://{subdomain}.{site} description: Datadog API — Framework business capability. Self-contained, no shared references. resources: - name: api-v2-cloud_security_management-custom_frameworks path: /api/v2/cloud_security_management/custom_frameworks operations: - name: createcustomframework method: POST description: Datadog Create a Custom Framework outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: api-v2-cloud_security_management-custom_frameworks-handle-version path: /api/v2/cloud_security_management/custom_frameworks/{handle}/{version} operations: - name: deletecustomframework method: DELETE description: Datadog Delete a Custom Framework outputRawFormat: json outputParameters: - name: result type: object value: $. - name: getcustomframework method: GET description: Datadog Get a Custom Framework outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updatecustomframework method: PUT description: Datadog Update a Custom Framework 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-framework-rest port: 8080 description: REST adapter for Datadog API — Framework. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/v2/cloud-security-management/custom-frameworks name: api-v2-cloud-security-management-custom-frameworks description: REST surface for api-v2-cloud_security_management-custom_frameworks. operations: - method: POST name: createcustomframework description: Datadog Create a Custom Framework call: datadog-framework.createcustomframework with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/v2/cloud-security-management/custom-frameworks/{handle}/{version} name: api-v2-cloud-security-management-custom-frameworks-handle-version description: REST surface for api-v2-cloud_security_management-custom_frameworks-handle-version. operations: - method: DELETE name: deletecustomframework description: Datadog Delete a Custom Framework call: datadog-framework.deletecustomframework outputParameters: - type: object mapping: $. - method: GET name: getcustomframework description: Datadog Get a Custom Framework call: datadog-framework.getcustomframework outputParameters: - type: object mapping: $. - method: PUT name: updatecustomframework description: Datadog Update a Custom Framework call: datadog-framework.updatecustomframework with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: datadog-framework-mcp port: 9090 transport: http description: MCP adapter for Datadog API — Framework. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: datadog-create-custom-framework description: Datadog Create a Custom Framework hints: readOnly: false destructive: false idempotent: false call: datadog-framework.createcustomframework with: body: tools.body outputParameters: - type: object mapping: $. - name: datadog-delete-custom-framework description: Datadog Delete a Custom Framework hints: readOnly: false destructive: true idempotent: true call: datadog-framework.deletecustomframework outputParameters: - type: object mapping: $. - name: datadog-get-custom-framework description: Datadog Get a Custom Framework hints: readOnly: true destructive: false idempotent: true call: datadog-framework.getcustomframework outputParameters: - type: object mapping: $. - name: datadog-update-custom-framework description: Datadog Update a Custom Framework hints: readOnly: false destructive: false idempotent: true call: datadog-framework.updatecustomframework with: body: tools.body outputParameters: - type: object mapping: $.