Apideck · Capability

Apideck File storage API — Shared Links

Apideck File storage API — Shared Links. 5 operations. Lead operation: Apideck List Shared Links. Self-contained Naftiko capability covering one Apideck business surface.

Run with Naftiko ApideckShared Links

What You Can Do

GET
Sharedlinksall — Apideck List Shared Links
/v1/file-storage/shared-links
POST
Sharedlinksadd — Apideck Create Shared Link
/v1/file-storage/shared-links
GET
Sharedlinksone — Apideck Get Shared Link
/v1/file-storage/shared-links/{id}
PATCH
Sharedlinksupdate — Apideck Update Shared Link
/v1/file-storage/shared-links/{id}
DELETE
Sharedlinksdelete — Apideck Delete Shared Link
/v1/file-storage/shared-links/{id}

MCP Tools

apideck-list-shared-links

Apideck List Shared Links

read-only idempotent
apideck-create-shared-link

Apideck Create Shared Link

apideck-get-shared-link

Apideck Get Shared Link

read-only idempotent
apideck-update-shared-link

Apideck Update Shared Link

idempotent
apideck-delete-shared-link

Apideck Delete Shared Link

idempotent

Capability Spec

file-storage-shared-links.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apideck File storage API — Shared Links
  description: 'Apideck File storage API — Shared Links. 5 operations. Lead operation: Apideck List Shared Links. Self-contained
    Naftiko capability covering one Apideck business surface.'
  tags:
  - Apideck
  - Shared Links
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APIDECK_API_KEY: APIDECK_API_KEY
capability:
  consumes:
  - type: http
    namespace: file-storage-shared-links
    baseUri: https://unify.apideck.com
    description: Apideck File storage API — Shared Links business capability. Self-contained, no shared references.
    resources:
    - name: file-storage-shared-links
      path: /file-storage/shared-links
      operations:
      - name: sharedlinksall
        method: GET
        description: Apideck List Shared Links
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: sharedlinksadd
        method: POST
        description: Apideck Create Shared Link
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: file-storage-shared-links-id
      path: /file-storage/shared-links/{id}
      operations:
      - name: sharedlinksone
        method: GET
        description: Apideck Get Shared Link
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: sharedlinksupdate
        method: PATCH
        description: Apideck Update Shared Link
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: sharedlinksdelete
        method: DELETE
        description: Apideck Delete Shared Link
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.APIDECK_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: file-storage-shared-links-rest
    port: 8080
    description: REST adapter for Apideck File storage API — Shared Links. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/file-storage/shared-links
      name: file-storage-shared-links
      description: REST surface for file-storage-shared-links.
      operations:
      - method: GET
        name: sharedlinksall
        description: Apideck List Shared Links
        call: file-storage-shared-links.sharedlinksall
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: sharedlinksadd
        description: Apideck Create Shared Link
        call: file-storage-shared-links.sharedlinksadd
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/file-storage/shared-links/{id}
      name: file-storage-shared-links-id
      description: REST surface for file-storage-shared-links-id.
      operations:
      - method: GET
        name: sharedlinksone
        description: Apideck Get Shared Link
        call: file-storage-shared-links.sharedlinksone
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: sharedlinksupdate
        description: Apideck Update Shared Link
        call: file-storage-shared-links.sharedlinksupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: sharedlinksdelete
        description: Apideck Delete Shared Link
        call: file-storage-shared-links.sharedlinksdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: file-storage-shared-links-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apideck File storage API — Shared Links. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: apideck-list-shared-links
      description: Apideck List Shared Links
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: file-storage-shared-links.sharedlinksall
      outputParameters:
      - type: object
        mapping: $.
    - name: apideck-create-shared-link
      description: Apideck Create Shared Link
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: file-storage-shared-links.sharedlinksadd
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apideck-get-shared-link
      description: Apideck Get Shared Link
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: file-storage-shared-links.sharedlinksone
      outputParameters:
      - type: object
        mapping: $.
    - name: apideck-update-shared-link
      description: Apideck Update Shared Link
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: file-storage-shared-links.sharedlinksupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apideck-delete-shared-link
      description: Apideck Delete Shared Link
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: file-storage-shared-links.sharedlinksdelete
      outputParameters:
      - type: object
        mapping: $.