Prisma · Capability

Prisma Postgres Management API — Integrations

Prisma Postgres Management API — Integrations. 1 operations. Lead operation: Prisma List configured integrations. Self-contained Naftiko capability covering one Prisma business surface.

Run with Naftiko PrismaIntegrations

What You Can Do

GET
Listintegrations — Prisma List configured integrations
/v1/integrations

MCP Tools

prisma-list-configured-integrations

Prisma List configured integrations

read-only idempotent

Capability Spec

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