naftiko: 1.0.0-alpha2 info: label: Reloadly Airtime API — Authentication description: 'Reloadly Airtime API — Authentication. 1 operations. Lead operation: Get Access Token. Self-contained Naftiko capability covering one Reloadly business surface.' tags: - Reloadly - Authentication created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: RELOADLY_API_KEY: RELOADLY_API_KEY capability: consumes: - type: http namespace: airtime-authentication baseUri: https://topups.reloadly.com description: Reloadly Airtime API — Authentication business capability. Self-contained, no shared references. resources: - name: oauth-token path: /oauth/token operations: - name: getairtimeaccesstoken method: POST description: Get 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.RELOADLY_API_KEY}}' exposes: - type: rest namespace: airtime-authentication-rest port: 8080 description: REST adapter for Reloadly Airtime 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: getairtimeaccesstoken description: Get Access Token call: airtime-authentication.getairtimeaccesstoken with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: airtime-authentication-mcp port: 9090 transport: http description: MCP adapter for Reloadly Airtime API — Authentication. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: get-access-token description: Get Access Token hints: readOnly: true destructive: false idempotent: false call: airtime-authentication.getairtimeaccesstoken with: body: tools.body outputParameters: - type: object mapping: $.