Pipedream · Capability

Pipedream API - File Stash

Pipedream API - File Stash. 1 operations. Self-contained Naftiko capability covering one Pipedream business surface.

Pipedream API - File Stash is a Naftiko capability published by Pipedream, one of 16 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/connect/{…}/file_stash/download.

The capability includes 1 read-only operation. Lead operation: Download File. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Pipedream and File Stash.

Run with Naftiko PipedreamFile Stash

What You Can Do

GET
Downloadfilestashfile — Download File
/v1/connect/{project_id}/file_stash/download

MCP Tools

downloadfilestashfile

Download File

read-only idempotent

Capability Spec

pipedream-connect-file-stash.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Pipedream API - File Stash
  description: Pipedream API - File Stash. 1 operations. Self-contained Naftiko capability covering one Pipedream business surface.
  tags:
  - Pipedream
  - File Stash
  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-file-stash
    baseUri: https://api.pipedream.com
    description: Pipedream API - File Stash business capability. Self-contained, no shared references.
    resources:
    - name: v1-connect-project-id-file-stash-download
      path: /v1/connect/{project_id}/file_stash/download
      operations:
      - name: downloadfilestashfile
        method: GET
        description: Download File
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: s3_key
          in: query
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.PIPEDREAM_ACCESS_TOKEN}}'
  exposes:
  - type: rest
    namespace: pipedream-connect-file-stash-rest
    port: 8080
    description: REST adapter for Pipedream API - File Stash. One resource per consumed operation.
    resources:
    - path: /v1/connect/{project_id}/file_stash/download
      name: v1-connect-project-id-file-stash-download
      description: REST surface for v1-connect-project-id-file-stash-download.
      operations:
      - method: GET
        name: downloadfilestashfile
        description: Download File
        call: pipedream-connect-file-stash.downloadfilestashfile
        with:
          s3_key: rest.s3_key
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pipedream-connect-file-stash-mcp
    port: 9090
    transport: http
    description: MCP adapter for Pipedream API - File Stash. One tool per consumed operation.
    tools:
    - name: downloadfilestashfile
      description: Download File
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pipedream-connect-file-stash.downloadfilestashfile
      with:
        s3_key: tools.s3_key
      outputParameters:
      - type: object
        mapping: $.