naftiko: 1.0.0-alpha2 info: label: Temenos Journey Manager API — Application Packages description: 'Temenos Journey Manager API — Application Packages. 4 operations. Lead operation: List Application Packages. Self-contained Naftiko capability covering one Temenos business surface.' tags: - Temenos - Application Packages created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: TEMENOS_API_KEY: TEMENOS_API_KEY capability: consumes: - type: http namespace: journey-manager-application-packages baseUri: https://journey.temenos.com/api/v1 description: Temenos Journey Manager API — Application Packages business capability. Self-contained, no shared references. resources: - name: packages path: /packages operations: - name: listapplicationpackages method: GET description: List Application Packages outputRawFormat: json outputParameters: - name: result type: object value: $. - name: uploadapplicationpackage method: POST description: Upload Application Package outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: packages-packageId path: /packages/{packageId} operations: - name: getapplicationpackage method: GET description: Get Application Package outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: packageId in: path type: string description: Package identifier required: true - name: deleteapplicationpackage method: DELETE description: Delete Application Package outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: packageId in: path type: string description: Package identifier required: true authentication: type: bearer token: '{{env.TEMENOS_API_KEY}}' exposes: - type: rest namespace: journey-manager-application-packages-rest port: 8080 description: REST adapter for Temenos Journey Manager API — Application Packages. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/packages name: packages description: REST surface for packages. operations: - method: GET name: listapplicationpackages description: List Application Packages call: journey-manager-application-packages.listapplicationpackages outputParameters: - type: object mapping: $. - method: POST name: uploadapplicationpackage description: Upload Application Package call: journey-manager-application-packages.uploadapplicationpackage with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/packages/{packageid} name: packages-packageid description: REST surface for packages-packageId. operations: - method: GET name: getapplicationpackage description: Get Application Package call: journey-manager-application-packages.getapplicationpackage with: packageId: rest.packageId outputParameters: - type: object mapping: $. - method: DELETE name: deleteapplicationpackage description: Delete Application Package call: journey-manager-application-packages.deleteapplicationpackage with: packageId: rest.packageId outputParameters: - type: object mapping: $. - type: mcp namespace: journey-manager-application-packages-mcp port: 9090 transport: http description: MCP adapter for Temenos Journey Manager API — Application Packages. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-application-packages description: List Application Packages hints: readOnly: true destructive: false idempotent: true call: journey-manager-application-packages.listapplicationpackages outputParameters: - type: object mapping: $. - name: upload-application-package description: Upload Application Package hints: readOnly: false destructive: false idempotent: false call: journey-manager-application-packages.uploadapplicationpackage with: body: tools.body outputParameters: - type: object mapping: $. - name: get-application-package description: Get Application Package hints: readOnly: true destructive: false idempotent: true call: journey-manager-application-packages.getapplicationpackage with: packageId: tools.packageId outputParameters: - type: object mapping: $. - name: delete-application-package description: Delete Application Package hints: readOnly: false destructive: true idempotent: true call: journey-manager-application-packages.deleteapplicationpackage with: packageId: tools.packageId outputParameters: - type: object mapping: $.