Gravitee · Capability

Gravitee.io - Access Management API — Authentication Device Notifier

Gravitee.io - Access Management API — Authentication Device Notifier. 8 operations. Lead operation: List registered Authentication Device Notifiers for a security domain. Self-contained Naftiko capability covering one Gravitee business surface.

Run with Naftiko GraviteeAuthentication Device Notifier

What You Can Do

GET
Listauthenticationdevicenotifiers — List registered Authentication Device Notifiers for a security domain
/v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/auth-device-notifiers
POST
Createauthenticationdevicenotifier — Create an Authentication Device Notifier
/v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/auth-device-notifiers
GET
Getauthenticationdevicenotifier — Get an Authentication Device Notifier
/v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/auth-device-notifiers/{authdevicenotifier}
PUT
Updateauthenticationdevicenotifier — Update an Authentication Device Notifier
/v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/auth-device-notifiers/{authdevicenotifier}
DELETE
Deleteauthenticationdevicenotifier — Delete an Authentication Device Notifier
/v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/auth-device-notifiers/{authdevicenotifier}
GET
Listauthenticationdevicenotifierplugins — List authentication device notifier plugins
/v1/platform/plugins/auth-device-notifiers
GET
Getauthenticationdevicenotifierplugin — Get a Authentication Device Notifier plugin
/v1/platform/plugins/auth-device-notifiers/{authdevicenotifierid}
GET
Getauthenticationdevicenotifierpluginschema — Get an Authentication Device Notifier plugin's schema
/v1/platform/plugins/auth-device-notifiers/{authdevicenotifierid}/schema

MCP Tools

list-registered-authentication-device-notifiers

List registered Authentication Device Notifiers for a security domain

read-only idempotent
create-authentication-device-notifier

Create an Authentication Device Notifier

get-authentication-device-notifier

Get an Authentication Device Notifier

read-only idempotent
update-authentication-device-notifier

Update an Authentication Device Notifier

idempotent
delete-authentication-device-notifier

Delete an Authentication Device Notifier

idempotent
list-authentication-device-notifier-plugins

List authentication device notifier plugins

read-only idempotent
get-authentication-device-notifier-plugin

Get a Authentication Device Notifier plugin

read-only idempotent
get-authentication-device-notifier-plugin-s

Get an Authentication Device Notifier plugin's schema

read-only idempotent

Capability Spec

