naftiko: 1.0.0-alpha2 info: label: Adobe Launch Reactor API — Builds description: 'Adobe Launch Reactor API — Builds. 6 operations. Lead operation: Retrieve a Build. Self-contained Naftiko capability covering one Adobe Launch business surface.' tags: - Adobe Launch - Builds created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ADOBE_LAUNCH_API_KEY: ADOBE_LAUNCH_API_KEY capability: consumes: - type: http namespace: reactor-builds baseUri: https://reactor.adobe.io description: Adobe Launch Reactor API — Builds business capability. Self-contained, no shared references. resources: - name: builds-buildId path: /builds/{buildId} operations: - name: getbuild method: GET description: Retrieve a Build outputRawFormat: json outputParameters: - name: result type: object value: $. - name: republishbuild method: PATCH description: Republish a Build outputRawFormat: json outputParameters: - name: result type: object value: $. - name: builds-buildId-environment path: /builds/{buildId}/environment operations: - name: getenvironmentforbuild method: GET description: Get the Environment for a Build outputRawFormat: json outputParameters: - name: result type: object value: $. - name: builds-buildId-library path: /builds/{buildId}/library operations: - name: getlibraryforbuild method: GET description: Get the Library for a Build outputRawFormat: json outputParameters: - name: result type: object value: $. - name: libraries-libraryId-builds path: /libraries/{libraryId}/builds operations: - name: listbuildsforlibrary method: GET description: List Builds for a Library outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createbuild method: POST description: Create a Build outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.ADOBE_LAUNCH_API_KEY}}' exposes: - type: rest namespace: reactor-builds-rest port: 8080 description: REST adapter for Adobe Launch Reactor API — Builds. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/builds/{buildid} name: builds-buildid description: REST surface for builds-buildId. operations: - method: GET name: getbuild description: Retrieve a Build call: reactor-builds.getbuild outputParameters: - type: object mapping: $. - method: PATCH name: republishbuild description: Republish a Build call: reactor-builds.republishbuild outputParameters: - type: object mapping: $. - path: /v1/builds/{buildid}/environment name: builds-buildid-environment description: REST surface for builds-buildId-environment. operations: - method: GET name: getenvironmentforbuild description: Get the Environment for a Build call: reactor-builds.getenvironmentforbuild outputParameters: - type: object mapping: $. - path: /v1/builds/{buildid}/library name: builds-buildid-library description: REST surface for builds-buildId-library. operations: - method: GET name: getlibraryforbuild description: Get the Library for a Build call: reactor-builds.getlibraryforbuild outputParameters: - type: object mapping: $. - path: /v1/libraries/{libraryid}/builds name: libraries-libraryid-builds description: REST surface for libraries-libraryId-builds. operations: - method: GET name: listbuildsforlibrary description: List Builds for a Library call: reactor-builds.listbuildsforlibrary outputParameters: - type: object mapping: $. - method: POST name: createbuild description: Create a Build call: reactor-builds.createbuild outputParameters: - type: object mapping: $. - type: mcp namespace: reactor-builds-mcp port: 9090 transport: http description: MCP adapter for Adobe Launch Reactor API — Builds. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: retrieve-build description: Retrieve a Build hints: readOnly: true destructive: false idempotent: true call: reactor-builds.getbuild outputParameters: - type: object mapping: $. - name: republish-build description: Republish a Build hints: readOnly: false destructive: false idempotent: true call: reactor-builds.republishbuild outputParameters: - type: object mapping: $. - name: get-environment-build description: Get the Environment for a Build hints: readOnly: true destructive: false idempotent: true call: reactor-builds.getenvironmentforbuild outputParameters: - type: object mapping: $. - name: get-library-build description: Get the Library for a Build hints: readOnly: true destructive: false idempotent: true call: reactor-builds.getlibraryforbuild outputParameters: - type: object mapping: $. - name: list-builds-library description: List Builds for a Library hints: readOnly: true destructive: false idempotent: true call: reactor-builds.listbuildsforlibrary outputParameters: - type: object mapping: $. - name: create-build description: Create a Build hints: readOnly: false destructive: false idempotent: false call: reactor-builds.createbuild outputParameters: - type: object mapping: $.