naftiko: 1.0.0-alpha2 info: label: JFrog Pipelines REST API — Integrations description: 'JFrog Pipelines REST API — Integrations. 5 operations. Lead operation: JFrog List Integrations. Self-contained Naftiko capability covering one Jfrog business surface.' tags: - Jfrog - Integrations created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: JFROG_API_KEY: JFROG_API_KEY capability: consumes: - type: http namespace: pipelines-integrations baseUri: https://{server}.jfrog.io/pipelines/api description: JFrog Pipelines REST API — Integrations business capability. Self-contained, no shared references. resources: - name: v1-integrations path: /v1/integrations operations: - name: listintegrations method: GET description: JFrog List Integrations outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createintegration method: POST description: JFrog Create Integration outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: v1-integrations-integrationId path: /v1/integrations/{integrationId} operations: - name: getintegration method: GET description: JFrog Get Integration outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: integrationId in: path type: integer description: Integration ID required: true - name: updateintegration method: PUT description: JFrog Update Integration outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: integrationId in: path type: integer description: Integration ID required: true - name: body in: body type: object description: Request body (JSON). required: true - name: deleteintegration method: DELETE description: JFrog Delete Integration outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: integrationId in: path type: integer description: Integration ID required: true authentication: type: bearer token: '{{env.JFROG_API_KEY}}' exposes: - type: rest namespace: pipelines-integrations-rest port: 8080 description: REST adapter for JFrog Pipelines REST API — Integrations. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v1/integrations name: v1-integrations description: REST surface for v1-integrations. operations: - method: GET name: listintegrations description: JFrog List Integrations call: pipelines-integrations.listintegrations outputParameters: - type: object mapping: $. - method: POST name: createintegration description: JFrog Create Integration call: pipelines-integrations.createintegration with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/integrations/{integrationid} name: v1-integrations-integrationid description: REST surface for v1-integrations-integrationId. operations: - method: GET name: getintegration description: JFrog Get Integration call: pipelines-integrations.getintegration with: integrationId: rest.integrationId outputParameters: - type: object mapping: $. - method: PUT name: updateintegration description: JFrog Update Integration call: pipelines-integrations.updateintegration with: integrationId: rest.integrationId body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteintegration description: JFrog Delete Integration call: pipelines-integrations.deleteintegration with: integrationId: rest.integrationId outputParameters: - type: object mapping: $. - type: mcp namespace: pipelines-integrations-mcp port: 9090 transport: http description: MCP adapter for JFrog Pipelines REST API — Integrations. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: jfrog-list-integrations description: JFrog List Integrations hints: readOnly: true destructive: false idempotent: true call: pipelines-integrations.listintegrations outputParameters: - type: object mapping: $. - name: jfrog-create-integration description: JFrog Create Integration hints: readOnly: false destructive: false idempotent: false call: pipelines-integrations.createintegration with: body: tools.body outputParameters: - type: object mapping: $. - name: jfrog-get-integration description: JFrog Get Integration hints: readOnly: true destructive: false idempotent: true call: pipelines-integrations.getintegration with: integrationId: tools.integrationId outputParameters: - type: object mapping: $. - name: jfrog-update-integration description: JFrog Update Integration hints: readOnly: false destructive: false idempotent: true call: pipelines-integrations.updateintegration with: integrationId: tools.integrationId body: tools.body outputParameters: - type: object mapping: $. - name: jfrog-delete-integration description: JFrog Delete Integration hints: readOnly: false destructive: true idempotent: true call: pipelines-integrations.deleteintegration with: integrationId: tools.integrationId outputParameters: - type: object mapping: $.