am-authentication-device-notifier.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gravitee.io - Access Management API — Authentication Device Notifier
  description: 'Gravitee.io - Access Management API — Authentication Device Notifier. 8 operations. Lead operation: List registered
    Authentication Device Notifiers for a security domain. Self-contained Naftiko capability covering one Gravitee business
    surface.'
  tags:
  - Gravitee
  - Authentication Device Notifier
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GRAVITEE_API_KEY: GRAVITEE_API_KEY
capability:
  consumes:
  - type: http
    namespace: am-authentication-device-notifier
    baseUri: ''
    description: Gravitee.io - Access Management API — Authentication Device Notifier business capability. Self-contained,
      no shared references.
    resources:
    - name: organizations-organizationId-environments-environmentId-domains-domain-auth-devi
      path: /organizations/{organizationId}/environments/{environmentId}/domains/{domain}/auth-device-notifiers
      operations:
      - name: listauthenticationdevicenotifiers
        method: GET
        description: List registered Authentication Device Notifiers for a security domain
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          required: true
        - name: environmentId
          in: path
          type: string
          required: true
        - name: domain
          in: path
          type: string
          required: true
      - name: createauthenticationdevicenotifier
        method: POST
        description: Create an Authentication Device Notifier
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          required: true
        - name: environmentId
          in: path
          type: string
          required: true
        - name: domain
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: organizations-organizationId-environments-environmentId-domains-domain-auth-devi
      path: /organizations/{organizationId}/environments/{environmentId}/domains/{domain}/auth-device-notifiers/{authDeviceNotifier}
      operations:
      - name: getauthenticationdevicenotifier
        method: GET
        description: Get an Authentication Device Notifier
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          required: true
        - name: environmentId
          in: path
          type: string
          required: true
        - name: domain
          in: path
          type: string
          required: true
        - name: authDeviceNotifier
          in: path
          type: string
          required: true
      - name: updateauthenticationdevicenotifier
        method: PUT
        description: Update an Authentication Device Notifier
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          required: true
        - name: environmentId
          in: path
          type: string
          required: true
        - name: domain
          in: path
          type: string
          required: true
        - name: authDeviceNotifier
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteauthenticationdevicenotifier
        method: DELETE
        description: Delete an Authentication Device Notifier
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          required: true
        - name: environmentId
          in: path
          type: string
          required: true
        - name: domain
          in: path
          type: string
          required: true
        - name: authDeviceNotifier
          in: path
          type: string
          required: true
    - name: platform-plugins-auth-device-notifiers
      path: /platform/plugins/auth-device-notifiers
      operations:
      - name: listauthenticationdevicenotifierplugins
        method: GET
        description: List authentication device notifier plugins
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: expand
          in: query
          type: array
    - name: platform-plugins-auth-device-notifiers-authDeviceNotifierId
      path: /platform/plugins/auth-device-notifiers/{authDeviceNotifierId}
      operations:
      - name: getauthenticationdevicenotifierplugin
        method: GET
        description: Get a Authentication Device Notifier plugin
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: authDeviceNotifierId
          in: path
          type: string
          required: true
    - name: platform-plugins-auth-device-notifiers-authDeviceNotifierId-schema
      path: /platform/plugins/auth-device-notifiers/{authDeviceNotifierId}/schema
      operations:
      - name: getauthenticationdevicenotifierpluginschema
        method: GET
        description: Get an Authentication Device Notifier plugin's schema
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: authDeviceNotifierId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GRAVITEE_API_KEY}}'
  exposes:
  - type: rest
    namespace: am-authentication-device-notifier-rest
    port: 8080
    description: REST adapter for Gravitee.io - Access Management API — Authentication Device Notifier. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/auth-device-notifiers
      name: organizations-organizationid-environments-environmentid-domains-domain-auth-devi
      description: REST surface for organizations-organizationId-environments-environmentId-domains-domain-auth-devi.
      operations:
      - method: GET
        name: listauthenticationdevicenotifiers
        description: List registered Authentication Device Notifiers for a security domain
        call: am-authentication-device-notifier.listauthenticationdevicenotifiers
        with:
          organizationId: rest.organizationId
          environmentId: rest.environmentId
          domain: rest.domain
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createauthenticationdevicenotifier
        description: Create an Authentication Device Notifier
        call: am-authentication-device-notifier.createauthenticationdevicenotifier
        with:
          organizationId: rest.organizationId
          environmentId: rest.environmentId
          domain: rest.domain
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/auth-device-notifiers/{authdevicenotifier}
      name: organizations-organizationid-environments-environmentid-domains-domain-auth-devi
      description: REST surface for organizations-organizationId-environments-environmentId-domains-domain-auth-devi.
      operations:
      - method: GET
        name: getauthenticationdevicenotifier
        description: Get an Authentication Device Notifier
        call: am-authentication-device-notifier.getauthenticationdevicenotifier
        with:
          organizationId: rest.organizationId
          environmentId: rest.environmentId
          domain: rest.domain
          authDeviceNotifier: rest.authDeviceNotifier
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateauthenticationdevicenotifier
        description: Update an Authentication Device Notifier
        call: am-authentication-device-notifier.updateauthenticationdevicenotifier
        with:
          organizationId: rest.organizationId
          environmentId: rest.environmentId
          domain: rest.domain
          authDeviceNotifier: rest.authDeviceNotifier
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteauthenticationdevicenotifier
        description: Delete an Authentication Device Notifier
        call: am-authentication-device-notifier.deleteauthenticationdevicenotifier
        with:
          organizationId: rest.organizationId
          environmentId: rest.environmentId
          domain: rest.domain
          authDeviceNotifier: rest.authDeviceNotifier
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/platform/plugins/auth-device-notifiers
      name: platform-plugins-auth-device-notifiers
      description: REST surface for platform-plugins-auth-device-notifiers.
      operations:
      - method: GET
        name: listauthenticationdevicenotifierplugins
        description: List authentication device notifier plugins
        call: am-authentication-device-notifier.listauthenticationdevicenotifierplugins
        with:
          expand: rest.expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/platform/plugins/auth-device-notifiers/{authdevicenotifierid}
      name: platform-plugins-auth-device-notifiers-authdevicenotifierid
      description: REST surface for platform-plugins-auth-device-notifiers-authDeviceNotifierId.
      operations:
      - method: GET
        name: getauthenticationdevicenotifierplugin
        description: Get a Authentication Device Notifier plugin
        call: am-authentication-device-notifier.getauthenticationdevicenotifierplugin
        with:
          authDeviceNotifierId: rest.authDeviceNotifierId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/platform/plugins/auth-device-notifiers/{authdevicenotifierid}/schema
      name: platform-plugins-auth-device-notifiers-authdevicenotifierid-schema
      description: REST surface for platform-plugins-auth-device-notifiers-authDeviceNotifierId-schema.
      operations:
      - method: GET
        name: getauthenticationdevicenotifierpluginschema
        description: Get an Authentication Device Notifier plugin's schema
        call: am-authentication-device-notifier.getauthenticationdevicenotifierpluginschema
        with:
          authDeviceNotifierId: rest.authDeviceNotifierId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: am-authentication-device-notifier-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gravitee.io - Access Management API — Authentication Device Notifier. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: list-registered-authentication-device-notifiers
      description: List registered Authentication Device Notifiers for a security domain
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: am-authentication-device-notifier.listauthenticationdevicenotifiers
      with:
        organizationId: tools.organizationId
        environmentId: tools.environmentId
        domain: tools.domain
      outputParameters:
      - type: object
        mapping: $.
    - name: create-authentication-device-notifier
      description: Create an Authentication Device Notifier
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: am-authentication-device-notifier.createauthenticationdevicenotifier
      with:
        organizationId: tools.organizationId
        environmentId: tools.environmentId
        domain: tools.domain
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-authentication-device-notifier
      description: Get an Authentication Device Notifier
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: am-authentication-device-notifier.getauthenticationdevicenotifier
      with:
        organizationId: tools.organizationId
        environmentId: tools.environmentId
        domain: tools.domain
        authDeviceNotifier: tools.authDeviceNotifier
      outputParameters:
      - type: object
        mapping: $.
    - name: update-authentication-device-notifier
      description: Update an Authentication Device Notifier
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: am-authentication-device-notifier.updateauthenticationdevicenotifier
      with:
        organizationId: tools.organizationId
        environmentId: tools.environmentId
        domain: tools.domain
        authDeviceNotifier: tools.authDeviceNotifier
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-authentication-device-notifier
      description: Delete an Authentication Device Notifier
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: am-authentication-device-notifier.deleteauthenticationdevicenotifier
      with:
        organizationId: tools.organizationId
        environmentId: tools.environmentId
        domain: tools.domain
        authDeviceNotifier: tools.authDeviceNotifier
      outputParameters:
      - type: object
        mapping: $.
    - name: list-authentication-device-notifier-plugins
      description: List authentication device notifier plugins
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: am-authentication-device-notifier.listauthenticationdevicenotifierplugins
      with:
        expand: tools.expand
      outputParameters:
      - type: object
        mapping: $.
    - name: get-authentication-device-notifier-plugin
      description: Get a Authentication Device Notifier plugin
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: am-authentication-device-notifier.getauthenticationdevicenotifierplugin
      with:
        authDeviceNotifierId: tools.authDeviceNotifierId
      outputParameters:
      - type: object
        mapping: $.
    - name: get-authentication-device-notifier-plugin-s
      description: Get an Authentication Device Notifier plugin's schema
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: am-authentication-device-notifier.getauthenticationdevicenotifierpluginschema
      with:
        authDeviceNotifierId: tools.authDeviceNotifierId
      outputParameters:
      - type: object
        mapping: $.