Pipedream · Capability

Pipedream API - Components

Pipedream API - Components. 4 operations. Self-contained Naftiko capability covering one Pipedream business surface.

Pipedream API - Components is a Naftiko capability published by Pipedream, one of 16 capabilities the APIs.io network indexes for this provider. It bundles 4 operations across the GET and POST methods rooted at /v1/connect/{…}/components.

The capability includes 2 read-only operations and 2 state-changing operations. Lead operation: List Components. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Pipedream and Components.

Run with Naftiko PipedreamComponents

What You Can Do

GET
Listcomponents — List Components
/v1/connect/{project_id}/components
GET
Retrievecomponent — Retrieve Component
/v1/connect/{project_id}/components/{component_id}
POST
Configurecomponentprop — Configure Component Prop
/v1/connect/{project_id}/components/configure
POST
Reloadcomponentprops — Reload Component Props
/v1/connect/{project_id}/components/props

MCP Tools

listcomponents

List Components

read-only idempotent
retrievecomponent

Retrieve Component

read-only idempotent
configurecomponentprop

Configure Component Prop

reloadcomponentprops

Reload Component Props

Capability Spec

pipedream-connect-components.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Pipedream API - Components
  description: Pipedream API - Components. 4 operations. Self-contained Naftiko capability covering one Pipedream business surface.
  tags:
  - Pipedream
  - Components
  created: '2026-05-22'
  modified: '2026-05-22'
binds:
- namespace: env
  keys:
    PIPEDREAM_ACCESS_TOKEN: PIPEDREAM_ACCESS_TOKEN
capability:
  consumes:
  - type: http
    namespace: pipedream-connect-components
    baseUri: https://api.pipedream.com
    description: Pipedream API - Components business capability. Self-contained, no shared references.
    resources:
    - name: v1-connect-project-id-components
      path: /v1/connect/{project_id}/components
      operations:
      - name: listcomponents
        method: GET
        description: List Components
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: after
          in: query
          type: string
          required: false
        - name: before
          in: query
          type: string
          required: false
        - name: limit
          in: query
          type: integer
          required: false
        - name: x-pd-environment
          in: header
          type: string
          required: true
        - name: q
          in: query
          type: string
          required: false
        - name: app
          in: query
          type: string
          required: false
        - name: registry
          in: query
          type: string
          required: false
        - name: component_type
          in: query
          type: string
          required: false
    - name: v1-connect-project-id-components-component-id
      path: /v1/connect/{project_id}/components/{component_id}
      operations:
      - name: retrievecomponent
        method: GET
        description: Retrieve Component
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-pd-environment
          in: header
          type: string
          required: true
        - name: component_id
          in: path
          type: string
          required: true
        - name: version
          in: query
          type: string
          required: false
    - name: v1-connect-project-id-components-configure
      path: /v1/connect/{project_id}/components/configure
      operations:
      - name: configurecomponentprop
        method: POST
        description: Configure Component Prop
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-pd-environment
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-connect-project-id-components-props
      path: /v1/connect/{project_id}/components/props
      operations:
      - name: reloadcomponentprops
        method: POST
        description: Reload Component Props
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-pd-environment
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.PIPEDREAM_ACCESS_TOKEN}}'
  exposes:
  - type: rest
    namespace: pipedream-connect-components-rest
    port: 8080
    description: REST adapter for Pipedream API - Components. One resource per consumed operation.
    resources:
    - path: /v1/connect/{project_id}/components
      name: v1-connect-project-id-components
      description: REST surface for v1-connect-project-id-components.
      operations:
      - method: GET
        name: listcomponents
        description: List Components
        call: pipedream-connect-components.listcomponents
        with:
          after: rest.after
          before: rest.before
          limit: rest.limit
          x-pd-environment: rest.x-pd-environment
          q: rest.q
          app: rest.app
          registry: rest.registry
          component_type: rest.component_type
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/connect/{project_id}/components/{component_id}
      name: v1-connect-project-id-components-component-id
      description: REST surface for v1-connect-project-id-components-component-id.
      operations:
      - method: GET
        name: retrievecomponent
        description: Retrieve Component
        call: pipedream-connect-components.retrievecomponent
        with:
          x-pd-environment: rest.x-pd-environment
          component_id: rest.component_id
          version: rest.version
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/connect/{project_id}/components/configure
      name: v1-connect-project-id-components-configure
      description: REST surface for v1-connect-project-id-components-configure.
      operations:
      - method: POST
        name: configurecomponentprop
        description: Configure Component Prop
        call: pipedream-connect-components.configurecomponentprop
        with:
          x-pd-environment: rest.x-pd-environment
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/connect/{project_id}/components/props
      name: v1-connect-project-id-components-props
      description: REST surface for v1-connect-project-id-components-props.
      operations:
      - method: POST
        name: reloadcomponentprops
        description: Reload Component Props
        call: pipedream-connect-components.reloadcomponentprops
        with:
          x-pd-environment: rest.x-pd-environment
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pipedream-connect-components-mcp
    port: 9090
    transport: http
    description: MCP adapter for Pipedream API - Components. One tool per consumed operation.
    tools:
    - name: listcomponents
      description: List Components
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pipedream-connect-components.listcomponents
      with:
        after: tools.after
        before: tools.before
        limit: tools.limit
        x-pd-environment: tools.x-pd-environment
        q: tools.q
        app: tools.app
        registry: tools.registry
        component_type: tools.component_type
      outputParameters:
      - type: object
        mapping: $.
    - name: retrievecomponent
      description: Retrieve Component
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pipedream-connect-components.retrievecomponent
      with:
        x-pd-environment: tools.x-pd-environment
        component_id: tools.component_id
        version: tools.version
      outputParameters:
      - type: object
        mapping: $.
    - name: configurecomponentprop
      description: Configure Component Prop
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: pipedream-connect-components.configurecomponentprop
      with:
        x-pd-environment: tools.x-pd-environment
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: reloadcomponentprops
      description: Reload Component Props
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: pipedream-connect-components.reloadcomponentprops
      with:
        x-pd-environment: tools.x-pd-environment
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.