Kion · Capability

Kion Cloud Operations API — Identity Management

Kion Cloud Operations API — Identity Management. 1 operations. Lead operation: Kion List identity management systems. Self-contained Naftiko capability covering one Kion business surface.

Run with Naftiko KionIdentity Management

What You Can Do

GET
Listidms — Kion List identity management systems
/v1/idms

MCP Tools

kion-list-identity-management-systems

Kion List identity management systems

read-only idempotent

Capability Spec

cloud-operations-identity-management.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Kion Cloud Operations API — Identity Management
  description: 'Kion Cloud Operations API — Identity Management. 1 operations. Lead operation: Kion List identity management
    systems. Self-contained Naftiko capability covering one Kion business surface.'
  tags:
  - Kion
  - Identity Management
  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-identity-management
    baseUri: https://{kion-instance}/api/v3
    description: Kion Cloud Operations API — Identity Management business capability. Self-contained, no shared references.
    resources:
    - name: idms
      path: /idms
      operations:
      - name: listidms
        method: GET
        description: Kion List identity management systems
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.KION_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloud-operations-identity-management-rest
    port: 8080
    description: REST adapter for Kion Cloud Operations API — Identity Management. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/idms
      name: idms
      description: REST surface for idms.
      operations:
      - method: GET
        name: listidms
        description: Kion List identity management systems
        call: cloud-operations-identity-management.listidms
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-operations-identity-management-mcp
    port: 9090
    transport: http
    description: MCP adapter for Kion Cloud Operations API — Identity Management. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: kion-list-identity-management-systems
      description: Kion List identity management systems
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-operations-identity-management.listidms
      outputParameters:
      - type: object
        mapping: $.