Kion · Capability

Kion Cloud Operations API — SAML Group Associations

Kion Cloud Operations API — SAML Group Associations. 5 operations. Lead operation: Kion List SAML group associations. Self-contained Naftiko capability covering one Kion business surface.

Run with Naftiko KionSAML Group Associations

What You Can Do

GET
Listsamlgroupassociations — Kion List SAML group associations
/v1/saml-group-association
POST
Createsamlgroupassociation — Kion Create a SAML group association
/v1/saml-group-association
GET
Getsamlgroupassociation — Kion Get a SAML group association
/v1/saml-group-association/{id}
PATCH
Updatesamlgroupassociation — Kion Update a SAML group association
/v1/saml-group-association/{id}
DELETE
Deletesamlgroupassociation — Kion Delete a SAML group association
/v1/saml-group-association/{id}

MCP Tools

kion-list-saml-group-associations

Kion List SAML group associations

read-only idempotent
kion-create-saml-group-association

Kion Create a SAML group association

kion-get-saml-group-association

Kion Get a SAML group association

read-only idempotent
kion-update-saml-group-association

Kion Update a SAML group association

idempotent
kion-delete-saml-group-association

Kion Delete a SAML group association

idempotent

Capability Spec

cloud-operations-saml-group-associations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Kion Cloud Operations API — SAML Group Associations
  description: 'Kion Cloud Operations API — SAML Group Associations. 5 operations. Lead operation: Kion List SAML group associations.
    Self-contained Naftiko capability covering one Kion business surface.'
  tags:
  - Kion
  - SAML Group Associations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    KION_API_KEY: KION_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloud-operations-saml-group-associations
    baseUri: https://{kion-instance}/api/v3
    description: Kion Cloud Operations API — SAML Group Associations business capability. Self-contained, no shared references.
    resources:
    - name: saml-group-association
      path: /saml-group-association
      operations:
      - name: listsamlgroupassociations
        method: GET
        description: Kion List SAML group associations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createsamlgroupassociation
        method: POST
        description: Kion Create a SAML group association
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: saml-group-association-id
      path: /saml-group-association/{id}
      operations:
      - name: getsamlgroupassociation
        method: GET
        description: Kion Get a SAML group association
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatesamlgroupassociation
        method: PATCH
        description: Kion Update a SAML group association
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletesamlgroupassociation
        method: DELETE
        description: Kion Delete a SAML group association
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.KION_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloud-operations-saml-group-associations-rest
    port: 8080
    description: REST adapter for Kion Cloud Operations API — SAML Group Associations. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/saml-group-association
      name: saml-group-association
      description: REST surface for saml-group-association.
      operations:
      - method: GET
        name: listsamlgroupassociations
        description: Kion List SAML group associations
        call: cloud-operations-saml-group-associations.listsamlgroupassociations
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createsamlgroupassociation
        description: Kion Create a SAML group association
        call: cloud-operations-saml-group-associations.createsamlgroupassociation
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/saml-group-association/{id}
      name: saml-group-association-id
      description: REST surface for saml-group-association-id.
      operations:
      - method: GET
        name: getsamlgroupassociation
        description: Kion Get a SAML group association
        call: cloud-operations-saml-group-associations.getsamlgroupassociation
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updatesamlgroupassociation
        description: Kion Update a SAML group association
        call: cloud-operations-saml-group-associations.updatesamlgroupassociation
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletesamlgroupassociation
        description: Kion Delete a SAML group association
        call: cloud-operations-saml-group-associations.deletesamlgroupassociation
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-operations-saml-group-associations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Kion Cloud Operations API — SAML Group Associations. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: kion-list-saml-group-associations
      description: Kion List SAML group associations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-operations-saml-group-associations.listsamlgroupassociations
      outputParameters:
      - type: object
        mapping: $.
    - name: kion-create-saml-group-association
      description: Kion Create a SAML group association
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloud-operations-saml-group-associations.createsamlgroupassociation
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: kion-get-saml-group-association
      description: Kion Get a SAML group association
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-operations-saml-group-associations.getsamlgroupassociation
      outputParameters:
      - type: object
        mapping: $.
    - name: kion-update-saml-group-association
      description: Kion Update a SAML group association
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloud-operations-saml-group-associations.updatesamlgroupassociation
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: kion-delete-saml-group-association
      description: Kion Delete a SAML group association
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloud-operations-saml-group-associations.deletesamlgroupassociation
      outputParameters:
      - type: object
        mapping: $.