CyberArk · Capability

CyberArk Conjur Secrets Manager API — Roles

CyberArk Conjur Secrets Manager API — Roles. 1 operations. Lead operation: Show role. Self-contained Naftiko capability covering one Cyberark business surface.

Run with Naftiko CyberarkRoles

What You Can Do

GET
Showrole — Show role
/v1/roles/{account}/{kind}/{identifier}

MCP Tools

show-role

Show role

read-only idempotent

Capability Spec

conjur-roles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: CyberArk Conjur Secrets Manager API — Roles
  description: 'CyberArk Conjur Secrets Manager API — Roles. 1 operations. Lead operation: Show role. Self-contained Naftiko
    capability covering one Cyberark business surface.'
  tags:
  - Cyberark
  - Roles
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CYBERARK_API_KEY: CYBERARK_API_KEY
capability:
  consumes:
  - type: http
    namespace: conjur-roles
    baseUri: https://conjur.example.com
    description: CyberArk Conjur Secrets Manager API — Roles business capability. Self-contained, no shared references.
    resources:
    - name: roles-account-kind-identifier
      path: /roles/{account}/{kind}/{identifier}
      operations:
      - name: showrole
        method: GET
        description: Show role
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account
          in: path
          type: string
          required: true
        - name: kind
          in: path
          type: string
          required: true
        - name: identifier
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.CYBERARK_API_KEY}}'
  exposes:
  - type: rest
    namespace: conjur-roles-rest
    port: 8080
    description: REST adapter for CyberArk Conjur Secrets Manager API — Roles. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/roles/{account}/{kind}/{identifier}
      name: roles-account-kind-identifier
      description: REST surface for roles-account-kind-identifier.
      operations:
      - method: GET
        name: showrole
        description: Show role
        call: conjur-roles.showrole
        with:
          account: rest.account
          kind: rest.kind
          identifier: rest.identifier
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: conjur-roles-mcp
    port: 9090
    transport: http
    description: MCP adapter for CyberArk Conjur Secrets Manager API — Roles. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: show-role
      description: Show role
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: conjur-roles.showrole
      with:
        account: tools.account
        kind: tools.kind
        identifier: tools.identifier
      outputParameters:
      - type: object
        mapping: $.