naftiko: 1.0.0-alpha2 info: label: FusionAuth API — Reactor description: 'FusionAuth API — Reactor. 2 operations. Lead operation: Retrieves the FusionAuth Reactor metrics.. Self-contained Naftiko capability covering one business surface.' tags: - FusionAuth - Reactor created: '2026-05-20' modified: '2026-05-20' binds: - namespace: env keys: FUSIONAUTH_API_KEY: FUSIONAUTH_API_KEY capability: consumes: - type: http namespace: fusionauth-reactor baseUri: http://localhost:9011 description: FusionAuth API — Reactor business capability. Self-contained, no shared references. resources: - name: api-reactor path: /api/reactor operations: - name: activatereactorwithid method: POST description: Activates the FusionAuth Reactor using a license Id and optionally a license text (for air-gapped deployments) outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: api-reactor-metrics path: /api/reactor/metrics operations: - name: retrievereactormetricswithid method: GET description: Retrieves the FusionAuth Reactor metrics. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: [] exposes: - type: rest namespace: fusionauth-reactor-rest port: 8080 description: REST adapter for FusionAuth API — Reactor. One resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/reactor name: api-reactor description: REST surface for api-reactor. operations: - method: POST name: activatereactorwithid description: Activates the FusionAuth Reactor using a license Id and optionally a license text (for air-gapped deployments) call: fusionauth-reactor.activatereactorwithid with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/reactor/metrics name: api-reactor-metrics description: REST surface for api-reactor-metrics. operations: - method: GET name: retrievereactormetricswithid description: Retrieves the FusionAuth Reactor metrics. call: fusionauth-reactor.retrievereactormetricswithid with: {} outputParameters: - type: object mapping: $. - type: mcp namespace: fusionauth-reactor-mcp port: 9090 transport: http description: MCP adapter for FusionAuth API — Reactor. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: fusionauth-activatereactorwithid description: Activates the FusionAuth Reactor using a license Id and optionally a license text (for air-gapped deployments) hints: readOnly: false destructive: false idempotent: false call: fusionauth-reactor.activatereactorwithid with: body: tools.body outputParameters: - type: object mapping: $. - name: fusionauth-retrievereactormetricswithid description: Retrieves the FusionAuth Reactor metrics. hints: readOnly: true destructive: false idempotent: true call: fusionauth-reactor.retrievereactormetricswithid with: {} outputParameters: - type: object mapping: $.