Vessel · Capability

Vessel Platform API — Integrations

Vessel Platform API — Integrations. 1 operations. Lead operation: List All Integrations. Self-contained Naftiko capability covering one Vessel business surface.

Run with Naftiko VesselIntegrations

What You Can Do

POST
Listintegrations — List All Integrations
/v1/integrations/list

MCP Tools

list-all-integrations

List All Integrations

read-only

Capability Spec

platform-integrations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Vessel Platform API — Integrations
  description: 'Vessel Platform API — Integrations. 1 operations. Lead operation: List All Integrations. Self-contained Naftiko
    capability covering one Vessel business surface.'
  tags:
  - Vessel
  - Integrations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VESSEL_API_KEY: VESSEL_API_KEY
capability:
  consumes:
  - type: http
    namespace: platform-integrations
    baseUri: https://api.vessel.dev
    description: Vessel Platform API — Integrations business capability. Self-contained, no shared references.
    resources:
    - name: integrations-list
      path: /integrations/list
      operations:
      - name: listintegrations
        method: POST
        description: List All Integrations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: x-vessel-api-token
      value: '{{env.VESSEL_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: platform-integrations-rest
    port: 8080
    description: REST adapter for Vessel Platform API — Integrations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/integrations/list
      name: integrations-list
      description: REST surface for integrations-list.
      operations:
      - method: POST
        name: listintegrations
        description: List All Integrations
        call: platform-integrations.listintegrations
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-integrations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Vessel Platform API — Integrations. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-all-integrations
      description: List All Integrations
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: platform-integrations.listintegrations
      outputParameters:
      - type: object
        mapping: $.