Oracle Container Engine for Kubernetes (OKE) API — Credentials

Oracle Container Engine for Kubernetes (OKE) API — Credentials. 1 operations. Lead operation: Create kubeconfig content. Self-contained Naftiko capability covering one Oracle Container Engine business surface.

Run with Naftiko Oracle Container EngineCredentials

What You Can Do

POST
Createkubeconfig — Create kubeconfig content
/v1/clusters/{clusterid}/kubeconfig/content

MCP Tools

create-kubeconfig-content

Create kubeconfig content

Capability Spec

oracle-container-engine-credentials.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle Container Engine for Kubernetes (OKE) API — Credentials
  description: 'Oracle Container Engine for Kubernetes (OKE) API — Credentials. 1 operations. Lead operation: Create kubeconfig
    content. Self-contained Naftiko capability covering one Oracle Container Engine business surface.'
  tags:
  - Oracle Container Engine
  - Credentials
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORACLE_CONTAINER_ENGINE_API_KEY: ORACLE_CONTAINER_ENGINE_API_KEY
capability:
  consumes:
  - type: http
    namespace: oracle-container-engine-credentials
    baseUri: https://containerengine.{region}.oci.oraclecloud.com/20180222
    description: Oracle Container Engine for Kubernetes (OKE) API — Credentials business capability. Self-contained, no shared
      references.
    resources:
    - name: clusters-clusterId-kubeconfig-content
      path: /clusters/{clusterId}/kubeconfig/content
      operations:
      - name: createkubeconfig
        method: POST
        description: Create kubeconfig content
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ORACLE_CONTAINER_ENGINE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: oracle-container-engine-credentials-rest
    port: 8080
    description: REST adapter for Oracle Container Engine for Kubernetes (OKE) API — Credentials. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/clusters/{clusterid}/kubeconfig/content
      name: clusters-clusterid-kubeconfig-content
      description: REST surface for clusters-clusterId-kubeconfig-content.
      operations:
      - method: POST
        name: createkubeconfig
        description: Create kubeconfig content
        call: oracle-container-engine-credentials.createkubeconfig
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: oracle-container-engine-credentials-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle Container Engine for Kubernetes (OKE) API — Credentials. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: create-kubeconfig-content
      description: Create kubeconfig content
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: oracle-container-engine-credentials.createkubeconfig
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.