Qovery · Capability

Qovery API — Application Custom Domain

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

Run with Naftiko QoveryApplication Custom Domain

What You Can Do

GET
Checkapplicationcustomdomain — Check Application Custom Domain
/v1/application/{applicationid}/checkcustomdomain
GET
Listapplicationcustomdomain — List application custom domains
/v1/application/{applicationid}/customdomain
POST
Createapplicationcustomdomain — Add custom domain to the application.
/v1/application/{applicationid}/customdomain
PUT
Editcustomdomain — Edit a Custom Domain
/v1/application/{applicationid}/customdomain/{customdomainid}
DELETE
Deletecustomdomain — Delete a Custom Domain
/v1/application/{applicationid}/customdomain/{customdomainid}
GET
Getcustomdomainstatus — Get Custom Domain status
/v1/application/{applicationid}/customdomain/{customdomainid}/status

MCP Tools

check-application-custom-domain

Check Application Custom Domain

read-only idempotent
list-application-custom-domains

List application custom domains

read-only idempotent
add-custom-domain-application

Add custom domain to the application.

edit-custom-domain

Edit a Custom Domain

idempotent
delete-custom-domain

Delete a Custom Domain

idempotent
get-custom-domain-status

Get Custom Domain status

read-only idempotent

Capability Spec

qovery-application-custom-domain.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Qovery API — Application Custom Domain
  description: 'Qovery API — Application Custom Domain. 6 operations. Lead operation: Check Application Custom Domain. Self-contained
    Naftiko capability covering one Qovery business surface.'
  tags:
  - Qovery
  - Application 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-application-custom-domain
    baseUri: https://api.qovery.com
    description: Qovery API — Application Custom Domain business capability. Self-contained, no shared references.
    resources:
    - name: application-applicationId-checkCustomDomain
      path: /application/{applicationId}/checkCustomDomain
      operations:
      - name: checkapplicationcustomdomain
        method: GET
        description: Check Application Custom Domain
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: application-applicationId-customDomain
      path: /application/{applicationId}/customDomain
      operations:
      - name: listapplicationcustomdomain
        method: GET
        description: List application custom domains
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createapplicationcustomdomain
        method: POST
        description: Add custom domain to the application.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: application-applicationId-customDomain-customDomainId
      path: /application/{applicationId}/customDomain/{customDomainId}
      operations:
      - name: editcustomdomain
        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: deletecustomdomain
        method: DELETE
        description: Delete a Custom Domain
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: application-applicationId-customDomain-customDomainId-status
      path: /application/{applicationId}/customDomain/{customDomainId}/status
      operations:
      - name: getcustomdomainstatus
        method: GET
        description: Get Custom Domain status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.QOVERY_API_KEY}}'
  exposes:
  - type: rest
    namespace: qovery-application-custom-domain-rest
    port: 8080
    description: REST adapter for Qovery API — Application Custom Domain. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/application/{applicationid}/checkcustomdomain
      name: application-applicationid-checkcustomdomain
      description: REST surface for application-applicationId-checkCustomDomain.
      operations:
      - method: GET
        name: checkapplicationcustomdomain
        description: Check Application Custom Domain
        call: qovery-application-custom-domain.checkapplicationcustomdomain
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/application/{applicationid}/customdomain
      name: application-applicationid-customdomain
      description: REST surface for application-applicationId-customDomain.
      operations:
      - method: GET
        name: listapplicationcustomdomain
        description: List application custom domains
        call: qovery-application-custom-domain.listapplicationcustomdomain
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createapplicationcustomdomain
        description: Add custom domain to the application.
        call: qovery-application-custom-domain.createapplicationcustomdomain
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/application/{applicationid}/customdomain/{customdomainid}
      name: application-applicationid-customdomain-customdomainid
      description: REST surface for application-applicationId-customDomain-customDomainId.
      operations:
      - method: PUT
        name: editcustomdomain
        description: Edit a Custom Domain
        call: qovery-application-custom-domain.editcustomdomain
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletecustomdomain
        description: Delete a Custom Domain
        call: qovery-application-custom-domain.deletecustomdomain
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/application/{applicationid}/customdomain/{customdomainid}/status
      name: application-applicationid-customdomain-customdomainid-status
      description: REST surface for application-applicationId-customDomain-customDomainId-status.
      operations:
      - method: GET
        name: getcustomdomainstatus
        description: Get Custom Domain status
        call: qovery-application-custom-domain.getcustomdomainstatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: qovery-application-custom-domain-mcp
    port: 9090
    transport: http
    description: MCP adapter for Qovery API — Application Custom Domain. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: check-application-custom-domain
      description: Check Application Custom Domain
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-application-custom-domain.checkapplicationcustomdomain
      outputParameters:
      - type: object
        mapping: $.
    - name: list-application-custom-domains
      description: List application custom domains
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-application-custom-domain.listapplicationcustomdomain
      outputParameters:
      - type: object
        mapping: $.
    - name: add-custom-domain-application
      description: Add custom domain to the application.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: qovery-application-custom-domain.createapplicationcustomdomain
      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-application-custom-domain.editcustomdomain
      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-application-custom-domain.deletecustomdomain
      outputParameters:
      - type: object
        mapping: $.
    - name: get-custom-domain-status
      description: Get Custom Domain status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-application-custom-domain.getcustomdomainstatus
      outputParameters:
      - type: object
        mapping: $.