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