naftiko: 1.0.0-alpha2 info: label: TD SYNNEX StreamOne Ion API — Authentication description: 'TD SYNNEX StreamOne Ion API — Authentication. 1 operations. Lead operation: Generate OAuth Access Token. Self-contained Naftiko capability covering one Tech Data business surface.' tags: - Tech Data - Authentication created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: TECH_DATA_API_KEY: TECH_DATA_API_KEY capability: consumes: - type: http namespace: streamone-ion-authentication baseUri: https://ion.tdsynnex.com/api description: TD SYNNEX StreamOne Ion API — Authentication business capability. Self-contained, no shared references. resources: - name: oauth-token path: /oauth/token operations: - name: generatetoken method: POST description: Generate OAuth Access Token outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.TECH_DATA_API_KEY}}' exposes: - type: rest namespace: streamone-ion-authentication-rest port: 8080 description: REST adapter for TD SYNNEX StreamOne Ion API — Authentication. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/oauth/token name: oauth-token description: REST surface for oauth-token. operations: - method: POST name: generatetoken description: Generate OAuth Access Token call: streamone-ion-authentication.generatetoken with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: streamone-ion-authentication-mcp port: 9090 transport: http description: MCP adapter for TD SYNNEX StreamOne Ion API — Authentication. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: generate-oauth-access-token description: Generate OAuth Access Token hints: readOnly: false destructive: false idempotent: false call: streamone-ion-authentication.generatetoken with: body: tools.body outputParameters: - type: object mapping: $.