Crossplane · Capability

Crossplane Kubernetes API — EnvironmentConfigs

Crossplane Kubernetes API — EnvironmentConfigs. 4 operations. Lead operation: Crossplane List EnvironmentConfigs. Self-contained Naftiko capability covering one Crossplane business surface.

Run with Naftiko CrossplaneEnvironmentConfigs

What You Can Do

GET
Listenvironmentconfigs — Crossplane List EnvironmentConfigs
/v1/apis/apiextensions-crossplane-io/v1/environmentconfigs
POST
Createenvironmentconfig — Crossplane Create an EnvironmentConfig
/v1/apis/apiextensions-crossplane-io/v1/environmentconfigs
GET
Getenvironmentconfig — Crossplane Get an EnvironmentConfig
/v1/apis/apiextensions-crossplane-io/v1/environmentconfigs/{name}
DELETE
Deleteenvironmentconfig — Crossplane Delete an EnvironmentConfig
/v1/apis/apiextensions-crossplane-io/v1/environmentconfigs/{name}

MCP Tools

crossplane-list-environmentconfigs

Crossplane List EnvironmentConfigs

read-only idempotent
crossplane-create-environmentconfig

Crossplane Create an EnvironmentConfig

crossplane-get-environmentconfig

Crossplane Get an EnvironmentConfig

read-only idempotent
crossplane-delete-environmentconfig

Crossplane Delete an EnvironmentConfig

idempotent

Capability Spec

kubernetes-environmentconfigs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Crossplane Kubernetes API — EnvironmentConfigs
  description: 'Crossplane Kubernetes API — EnvironmentConfigs. 4 operations. Lead operation: Crossplane List EnvironmentConfigs.
    Self-contained Naftiko capability covering one Crossplane business surface.'
  tags:
  - Crossplane
  - EnvironmentConfigs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CROSSPLANE_API_KEY: CROSSPLANE_API_KEY
capability:
  consumes:
  - type: http
    namespace: kubernetes-environmentconfigs
    baseUri: https://kubernetes.default.svc
    description: Crossplane Kubernetes API — EnvironmentConfigs business capability. Self-contained, no shared references.
    resources:
    - name: apis-apiextensions.crossplane.io-v1-environmentconfigs
      path: /apis/apiextensions.crossplane.io/v1/environmentconfigs
      operations:
      - name: listenvironmentconfigs
        method: GET
        description: Crossplane List EnvironmentConfigs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createenvironmentconfig
        method: POST
        description: Crossplane Create an EnvironmentConfig
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: apis-apiextensions.crossplane.io-v1-environmentconfigs-name
      path: /apis/apiextensions.crossplane.io/v1/environmentconfigs/{name}
      operations:
      - name: getenvironmentconfig
        method: GET
        description: Crossplane Get an EnvironmentConfig
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deleteenvironmentconfig
        method: DELETE
        description: Crossplane Delete an EnvironmentConfig
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.CROSSPLANE_API_KEY}}'
  exposes:
  - type: rest
    namespace: kubernetes-environmentconfigs-rest
    port: 8080
    description: REST adapter for Crossplane Kubernetes API — EnvironmentConfigs. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/apis/apiextensions-crossplane-io/v1/environmentconfigs
      name: apis-apiextensions-crossplane-io-v1-environmentconfigs
      description: REST surface for apis-apiextensions.crossplane.io-v1-environmentconfigs.
      operations:
      - method: GET
        name: listenvironmentconfigs
        description: Crossplane List EnvironmentConfigs
        call: kubernetes-environmentconfigs.listenvironmentconfigs
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createenvironmentconfig
        description: Crossplane Create an EnvironmentConfig
        call: kubernetes-environmentconfigs.createenvironmentconfig
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apis/apiextensions-crossplane-io/v1/environmentconfigs/{name}
      name: apis-apiextensions-crossplane-io-v1-environmentconfigs-name
      description: REST surface for apis-apiextensions.crossplane.io-v1-environmentconfigs-name.
      operations:
      - method: GET
        name: getenvironmentconfig
        description: Crossplane Get an EnvironmentConfig
        call: kubernetes-environmentconfigs.getenvironmentconfig
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteenvironmentconfig
        description: Crossplane Delete an EnvironmentConfig
        call: kubernetes-environmentconfigs.deleteenvironmentconfig
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: kubernetes-environmentconfigs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Crossplane Kubernetes API — EnvironmentConfigs. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: crossplane-list-environmentconfigs
      description: Crossplane List EnvironmentConfigs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: kubernetes-environmentconfigs.listenvironmentconfigs
      outputParameters:
      - type: object
        mapping: $.
    - name: crossplane-create-environmentconfig
      description: Crossplane Create an EnvironmentConfig
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: kubernetes-environmentconfigs.createenvironmentconfig
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: crossplane-get-environmentconfig
      description: Crossplane Get an EnvironmentConfig
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: kubernetes-environmentconfigs.getenvironmentconfig
      outputParameters:
      - type: object
        mapping: $.
    - name: crossplane-delete-environmentconfig
      description: Crossplane Delete an EnvironmentConfig
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: kubernetes-environmentconfigs.deleteenvironmentconfig
      outputParameters:
      - type: object
        mapping: $.