BeyondTrust · Capability

BeyondTrust Password Safe API — Managed Systems

BeyondTrust Password Safe API — Managed Systems. 1 operations. Lead operation: BeyondTrust List Managed Systems. Self-contained Naftiko capability covering one Beyondtrust business surface.

Run with Naftiko BeyondtrustManaged Systems

What You Can Do

GET
Listmanagedsystems — BeyondTrust List Managed Systems
/v1/managedsystems

MCP Tools

beyondtrust-list-managed-systems

BeyondTrust List Managed Systems

read-only idempotent

Capability Spec

password-safe-managed-systems.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: BeyondTrust Password Safe API — Managed Systems
  description: 'BeyondTrust Password Safe API — Managed Systems. 1 operations. Lead operation: BeyondTrust List Managed Systems.
    Self-contained Naftiko capability covering one Beyondtrust business surface.'
  tags:
  - Beyondtrust
  - Managed Systems
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BEYONDTRUST_API_KEY: BEYONDTRUST_API_KEY
capability:
  consumes:
  - type: http
    namespace: password-safe-managed-systems
    baseUri: https://{hostname}/BeyondTrust/api/public/v3
    description: BeyondTrust Password Safe API — Managed Systems business capability. Self-contained, no shared references.
    resources:
    - name: managedsystems
      path: /managedsystems
      operations:
      - name: listmanagedsystems
        method: GET
        description: BeyondTrust List Managed Systems
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: query
          type: string
          description: Filter by system name.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.BEYONDTRUST_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: password-safe-managed-systems-rest
    port: 8080
    description: REST adapter for BeyondTrust Password Safe API — Managed Systems. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/managedsystems
      name: managedsystems
      description: REST surface for managedsystems.
      operations:
      - method: GET
        name: listmanagedsystems
        description: BeyondTrust List Managed Systems
        call: password-safe-managed-systems.listmanagedsystems
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: password-safe-managed-systems-mcp
    port: 9090
    transport: http
    description: MCP adapter for BeyondTrust Password Safe API — Managed Systems. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: beyondtrust-list-managed-systems
      description: BeyondTrust List Managed Systems
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: password-safe-managed-systems.listmanagedsystems
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.