Qovery · Capability

Qovery API — Helm Custom Domain

Qovery API — Helm Custom Domain. 6 operations. Lead operation: Check Helm Custom Domain. Self-contained Naftiko capability covering one Qovery business surface.

Run with Naftiko QoveryHelm Custom Domain

What You Can Do

GET
Checkhelmcustomdomain — Check Helm Custom Domain
/v1/helm/{helmid}/checkcustomdomain
GET
Listhelmcustomdomain — List helm custom domains
/v1/helm/{helmid}/customdomain
POST
Createhelmcustomdomain — Add custom domain to the helm.
/v1/helm/{helmid}/customdomain
PUT
Edithelmcustomdomain — Edit a Custom Domain
/v1/helm/{helmid}/customdomain/{customdomainid}
DELETE
Deletehelmcustomdomain — Delete a Custom Domain
/v1/helm/{helmid}/customdomain/{customdomainid}
GET
Gethelmcustomdomain — Get a Custom Domain
/v1/helm/{helmid}/customdomain/{customdomainid}

MCP Tools

check-helm-custom-domain

Check Helm Custom Domain

read-only idempotent
list-helm-custom-domains

List helm custom domains

read-only idempotent
add-custom-domain-helm

Add custom domain to the helm.

edit-custom-domain

Edit a Custom Domain

idempotent
delete-custom-domain

Delete a Custom Domain

idempotent
get-custom-domain

Get a Custom Domain

read-only idempotent

Capability Spec

qovery-helm-custom-domain.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Qovery API — Helm Custom Domain
  description: 'Qovery API — Helm Custom Domain. 6 operations. Lead operation: Check Helm Custom Domain. Self-contained Naftiko
    capability covering one Qovery business surface.'
  tags:
  - Qovery
  - Helm Custom Domain
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    QOVERY_API_KEY: QOVERY_API_KEY
capability:
  consumes:
  - type: http
    namespace: qovery-helm-custom-domain
    baseUri: https://api.qovery.com
    description: Qovery API — Helm Custom Domain business capability. Self-contained, no shared references.
    resources:
    - name: helm-helmId-checkCustomDomain
      path: /helm/{helmId}/checkCustomDomain
      operations:
      - name: checkhelmcustomdomain
        method: GET
        description: Check Helm Custom Domain
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: helm-helmId-customDomain
      path: /helm/{helmId}/customDomain
      operations:
      - name: listhelmcustomdomain
        method: GET
        description: List helm custom domains
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createhelmcustomdomain
        method: POST
        description: Add custom domain to the helm.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: helm-helmId-customDomain-customDomainId
      path: /helm/{helmId}/customDomain/{customDomainId}
      operations:
      - name: edithelmcustomdomain
        method: PUT
        description: Edit a Custom Domain
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletehelmcustomdomain
        method: DELETE
        description: Delete a Custom Domain
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: gethelmcustomdomain
        method: GET
        description: Get a Custom Domain
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.QOVERY_API_KEY}}'
  exposes:
  - type: rest
    namespace: qovery-helm-custom-domain-rest
    port: 8080
    description: REST adapter for Qovery API — Helm Custom Domain. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/helm/{helmid}/checkcustomdomain
      name: helm-helmid-checkcustomdomain
      description: REST surface for helm-helmId-checkCustomDomain.
      operations:
      - method: GET
        name: checkhelmcustomdomain
        description: Check Helm Custom Domain
        call: qovery-helm-custom-domain.checkhelmcustomdomain
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/helm/{helmid}/customdomain
      name: helm-helmid-customdomain
      description: REST surface for helm-helmId-customDomain.
      operations:
      - method: GET
        name: listhelmcustomdomain
        description: List helm custom domains
        call: qovery-helm-custom-domain.listhelmcustomdomain
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createhelmcustomdomain
        description: Add custom domain to the helm.
        call: qovery-helm-custom-domain.createhelmcustomdomain
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/helm/{helmid}/customdomain/{customdomainid}
      name: helm-helmid-customdomain-customdomainid
      description: REST surface for helm-helmId-customDomain-customDomainId.
      operations:
      - method: PUT
        name: edithelmcustomdomain
        description: Edit a Custom Domain
        call: qovery-helm-custom-domain.edithelmcustomdomain
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletehelmcustomdomain
        description: Delete a Custom Domain
        call: qovery-helm-custom-domain.deletehelmcustomdomain
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: gethelmcustomdomain
        description: Get a Custom Domain
        call: qovery-helm-custom-domain.gethelmcustomdomain
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: qovery-helm-custom-domain-mcp
    port: 9090
    transport: http
    description: MCP adapter for Qovery API — Helm Custom Domain. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: check-helm-custom-domain
      description: Check Helm Custom Domain
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-helm-custom-domain.checkhelmcustomdomain
      outputParameters:
      - type: object
        mapping: $.
    - name: list-helm-custom-domains
      description: List helm custom domains
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-helm-custom-domain.listhelmcustomdomain
      outputParameters:
      - type: object
        mapping: $.
    - name: add-custom-domain-helm
      description: Add custom domain to the helm.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: qovery-helm-custom-domain.createhelmcustomdomain
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: edit-custom-domain
      description: Edit a Custom Domain
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: qovery-helm-custom-domain.edithelmcustomdomain
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-custom-domain
      description: Delete a Custom Domain
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: qovery-helm-custom-domain.deletehelmcustomdomain
      outputParameters:
      - type: object
        mapping: $.
    - name: get-custom-domain
      description: Get a Custom Domain
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-helm-custom-domain.gethelmcustomdomain
      outputParameters:
      - type: object
        mapping: $.