WatchGuard · Capability

WatchGuard Endpoint Security Management API — Licenses

WatchGuard Endpoint Security Management API — Licenses. 1 operations. Lead operation: Get Licenses. Self-contained Naftiko capability covering one Watchguard business surface.

Run with Naftiko WatchguardLicenses

What You Can Do

GET
Getlicenses — Get Licenses
/v1/accounts/{accountid}/licenses

MCP Tools

get-licenses

Get Licenses

read-only idempotent

Capability Spec

endpoint-security-licenses.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WatchGuard Endpoint Security Management API — Licenses
  description: 'WatchGuard Endpoint Security Management API — Licenses. 1 operations. Lead operation: Get Licenses. Self-contained
    Naftiko capability covering one Watchguard business surface.'
  tags:
  - Watchguard
  - Licenses
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WATCHGUARD_API_KEY: WATCHGUARD_API_KEY
capability:
  consumes:
  - type: http
    namespace: endpoint-security-licenses
    baseUri: https://api.usa.cloud.watchguard.com/rest/endpoint-security/management/api/v1
    description: WatchGuard Endpoint Security Management API — Licenses business capability. Self-contained, no shared references.
    resources:
    - name: accounts-accountId-licenses
      path: /accounts/{accountId}/licenses
      operations:
      - name: getlicenses
        method: GET
        description: Get Licenses
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WATCHGUARD_API_KEY}}'
  exposes:
  - type: rest
    namespace: endpoint-security-licenses-rest
    port: 8080
    description: REST adapter for WatchGuard Endpoint Security Management API — Licenses. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{accountid}/licenses
      name: accounts-accountid-licenses
      description: REST surface for accounts-accountId-licenses.
      operations:
      - method: GET
        name: getlicenses
        description: Get Licenses
        call: endpoint-security-licenses.getlicenses
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: endpoint-security-licenses-mcp
    port: 9090
    transport: http
    description: MCP adapter for WatchGuard Endpoint Security Management API — Licenses. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: get-licenses
      description: Get Licenses
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: endpoint-security-licenses.getlicenses
      outputParameters:
      - type: object
        mapping: $.