Qovery · Capability

Qovery API — Organization Enterprise Connection

Qovery API — Organization Enterprise Connection. 3 operations. Lead operation: List enterprise connections. Self-contained Naftiko capability covering one Qovery business surface.

Run with Naftiko QoveryOrganization Enterprise Connection

What You Can Do

GET
Listorganizationenterpriseconnections — List enterprise connections
/v1/organization/{organizationid}/enterpriseconnection
GET
Getorganizationenterpriseconnection — Get enterprise connection
/v1/organization/{organizationid}/enterpriseconnection/{connectionname}
PUT
Updateorganizationenterpriseconnection — Update enterprise connection
/v1/organization/{organizationid}/enterpriseconnection/{connectionname}

MCP Tools

list-enterprise-connections

List enterprise connections

read-only idempotent
get-enterprise-connection

Get enterprise connection

read-only idempotent
update-enterprise-connection

Update enterprise connection

idempotent

Capability Spec

qovery-organization-enterprise-connection.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Qovery API — Organization Enterprise Connection
  description: 'Qovery API — Organization Enterprise Connection. 3 operations. Lead operation: List enterprise connections.
    Self-contained Naftiko capability covering one Qovery business surface.'
  tags:
  - Qovery
  - Organization Enterprise Connection
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    QOVERY_API_KEY: QOVERY_API_KEY
capability:
  consumes:
  - type: http
    namespace: qovery-organization-enterprise-connection
    baseUri: https://api.qovery.com
    description: Qovery API — Organization Enterprise Connection business capability. Self-contained, no shared references.
    resources:
    - name: organization-organizationId-enterpriseconnection
      path: /organization/{organizationId}/enterpriseconnection
      operations:
      - name: listorganizationenterpriseconnections
        method: GET
        description: List enterprise connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: organization-organizationId-enterpriseconnection-connectionName
      path: /organization/{organizationId}/enterpriseconnection/{connectionName}
      operations:
      - name: getorganizationenterpriseconnection
        method: GET
        description: Get enterprise connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateorganizationenterpriseconnection
        method: PUT
        description: Update enterprise connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.QOVERY_API_KEY}}'
  exposes:
  - type: rest
    namespace: qovery-organization-enterprise-connection-rest
    port: 8080
    description: REST adapter for Qovery API — Organization Enterprise Connection. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/organization/{organizationid}/enterpriseconnection
      name: organization-organizationid-enterpriseconnection
      description: REST surface for organization-organizationId-enterpriseconnection.
      operations:
      - method: GET
        name: listorganizationenterpriseconnections
        description: List enterprise connections
        call: qovery-organization-enterprise-connection.listorganizationenterpriseconnections
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{organizationid}/enterpriseconnection/{connectionname}
      name: organization-organizationid-enterpriseconnection-connectionname
      description: REST surface for organization-organizationId-enterpriseconnection-connectionName.
      operations:
      - method: GET
        name: getorganizationenterpriseconnection
        description: Get enterprise connection
        call: qovery-organization-enterprise-connection.getorganizationenterpriseconnection
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateorganizationenterpriseconnection
        description: Update enterprise connection
        call: qovery-organization-enterprise-connection.updateorganizationenterpriseconnection
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: qovery-organization-enterprise-connection-mcp
    port: 9090
    transport: http
    description: MCP adapter for Qovery API — Organization Enterprise Connection. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-enterprise-connections
      description: List enterprise connections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-organization-enterprise-connection.listorganizationenterpriseconnections
      outputParameters:
      - type: object
        mapping: $.
    - name: get-enterprise-connection
      description: Get enterprise connection
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-organization-enterprise-connection.getorganizationenterpriseconnection
      outputParameters:
      - type: object
        mapping: $.
    - name: update-enterprise-connection
      description: Update enterprise connection
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: qovery-organization-enterprise-connection.updateorganizationenterpriseconnection
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.