Cribl · Capability

Cribl Cloud API — Versioning

Cribl Cloud API — Versioning. 1 operations. Lead operation: Commit current configuration. Self-contained Naftiko capability covering one Cribl business surface.

Run with Naftiko CriblVersioning

What You Can Do

POST
Commitversion — Commit current configuration
/v1/version/commit

MCP Tools

commit-current-configuration

Commit current configuration

Capability Spec

cloud-versioning.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cribl Cloud API — Versioning
  description: 'Cribl Cloud API — Versioning. 1 operations. Lead operation: Commit current configuration. Self-contained Naftiko
    capability covering one Cribl business surface.'
  tags:
  - Cribl
  - Versioning
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CRIBL_API_KEY: CRIBL_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloud-versioning
    baseUri: https://{workspaceName}-{organizationId}.cribl.cloud/api/v1
    description: Cribl Cloud API — Versioning business capability. Self-contained, no shared references.
    resources:
    - name: version-commit
      path: /version/commit
      operations:
      - name: commitversion
        method: POST
        description: Commit current configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.CRIBL_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloud-versioning-rest
    port: 8080
    description: REST adapter for Cribl Cloud API — Versioning. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/version/commit
      name: version-commit
      description: REST surface for version-commit.
      operations:
      - method: POST
        name: commitversion
        description: Commit current configuration
        call: cloud-versioning.commitversion
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-versioning-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cribl Cloud API — Versioning. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: commit-current-configuration
      description: Commit current configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloud-versioning.commitversion
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.