APIs.io Engineering Platform Postman API — Collection Folders

APIs.io Engineering Platform Postman API — Collection Folders. 8 operations. Lead operation: APIs.io Engineering Platform Create a folder. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformCollection Folders

What You Can Do

POST
Createcollectionfolder — APIs.io Engineering Platform Create a folder
/v1/collections/{collectionid}/folders
GET
Getcollectionfolder — APIs.io Engineering Platform Get a folder
/v1/collections/{collectionid}/folders/{folderid}
PUT
Updatecollectionfolder — APIs.io Engineering Platform Update a folder
/v1/collections/{collectionid}/folders/{folderid}
DELETE
Deletecollectionfolder — APIs.io Engineering Platform Delete a folder
/v1/collections/{collectionid}/folders/{folderid}
GET
Getfoldercomments — APIs.io Engineering Platform Get a folder's comments
/v1/collections/{collectionid}/folders/{folderid}/comments
POST
Createfoldercomment — APIs.io Engineering Platform Create a folder comment
/v1/collections/{collectionid}/folders/{folderid}/comments
PUT
Updatefoldercomment — APIs.io Engineering Platform Update a folder's comment
/v1/collections/{collectionid}/folders/{folderid}/comments/{commentid}
DELETE
Deletefoldercomment — APIs.io Engineering Platform Delete a folder's comment
/v1/collections/{collectionid}/folders/{folderid}/comments/{commentid}

MCP Tools

apis-io-engineering-platform-create-folder

APIs.io Engineering Platform Create a folder

apis-io-engineering-platform-get-folder

APIs.io Engineering Platform Get a folder

read-only idempotent
apis-io-engineering-platform-update-folder

APIs.io Engineering Platform Update a folder

idempotent
apis-io-engineering-platform-delete-folder

APIs.io Engineering Platform Delete a folder

idempotent
apis-io-engineering-platform-get-folder-s

APIs.io Engineering Platform Get a folder's comments

read-only idempotent
apis-io-engineering-platform-create-folder-2

APIs.io Engineering Platform Create a folder comment

apis-io-engineering-platform-update-folder-s

APIs.io Engineering Platform Update a folder's comment

idempotent
apis-io-engineering-platform-delete-folder-s

APIs.io Engineering Platform Delete a folder's comment

idempotent

Capability Spec

postman-collection-folders.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Postman API — Collection Folders
  description: 'APIs.io Engineering Platform Postman API — Collection Folders. 8 operations. Lead operation: APIs.io Engineering
    Platform Create a folder. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Collection Folders
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: postman-collection-folders
    baseUri: https://api.getpostman.com
    description: APIs.io Engineering Platform Postman API — Collection Folders business capability. Self-contained, no shared
      references.
    resources:
    - name: collections-collectionId-folders
      path: /collections/{collectionId}/folders
      operations:
      - name: createcollectionfolder
        method: POST
        description: APIs.io Engineering Platform Create a folder
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: collections-collectionId-folders-folderId
      path: /collections/{collectionId}/folders/{folderId}
      operations:
      - name: getcollectionfolder
        method: GET
        description: APIs.io Engineering Platform Get a folder
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatecollectionfolder
        method: PUT
        description: APIs.io Engineering Platform Update a folder
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletecollectionfolder
        method: DELETE
        description: APIs.io Engineering Platform Delete a folder
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: collections-collectionId-folders-folderId-comments
      path: /collections/{collectionId}/folders/{folderId}/comments
      operations:
      - name: getfoldercomments
        method: GET
        description: APIs.io Engineering Platform Get a folder's comments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createfoldercomment
        method: POST
        description: APIs.io Engineering Platform Create a folder comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: collections-collectionId-folders-folderId-comments-commentId
      path: /collections/{collectionId}/folders/{folderId}/comments/{commentId}
      operations:
      - name: updatefoldercomment
        method: PUT
        description: APIs.io Engineering Platform Update a folder's comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletefoldercomment
        method: DELETE
        description: APIs.io Engineering Platform Delete a folder's comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: postman-collection-folders-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Postman API — Collection Folders. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/collections/{collectionid}/folders
      name: collections-collectionid-folders
      description: REST surface for collections-collectionId-folders.
      operations:
      - method: POST
        name: createcollectionfolder
        description: APIs.io Engineering Platform Create a folder
        call: postman-collection-folders.createcollectionfolder
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collectionid}/folders/{folderid}
      name: collections-collectionid-folders-folderid
      description: REST surface for collections-collectionId-folders-folderId.
      operations:
      - method: GET
        name: getcollectionfolder
        description: APIs.io Engineering Platform Get a folder
        call: postman-collection-folders.getcollectionfolder
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatecollectionfolder
        description: APIs.io Engineering Platform Update a folder
        call: postman-collection-folders.updatecollectionfolder
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletecollectionfolder
        description: APIs.io Engineering Platform Delete a folder
        call: postman-collection-folders.deletecollectionfolder
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collectionid}/folders/{folderid}/comments
      name: collections-collectionid-folders-folderid-comments
      description: REST surface for collections-collectionId-folders-folderId-comments.
      operations:
      - method: GET
        name: getfoldercomments
        description: APIs.io Engineering Platform Get a folder's comments
        call: postman-collection-folders.getfoldercomments
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createfoldercomment
        description: APIs.io Engineering Platform Create a folder comment
        call: postman-collection-folders.createfoldercomment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collectionid}/folders/{folderid}/comments/{commentid}
      name: collections-collectionid-folders-folderid-comments-commentid
      description: REST surface for collections-collectionId-folders-folderId-comments-commentId.
      operations:
      - method: PUT
        name: updatefoldercomment
        description: APIs.io Engineering Platform Update a folder's comment
        call: postman-collection-folders.updatefoldercomment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletefoldercomment
        description: APIs.io Engineering Platform Delete a folder's comment
        call: postman-collection-folders.deletefoldercomment
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postman-collection-folders-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Postman API — Collection Folders. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-create-folder
      description: APIs.io Engineering Platform Create a folder
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-collection-folders.createcollectionfolder
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-folder
      description: APIs.io Engineering Platform Get a folder
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-collection-folders.getcollectionfolder
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-folder
      description: APIs.io Engineering Platform Update a folder
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-collection-folders.updatecollectionfolder
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-folder
      description: APIs.io Engineering Platform Delete a folder
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: postman-collection-folders.deletecollectionfolder
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-folder-s
      description: APIs.io Engineering Platform Get a folder's comments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-collection-folders.getfoldercomments
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-folder-2
      description: APIs.io Engineering Platform Create a folder comment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-collection-folders.createfoldercomment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-folder-s
      description: APIs.io Engineering Platform Update a folder's comment
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-collection-folders.updatefoldercomment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-folder-s
      description: APIs.io Engineering Platform Delete a folder's comment
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: postman-collection-folders.deletefoldercomment
      outputParameters:
      - type: object
        mapping: $.