naftiko: 1.0.0-alpha2 info: label: Qovery API — Members description: 'Qovery API — Members. 9 operations. Lead operation: Get invited members. Self-contained Naftiko capability covering one Qovery business surface.' tags: - Qovery - Members created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: QOVERY_API_KEY: QOVERY_API_KEY capability: consumes: - type: http namespace: qovery-members baseUri: https://api.qovery.com description: Qovery API — Members business capability. Self-contained, no shared references. resources: - name: organization-organizationId-inviteMember path: /organization/{organizationId}/inviteMember operations: - name: getorganizationinvitedmembers method: GET description: Get invited members outputRawFormat: json outputParameters: - name: result type: object value: $. - name: postinvitemember method: POST description: Invite someone in the organization outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: organization-organizationId-inviteMember-inviteId path: /organization/{organizationId}/inviteMember/{inviteId} operations: - name: getmemberinvitation method: GET description: Get member invitation outputRawFormat: json outputParameters: - name: result type: object value: $. - name: postacceptinvitemember method: POST description: Accept Invite in the organization outputRawFormat: json outputParameters: - name: result type: object value: $. - name: deleteinvitemember method: DELETE description: Remove an invited member outputRawFormat: json outputParameters: - name: result type: object value: $. - name: organization-organizationId-member path: /organization/{organizationId}/member operations: - name: getorganizationmembers method: GET description: Get organization members outputRawFormat: json outputParameters: - name: result type: object value: $. - name: editorganizationmemberrole method: PUT description: Edit an organization member role outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: deletemember method: DELETE description: Remove a member outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: organization-organizationId-transferOwnership path: /organization/{organizationId}/transferOwnership operations: - name: postorganizationtransferownership method: POST description: Transfer organization ownership to another user 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-members-rest port: 8080 description: REST adapter for Qovery API — Members. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/organization/{organizationid}/invitemember name: organization-organizationid-invitemember description: REST surface for organization-organizationId-inviteMember. operations: - method: GET name: getorganizationinvitedmembers description: Get invited members call: qovery-members.getorganizationinvitedmembers outputParameters: - type: object mapping: $. - method: POST name: postinvitemember description: Invite someone in the organization call: qovery-members.postinvitemember with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/organization/{organizationid}/invitemember/{inviteid} name: organization-organizationid-invitemember-inviteid description: REST surface for organization-organizationId-inviteMember-inviteId. operations: - method: GET name: getmemberinvitation description: Get member invitation call: qovery-members.getmemberinvitation outputParameters: - type: object mapping: $. - method: POST name: postacceptinvitemember description: Accept Invite in the organization call: qovery-members.postacceptinvitemember outputParameters: - type: object mapping: $. - method: DELETE name: deleteinvitemember description: Remove an invited member call: qovery-members.deleteinvitemember outputParameters: - type: object mapping: $. - path: /v1/organization/{organizationid}/member name: organization-organizationid-member description: REST surface for organization-organizationId-member. operations: - method: GET name: getorganizationmembers description: Get organization members call: qovery-members.getorganizationmembers outputParameters: - type: object mapping: $. - method: PUT name: editorganizationmemberrole description: Edit an organization member role call: qovery-members.editorganizationmemberrole with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletemember description: Remove a member call: qovery-members.deletemember with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/organization/{organizationid}/transferownership name: organization-organizationid-transferownership description: REST surface for organization-organizationId-transferOwnership. operations: - method: POST name: postorganizationtransferownership description: Transfer organization ownership to another user call: qovery-members.postorganizationtransferownership with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: qovery-members-mcp port: 9090 transport: http description: MCP adapter for Qovery API — Members. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: get-invited-members description: Get invited members hints: readOnly: true destructive: false idempotent: true call: qovery-members.getorganizationinvitedmembers outputParameters: - type: object mapping: $. - name: invite-someone-organization description: Invite someone in the organization hints: readOnly: false destructive: false idempotent: false call: qovery-members.postinvitemember with: body: tools.body outputParameters: - type: object mapping: $. - name: get-member-invitation description: Get member invitation hints: readOnly: true destructive: false idempotent: true call: qovery-members.getmemberinvitation outputParameters: - type: object mapping: $. - name: accept-invite-organization description: Accept Invite in the organization hints: readOnly: false destructive: false idempotent: false call: qovery-members.postacceptinvitemember outputParameters: - type: object mapping: $. - name: remove-invited-member description: Remove an invited member hints: readOnly: false destructive: true idempotent: true call: qovery-members.deleteinvitemember outputParameters: - type: object mapping: $. - name: get-organization-members description: Get organization members hints: readOnly: true destructive: false idempotent: true call: qovery-members.getorganizationmembers outputParameters: - type: object mapping: $. - name: edit-organization-member-role description: Edit an organization member role hints: readOnly: false destructive: false idempotent: true call: qovery-members.editorganizationmemberrole with: body: tools.body outputParameters: - type: object mapping: $. - name: remove-member description: Remove a member hints: readOnly: false destructive: true idempotent: true call: qovery-members.deletemember with: body: tools.body outputParameters: - type: object mapping: $. - name: transfer-organization-ownership-another-user description: Transfer organization ownership to another user hints: readOnly: false destructive: false idempotent: false call: qovery-members.postorganizationtransferownership with: body: tools.body outputParameters: - type: object mapping: $.