naftiko: 1.0.0-alpha2 info: label: Exoscale API — cluster description: 'Exoscale API — cluster. 16 operations. Lead operation: Create an SKS cluster. Self-contained Naftiko capability covering one Exoscale business surface.' tags: - Exoscale - cluster created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: EXOSCALE_API_KEY: EXOSCALE_API_KEY capability: consumes: - type: http namespace: exoscale-cluster baseUri: https://api-{zone}.exoscale.com/v2 description: Exoscale API — cluster business capability. Self-contained, no shared references. resources: - name: sks-cluster path: /sks-cluster operations: - name: createskscluster method: POST description: Create an SKS cluster outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: listsksclusters method: GET description: List SKS clusters outputRawFormat: json outputParameters: - name: result type: object value: $. - name: sks-cluster-deprecated-resources-id path: /sks-cluster-deprecated-resources/{id} operations: - name: listsksclusterdeprecatedresources method: GET description: Resources that are scheduled to be removed in future kubernetes releases outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: sks-cluster-kubeconfig-id path: /sks-cluster-kubeconfig/{id} operations: - name: generatesksclusterkubeconfig method: POST description: Generate a new Kubeconfig file for a SKS cluster outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: sks-cluster-version path: /sks-cluster-version operations: - name: listsksclusterversions method: GET description: List available versions for SKS clusters outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: include-deprecated in: query type: string - name: sks-cluster-id path: /sks-cluster/{id} operations: - name: deleteskscluster method: DELETE description: Delete an SKS cluster outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: getskscluster method: GET description: Retrieve SKS cluster details outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: updateskscluster method: PUT description: Update an SKS cluster outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: sks-cluster-id-authority-authority-cert path: /sks-cluster/{id}/authority/{authority}/cert operations: - name: getsksclusterauthoritycert method: GET description: Get the certificate for a SKS cluster authority outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: authority in: path type: string required: true - name: sks-cluster-id-inspection path: /sks-cluster/{id}/inspection operations: - name: getsksclusterinspection method: GET description: Get the latest inspection result outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: sks-cluster-id-rotate-ccm-credentials path: /sks-cluster/{id}/rotate-ccm-credentials operations: - name: rotatesksccmcredentials method: PUT description: Rotate Exoscale CCM credentials outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: sks-cluster-id-rotate-csi-credentials path: /sks-cluster/{id}/rotate-csi-credentials operations: - name: rotateskscsicredentials method: PUT description: Rotate Exoscale CSI credentials outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: sks-cluster-id-rotate-karpenter-credentials path: /sks-cluster/{id}/rotate-karpenter-credentials operations: - name: rotateskskarpentercredentials method: PUT description: Rotate Exoscale Karpenter credentials outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: sks-cluster-id-rotate-operators-ca path: /sks-cluster/{id}/rotate-operators-ca operations: - name: rotatesksoperatorsca method: PUT description: Rotate operators certificate authority outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: sks-cluster-id-upgrade path: /sks-cluster/{id}/upgrade operations: - name: upgradeskscluster method: PUT description: Upgrade an SKS cluster outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: sks-cluster-id-upgrade-service-level path: /sks-cluster/{id}/upgrade-service-level operations: - name: upgradesksclusterservicelevel method: PUT description: Upgrade a SKS cluster to pro outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true exposes: - type: rest namespace: exoscale-cluster-rest port: 8080 description: REST adapter for Exoscale API — cluster. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/sks-cluster name: sks-cluster description: REST surface for sks-cluster. operations: - method: POST name: createskscluster description: Create an SKS cluster call: exoscale-cluster.createskscluster with: body: rest.body outputParameters: - type: object mapping: $. - method: GET name: listsksclusters description: List SKS clusters call: exoscale-cluster.listsksclusters outputParameters: - type: object mapping: $. - path: /v1/sks-cluster-deprecated-resources/{id} name: sks-cluster-deprecated-resources-id description: REST surface for sks-cluster-deprecated-resources-id. operations: - method: GET name: listsksclusterdeprecatedresources description: Resources that are scheduled to be removed in future kubernetes releases call: exoscale-cluster.listsksclusterdeprecatedresources with: id: rest.id outputParameters: - type: object mapping: $. - path: /v1/sks-cluster-kubeconfig/{id} name: sks-cluster-kubeconfig-id description: REST surface for sks-cluster-kubeconfig-id. operations: - method: POST name: generatesksclusterkubeconfig description: Generate a new Kubeconfig file for a SKS cluster call: exoscale-cluster.generatesksclusterkubeconfig with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/sks-cluster-version name: sks-cluster-version description: REST surface for sks-cluster-version. operations: - method: GET name: listsksclusterversions description: List available versions for SKS clusters call: exoscale-cluster.listsksclusterversions with: include-deprecated: rest.include-deprecated outputParameters: - type: object mapping: $. - path: /v1/sks-cluster/{id} name: sks-cluster-id description: REST surface for sks-cluster-id. operations: - method: DELETE name: deleteskscluster description: Delete an SKS cluster call: exoscale-cluster.deleteskscluster with: id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getskscluster description: Retrieve SKS cluster details call: exoscale-cluster.getskscluster with: id: rest.id outputParameters: - type: object mapping: $. - method: PUT name: updateskscluster description: Update an SKS cluster call: exoscale-cluster.updateskscluster with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/sks-cluster/{id}/authority/{authority}/cert name: sks-cluster-id-authority-authority-cert description: REST surface for sks-cluster-id-authority-authority-cert. operations: - method: GET name: getsksclusterauthoritycert description: Get the certificate for a SKS cluster authority call: exoscale-cluster.getsksclusterauthoritycert with: id: rest.id authority: rest.authority outputParameters: - type: object mapping: $. - path: /v1/sks-cluster/{id}/inspection name: sks-cluster-id-inspection description: REST surface for sks-cluster-id-inspection. operations: - method: GET name: getsksclusterinspection description: Get the latest inspection result call: exoscale-cluster.getsksclusterinspection with: id: rest.id outputParameters: - type: object mapping: $. - path: /v1/sks-cluster/{id}/rotate-ccm-credentials name: sks-cluster-id-rotate-ccm-credentials description: REST surface for sks-cluster-id-rotate-ccm-credentials. operations: - method: PUT name: rotatesksccmcredentials description: Rotate Exoscale CCM credentials call: exoscale-cluster.rotatesksccmcredentials with: id: rest.id outputParameters: - type: object mapping: $. - path: /v1/sks-cluster/{id}/rotate-csi-credentials name: sks-cluster-id-rotate-csi-credentials description: REST surface for sks-cluster-id-rotate-csi-credentials. operations: - method: PUT name: rotateskscsicredentials description: Rotate Exoscale CSI credentials call: exoscale-cluster.rotateskscsicredentials with: id: rest.id outputParameters: - type: object mapping: $. - path: /v1/sks-cluster/{id}/rotate-karpenter-credentials name: sks-cluster-id-rotate-karpenter-credentials description: REST surface for sks-cluster-id-rotate-karpenter-credentials. operations: - method: PUT name: rotateskskarpentercredentials description: Rotate Exoscale Karpenter credentials call: exoscale-cluster.rotateskskarpentercredentials with: id: rest.id outputParameters: - type: object mapping: $. - path: /v1/sks-cluster/{id}/rotate-operators-ca name: sks-cluster-id-rotate-operators-ca description: REST surface for sks-cluster-id-rotate-operators-ca. operations: - method: PUT name: rotatesksoperatorsca description: Rotate operators certificate authority call: exoscale-cluster.rotatesksoperatorsca with: id: rest.id outputParameters: - type: object mapping: $. - path: /v1/sks-cluster/{id}/upgrade name: sks-cluster-id-upgrade description: REST surface for sks-cluster-id-upgrade. operations: - method: PUT name: upgradeskscluster description: Upgrade an SKS cluster call: exoscale-cluster.upgradeskscluster with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/sks-cluster/{id}/upgrade-service-level name: sks-cluster-id-upgrade-service-level description: REST surface for sks-cluster-id-upgrade-service-level. operations: - method: PUT name: upgradesksclusterservicelevel description: Upgrade a SKS cluster to pro call: exoscale-cluster.upgradesksclusterservicelevel with: id: rest.id outputParameters: - type: object mapping: $. - type: mcp namespace: exoscale-cluster-mcp port: 9090 transport: http description: MCP adapter for Exoscale API — cluster. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: create-sks-cluster description: Create an SKS cluster hints: readOnly: false destructive: false idempotent: false call: exoscale-cluster.createskscluster with: body: tools.body outputParameters: - type: object mapping: $. - name: list-sks-clusters description: List SKS clusters hints: readOnly: true destructive: false idempotent: true call: exoscale-cluster.listsksclusters outputParameters: - type: object mapping: $. - name: resources-that-are-scheduled-be description: Resources that are scheduled to be removed in future kubernetes releases hints: readOnly: true destructive: false idempotent: true call: exoscale-cluster.listsksclusterdeprecatedresources with: id: tools.id outputParameters: - type: object mapping: $. - name: generate-new-kubeconfig-file-sks description: Generate a new Kubeconfig file for a SKS cluster hints: readOnly: false destructive: false idempotent: false call: exoscale-cluster.generatesksclusterkubeconfig with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: list-available-versions-sks-clusters description: List available versions for SKS clusters hints: readOnly: true destructive: false idempotent: true call: exoscale-cluster.listsksclusterversions with: include-deprecated: tools.include-deprecated outputParameters: - type: object mapping: $. - name: delete-sks-cluster description: Delete an SKS cluster hints: readOnly: false destructive: true idempotent: true call: exoscale-cluster.deleteskscluster with: id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-sks-cluster-details description: Retrieve SKS cluster details hints: readOnly: true destructive: false idempotent: true call: exoscale-cluster.getskscluster with: id: tools.id outputParameters: - type: object mapping: $. - name: update-sks-cluster description: Update an SKS cluster hints: readOnly: false destructive: false idempotent: true call: exoscale-cluster.updateskscluster with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: get-certificate-sks-cluster-authority description: Get the certificate for a SKS cluster authority hints: readOnly: true destructive: false idempotent: true call: exoscale-cluster.getsksclusterauthoritycert with: id: tools.id authority: tools.authority outputParameters: - type: object mapping: $. - name: get-latest-inspection-result description: Get the latest inspection result hints: readOnly: true destructive: false idempotent: true call: exoscale-cluster.getsksclusterinspection with: id: tools.id outputParameters: - type: object mapping: $. - name: rotate-exoscale-ccm-credentials description: Rotate Exoscale CCM credentials hints: readOnly: false destructive: false idempotent: true call: exoscale-cluster.rotatesksccmcredentials with: id: tools.id outputParameters: - type: object mapping: $. - name: rotate-exoscale-csi-credentials description: Rotate Exoscale CSI credentials hints: readOnly: false destructive: false idempotent: true call: exoscale-cluster.rotateskscsicredentials with: id: tools.id outputParameters: - type: object mapping: $. - name: rotate-exoscale-karpenter-credentials description: Rotate Exoscale Karpenter credentials hints: readOnly: false destructive: false idempotent: true call: exoscale-cluster.rotateskskarpentercredentials with: id: tools.id outputParameters: - type: object mapping: $. - name: rotate-operators-certificate-authority description: Rotate operators certificate authority hints: readOnly: false destructive: false idempotent: true call: exoscale-cluster.rotatesksoperatorsca with: id: tools.id outputParameters: - type: object mapping: $. - name: upgrade-sks-cluster description: Upgrade an SKS cluster hints: readOnly: false destructive: false idempotent: true call: exoscale-cluster.upgradeskscluster with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: upgrade-sks-cluster-pro description: Upgrade a SKS cluster to pro hints: readOnly: false destructive: false idempotent: true call: exoscale-cluster.upgradesksclusterservicelevel with: id: tools.id outputParameters: - type: object mapping: $.