naftiko: 1.0.0-alpha2 info: label: Datadog API — Current description: 'Datadog API — Current. 5 operations. Lead operation: Datadog Get All Application Keys Owned by Current User. Self-contained Naftiko capability covering one Datadog business surface.' tags: - Datadog - Current created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: DATADOG_API_KEY: DATADOG_API_KEY capability: consumes: - type: http namespace: datadog-current baseUri: https://{subdomain}.{site} description: Datadog API — Current business capability. Self-contained, no shared references. resources: - name: api-v2-current_user-application_keys path: /api/v2/current_user/application_keys operations: - name: listcurrentuserapplicationkeys method: GET description: Datadog Get All Application Keys Owned by Current User outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createcurrentuserapplicationkey method: POST description: Datadog Create an Application Key for Current User outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: api-v2-current_user-application_keys-app_key_id path: /api/v2/current_user/application_keys/{app_key_id} operations: - name: deletecurrentuserapplicationkey method: DELETE description: Datadog Delete an Application Key Owned by Current User outputRawFormat: json outputParameters: - name: result type: object value: $. - name: getcurrentuserapplicationkey method: GET description: Datadog Get One Application Key Owned by Current User outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updatecurrentuserapplicationkey method: PATCH description: Datadog Edit an Application Key Owned by Current User 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-current-rest port: 8080 description: REST adapter for Datadog API — Current. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/v2/current-user/application-keys name: api-v2-current-user-application-keys description: REST surface for api-v2-current_user-application_keys. operations: - method: GET name: listcurrentuserapplicationkeys description: Datadog Get All Application Keys Owned by Current User call: datadog-current.listcurrentuserapplicationkeys outputParameters: - type: object mapping: $. - method: POST name: createcurrentuserapplicationkey description: Datadog Create an Application Key for Current User call: datadog-current.createcurrentuserapplicationkey with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/v2/current-user/application-keys/{app-key-id} name: api-v2-current-user-application-keys-app-key-id description: REST surface for api-v2-current_user-application_keys-app_key_id. operations: - method: DELETE name: deletecurrentuserapplicationkey description: Datadog Delete an Application Key Owned by Current User call: datadog-current.deletecurrentuserapplicationkey outputParameters: - type: object mapping: $. - method: GET name: getcurrentuserapplicationkey description: Datadog Get One Application Key Owned by Current User call: datadog-current.getcurrentuserapplicationkey outputParameters: - type: object mapping: $. - method: PATCH name: updatecurrentuserapplicationkey description: Datadog Edit an Application Key Owned by Current User call: datadog-current.updatecurrentuserapplicationkey with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: datadog-current-mcp port: 9090 transport: http description: MCP adapter for Datadog API — Current. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: datadog-get-all-application-keys description: Datadog Get All Application Keys Owned by Current User hints: readOnly: true destructive: false idempotent: true call: datadog-current.listcurrentuserapplicationkeys outputParameters: - type: object mapping: $. - name: datadog-create-application-key-current description: Datadog Create an Application Key for Current User hints: readOnly: false destructive: false idempotent: false call: datadog-current.createcurrentuserapplicationkey with: body: tools.body outputParameters: - type: object mapping: $. - name: datadog-delete-application-key-owned description: Datadog Delete an Application Key Owned by Current User hints: readOnly: false destructive: true idempotent: true call: datadog-current.deletecurrentuserapplicationkey outputParameters: - type: object mapping: $. - name: datadog-get-one-application-key description: Datadog Get One Application Key Owned by Current User hints: readOnly: true destructive: false idempotent: true call: datadog-current.getcurrentuserapplicationkey outputParameters: - type: object mapping: $. - name: datadog-edit-application-key-owned description: Datadog Edit an Application Key Owned by Current User hints: readOnly: false destructive: false idempotent: true call: datadog-current.updatecurrentuserapplicationkey with: body: tools.body outputParameters: - type: object mapping: $.