naftiko: 1.0.0-alpha2 info: label: RescueGroups.org API — Authentication description: 'RescueGroups.org API — Authentication. 1 operations. Lead operation: Create Authentication Token. Self-contained Naftiko capability covering one Rescuegroups Org business surface.' tags: - Rescuegroups Org - Authentication created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: RESCUEGROUPS_ORG_API_KEY: RESCUEGROUPS_ORG_API_KEY capability: consumes: - type: http namespace: rescuegroups-org-authentication baseUri: https://api.rescuegroups.org/v5 description: RescueGroups.org API — Authentication business capability. Self-contained, no shared references. resources: - name: tokens path: /tokens operations: - name: createtoken method: POST description: Create Authentication Token outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false authentication: type: bearer token: '{{env.RESCUEGROUPS_ORG_API_KEY}}' exposes: - type: rest namespace: rescuegroups-org-authentication-rest port: 8080 description: REST adapter for RescueGroups.org API — Authentication. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/tokens name: tokens description: REST surface for tokens. operations: - method: POST name: createtoken description: Create Authentication Token call: rescuegroups-org-authentication.createtoken with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: rescuegroups-org-authentication-mcp port: 9090 transport: http description: MCP adapter for RescueGroups.org API — Authentication. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: create-authentication-token description: Create Authentication Token hints: readOnly: false destructive: false idempotent: false call: rescuegroups-org-authentication.createtoken with: body: tools.body outputParameters: - type: object mapping: $.