FusionAuth · Capability

FusionAuth API — Reactor

FusionAuth API — Reactor. 2 operations. Lead operation: Retrieves the FusionAuth Reactor metrics.. Self-contained Naftiko capability covering one business surface.

FusionAuth API — Reactor is a Naftiko capability published by FusionAuth, one of 33 capabilities the APIs.io network indexes for this provider. It bundles 2 operations across the POST and GET methods rooted at /v1/api/reactor.

The capability includes 1 read-only operation and 1 state-changing operation. Lead operation: Activates the FusionAuth Reactor using a license Id and optionally a license text (for air-gapped deployments). Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include FusionAuth and Reactor.

Run with Naftiko FusionAuthReactor

What You Can Do

POST
Activatereactorwithid — Activates the FusionAuth Reactor using a license Id and optionally a license text (for air-gapped deployments)
/v1/api/reactor
GET
Retrievereactormetricswithid — Retrieves the FusionAuth Reactor metrics.
/v1/api/reactor/metrics

MCP Tools

fusionauth-activatereactorwithid

Activates the FusionAuth Reactor using a license Id and optionally a license text (for air-gapped deployments)

fusionauth-retrievereactormetricswithid

Retrieves the FusionAuth Reactor metrics.

read-only idempotent

Capability Spec

fusionauth-reactor.yaml Raw ↑
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: $.