JFrog · Capability

JFrog Artifactory REST API — System & Configuration

JFrog Artifactory REST API — System & Configuration. 5 operations. Lead operation: JFrog Get System Configuration. Self-contained Naftiko capability covering one Jfrog business surface.

Run with Naftiko JfrogSystem & Configuration

What You Can Do

GET
Getsystemconfiguration — JFrog Get System Configuration
/v1/api/system/configuration
PATCH
Updatesystemconfiguration — JFrog Update System Configuration
/v1/api/system/configuration
GET
Getsystemlicenses — JFrog Get License Information
/v1/api/system/licenses
GET
Systemping — JFrog System Health Ping
/v1/api/system/ping
GET
Getsystemversion — JFrog Get Version Information
/v1/api/system/version

MCP Tools

jfrog-get-system-configuration

JFrog Get System Configuration

read-only idempotent
jfrog-update-system-configuration

JFrog Update System Configuration

idempotent
jfrog-get-license-information

JFrog Get License Information

read-only idempotent
jfrog-system-health-ping

JFrog System Health Ping

read-only idempotent
jfrog-get-version-information

JFrog Get Version Information

read-only idempotent

Capability Spec

artifactory-system-configuration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: JFrog Artifactory REST API — System & Configuration
  description: 'JFrog Artifactory REST API — System & Configuration. 5 operations. Lead operation: JFrog Get System Configuration.
    Self-contained Naftiko capability covering one Jfrog business surface.'
  tags:
  - Jfrog
  - System & Configuration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    JFROG_API_KEY: JFROG_API_KEY
capability:
  consumes:
  - type: http
    namespace: artifactory-system-configuration
    baseUri: https://{server}.jfrog.io/artifactory
    description: JFrog Artifactory REST API — System & Configuration business capability. Self-contained, no shared references.
    resources:
    - name: api-system-configuration
      path: /api/system/configuration
      operations:
      - name: getsystemconfiguration
        method: GET
        description: JFrog Get System Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatesystemconfiguration
        method: PATCH
        description: JFrog Update System Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-system-licenses
      path: /api/system/licenses
      operations:
      - name: getsystemlicenses
        method: GET
        description: JFrog Get License Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-system-ping
      path: /api/system/ping
      operations:
      - name: systemping
        method: GET
        description: JFrog System Health Ping
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-system-version
      path: /api/system/version
      operations:
      - name: getsystemversion
        method: GET
        description: JFrog Get Version Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.JFROG_API_KEY}}'
  exposes:
  - type: rest
    namespace: artifactory-system-configuration-rest
    port: 8080
    description: REST adapter for JFrog Artifactory REST API — System & Configuration. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/system/configuration
      name: api-system-configuration
      description: REST surface for api-system-configuration.
      operations:
      - method: GET
        name: getsystemconfiguration
        description: JFrog Get System Configuration
        call: artifactory-system-configuration.getsystemconfiguration
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updatesystemconfiguration
        description: JFrog Update System Configuration
        call: artifactory-system-configuration.updatesystemconfiguration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/system/licenses
      name: api-system-licenses
      description: REST surface for api-system-licenses.
      operations:
      - method: GET
        name: getsystemlicenses
        description: JFrog Get License Information
        call: artifactory-system-configuration.getsystemlicenses
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/system/ping
      name: api-system-ping
      description: REST surface for api-system-ping.
      operations:
      - method: GET
        name: systemping
        description: JFrog System Health Ping
        call: artifactory-system-configuration.systemping
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/system/version
      name: api-system-version
      description: REST surface for api-system-version.
      operations:
      - method: GET
        name: getsystemversion
        description: JFrog Get Version Information
        call: artifactory-system-configuration.getsystemversion
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: artifactory-system-configuration-mcp
    port: 9090
    transport: http
    description: MCP adapter for JFrog Artifactory REST API — System & Configuration. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: jfrog-get-system-configuration
      description: JFrog Get System Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: artifactory-system-configuration.getsystemconfiguration
      outputParameters:
      - type: object
        mapping: $.
    - name: jfrog-update-system-configuration
      description: JFrog Update System Configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: artifactory-system-configuration.updatesystemconfiguration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: jfrog-get-license-information
      description: JFrog Get License Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: artifactory-system-configuration.getsystemlicenses
      outputParameters:
      - type: object
        mapping: $.
    - name: jfrog-system-health-ping
      description: JFrog System Health Ping
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: artifactory-system-configuration.systemping
      outputParameters:
      - type: object
        mapping: $.
    - name: jfrog-get-version-information
      description: JFrog Get Version Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: artifactory-system-configuration.getsystemversion
      outputParameters:
      - type: object
        mapping: $.