naftiko: 1.0.0-alpha2 info: label: IXON API — AssetPageLinkGroup description: 'IXON API — AssetPageLinkGroup. 3 operations. Lead operation: AssetPageLinkGroup. Self-contained Naftiko capability covering one Ixon business surface.' tags: - Ixon - AssetPageLinkGroup created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: IXON_API_KEY: IXON_API_KEY capability: consumes: - type: http namespace: ixon-assetpagelinkgroup baseUri: https://portal.ixon.cloud:443/api description: IXON API — AssetPageLinkGroup business capability. Self-contained, no shared references. resources: - name: assets-assetId-page-link-groups-publicId path: /assets/{assetId}/page-link-groups/{publicId} operations: - name: get method: GET description: AssetPageLinkGroup outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: assetId in: path type: string required: true - name: publicId in: path type: string required: true - name: patch method: PATCH description: AssetPageLinkGroup outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: assetId in: path type: string required: true - name: publicId in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: delete method: DELETE description: AssetPageLinkGroup outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: assetId in: path type: string required: true - name: publicId in: path type: string required: true authentication: type: bearer token: '{{env.IXON_API_KEY}}' exposes: - type: rest namespace: ixon-assetpagelinkgroup-rest port: 8080 description: REST adapter for IXON API — AssetPageLinkGroup. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/assets/{assetid}/page-link-groups/{publicid} name: assets-assetid-page-link-groups-publicid description: REST surface for assets-assetId-page-link-groups-publicId. operations: - method: GET name: get description: AssetPageLinkGroup call: ixon-assetpagelinkgroup.get with: assetId: rest.assetId publicId: rest.publicId outputParameters: - type: object mapping: $. - method: PATCH name: patch description: AssetPageLinkGroup call: ixon-assetpagelinkgroup.patch with: assetId: rest.assetId publicId: rest.publicId body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: delete description: AssetPageLinkGroup call: ixon-assetpagelinkgroup.delete with: assetId: rest.assetId publicId: rest.publicId outputParameters: - type: object mapping: $. - type: mcp namespace: ixon-assetpagelinkgroup-mcp port: 9090 transport: http description: MCP adapter for IXON API — AssetPageLinkGroup. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: assetpagelinkgroup description: AssetPageLinkGroup hints: readOnly: true destructive: false idempotent: true call: ixon-assetpagelinkgroup.get with: assetId: tools.assetId publicId: tools.publicId outputParameters: - type: object mapping: $. - name: assetpagelinkgroup-2 description: AssetPageLinkGroup hints: readOnly: false destructive: false idempotent: true call: ixon-assetpagelinkgroup.patch with: assetId: tools.assetId publicId: tools.publicId body: tools.body outputParameters: - type: object mapping: $. - name: assetpagelinkgroup-3 description: AssetPageLinkGroup hints: readOnly: false destructive: true idempotent: true call: ixon-assetpagelinkgroup.delete with: assetId: tools.assetId publicId: tools.publicId outputParameters: - type: object mapping: $.