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