Qovery · Capability

Qovery API — Helm Repositories

Qovery API — Helm Repositories. 7 operations. Lead operation: List supported helm repository. Self-contained Naftiko capability covering one Qovery business surface.

Run with Naftiko QoveryHelm Repositories

What You Can Do

GET
Listavailablehelmrepository — List supported helm repository
/v1/availablehelmrepository
GET
Listhelmrepository — List organization helm repositories
/v1/organization/{organizationid}/helmrepository
POST
Createhelmrepository — Create a helm repository
/v1/organization/{organizationid}/helmrepository
GET
Gethelmrepository — Get a helm repository
/v1/organization/{organizationid}/helmrepository/{helmrepositoryid}
DELETE
Deletehelmrepository — Delete a helm repository
/v1/organization/{organizationid}/helmrepository/{helmrepositoryid}
PUT
Edithelmrepository — Edit a helm repository
/v1/organization/{organizationid}/helmrepository/{helmrepositoryid}
GET
Gethelmcharts — List helm charts contained inside the repository
/v1/organization/{organizationid}/helmrepository/{helmrepositoryid}/charts

MCP Tools

list-supported-helm-repository

List supported helm repository

read-only idempotent
list-organization-helm-repositories

List organization helm repositories

read-only idempotent
create-helm-repository

Create a helm repository

get-helm-repository

Get a helm repository

read-only idempotent
delete-helm-repository

Delete a helm repository

idempotent
edit-helm-repository

Edit a helm repository

idempotent
list-helm-charts-contained-inside

List helm charts contained inside the repository

read-only idempotent

Capability Spec

qovery-helm-repositories.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Qovery API — Helm Repositories
  description: 'Qovery API — Helm Repositories. 7 operations. Lead operation: List supported helm repository. Self-contained
    Naftiko capability covering one Qovery business surface.'
  tags:
  - Qovery
  - Helm Repositories
  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-repositories
    baseUri: https://api.qovery.com
    description: Qovery API — Helm Repositories business capability. Self-contained, no shared references.
    resources:
    - name: availableHelmRepository
      path: /availableHelmRepository
      operations:
      - name: listavailablehelmrepository
        method: GET
        description: List supported helm repository
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: organization-organizationId-helmRepository
      path: /organization/{organizationId}/helmRepository
      operations:
      - name: listhelmrepository
        method: GET
        description: List organization helm repositories
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createhelmrepository
        method: POST
        description: Create a helm repository
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: organization-organizationId-helmRepository-helmRepositoryId
      path: /organization/{organizationId}/helmRepository/{helmRepositoryId}
      operations:
      - name: gethelmrepository
        method: GET
        description: Get a helm repository
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deletehelmrepository
        method: DELETE
        description: Delete a helm repository
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: edithelmrepository
        method: PUT
        description: Edit a helm repository
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: organization-organizationId-helmRepository-helmRepositoryId-charts
      path: /organization/{organizationId}/helmRepository/{helmRepositoryId}/charts
      operations:
      - name: gethelmcharts
        method: GET
        description: List helm charts contained inside the repository
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.QOVERY_API_KEY}}'
  exposes:
  - type: rest
    namespace: qovery-helm-repositories-rest
    port: 8080
    description: REST adapter for Qovery API — Helm Repositories. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/availablehelmrepository
      name: availablehelmrepository
      description: REST surface for availableHelmRepository.
      operations:
      - method: GET
        name: listavailablehelmrepository
        description: List supported helm repository
        call: qovery-helm-repositories.listavailablehelmrepository
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{organizationid}/helmrepository
      name: organization-organizationid-helmrepository
      description: REST surface for organization-organizationId-helmRepository.
      operations:
      - method: GET
        name: listhelmrepository
        description: List organization helm repositories
        call: qovery-helm-repositories.listhelmrepository
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createhelmrepository
        description: Create a helm repository
        call: qovery-helm-repositories.createhelmrepository
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{organizationid}/helmrepository/{helmrepositoryid}
      name: organization-organizationid-helmrepository-helmrepositoryid
      description: REST surface for organization-organizationId-helmRepository-helmRepositoryId.
      operations:
      - method: GET
        name: gethelmrepository
        description: Get a helm repository
        call: qovery-helm-repositories.gethelmrepository
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletehelmrepository
        description: Delete a helm repository
        call: qovery-helm-repositories.deletehelmrepository
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: edithelmrepository
        description: Edit a helm repository
        call: qovery-helm-repositories.edithelmrepository
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{organizationid}/helmrepository/{helmrepositoryid}/charts
      name: organization-organizationid-helmrepository-helmrepositoryid-charts
      description: REST surface for organization-organizationId-helmRepository-helmRepositoryId-charts.
      operations:
      - method: GET
        name: gethelmcharts
        description: List helm charts contained inside the repository
        call: qovery-helm-repositories.gethelmcharts
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: qovery-helm-repositories-mcp
    port: 9090
    transport: http
    description: MCP adapter for Qovery API — Helm Repositories. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-supported-helm-repository
      description: List supported helm repository
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-helm-repositories.listavailablehelmrepository
      outputParameters:
      - type: object
        mapping: $.
    - name: list-organization-helm-repositories
      description: List organization helm repositories
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-helm-repositories.listhelmrepository
      outputParameters:
      - type: object
        mapping: $.
    - name: create-helm-repository
      description: Create a helm repository
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: qovery-helm-repositories.createhelmrepository
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-helm-repository
      description: Get a helm repository
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-helm-repositories.gethelmrepository
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-helm-repository
      description: Delete a helm repository
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: qovery-helm-repositories.deletehelmrepository
      outputParameters:
      - type: object
        mapping: $.
    - name: edit-helm-repository
      description: Edit a helm repository
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: qovery-helm-repositories.edithelmrepository
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: list-helm-charts-contained-inside
      description: List helm charts contained inside the repository
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-helm-repositories.gethelmcharts
      outputParameters:
      - type: object
        mapping: $.