APIs.io Engineering Platform Postman API — Collection Items

APIs.io Engineering Platform Postman API — Collection Items. 12 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 Items

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}
POST
Createcollectionrequest — APIs.io Engineering Platform Create a request
/v1/collections/{collectionid}/requests
GET
Getcollectionrequest — APIs.io Engineering Platform Get a request
/v1/collections/{collectionid}/requests/{requestid}
PUT
Updatecollectionrequest — APIs.io Engineering Platform Update a request
/v1/collections/{collectionid}/requests/{requestid}
DELETE
Deletecollectionrequest — APIs.io Engineering Platform Delete a request
/v1/collections/{collectionid}/requests/{requestid}
POST
Createcollectionresponse — APIs.io Engineering Platform Create a response
/v1/collections/{collectionid}/responses
GET
Getcollectionresponse — APIs.io Engineering Platform Get a response
/v1/collections/{collectionid}/responses/{responseid}
PUT
Updatecollectionresponse — APIs.io Engineering Platform Update a response
/v1/collections/{collectionid}/responses/{responseid}
DELETE
Deletecollectionresponse — APIs.io Engineering Platform Delete a response
/v1/collections/{collectionid}/responses/{responseid}

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-create-request

APIs.io Engineering Platform Create a request

apis-io-engineering-platform-get-request

APIs.io Engineering Platform Get a request

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

APIs.io Engineering Platform Update a request

idempotent
apis-io-engineering-platform-delete-request

APIs.io Engineering Platform Delete a request

idempotent
apis-io-engineering-platform-create-response

APIs.io Engineering Platform Create a response

apis-io-engineering-platform-get-response

APIs.io Engineering Platform Get a response

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

APIs.io Engineering Platform Update a response

idempotent
apis-io-engineering-platform-delete-response

APIs.io Engineering Platform Delete a response

idempotent

Capability Spec

postman-collection-items.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Postman API — Collection Items
  description: 'APIs.io Engineering Platform Postman API — Collection Items. 12 operations. Lead operation: APIs.io Engineering
    Platform Create a folder. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Collection Items
  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-items
    baseUri: https://api.getpostman.com
    description: APIs.io Engineering Platform Postman API — Collection Items 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-requests
      path: /collections/{collectionId}/requests
      operations:
      - name: createcollectionrequest
        method: POST
        description: APIs.io Engineering Platform Create a request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: collections-collectionId-requests-requestId
      path: /collections/{collectionId}/requests/{requestId}
      operations:
      - name: getcollectionrequest
        method: GET
        description: APIs.io Engineering Platform Get a request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatecollectionrequest
        method: PUT
        description: APIs.io Engineering Platform Update a request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletecollectionrequest
        method: DELETE
        description: APIs.io Engineering Platform Delete a request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: collections-collectionId-responses
      path: /collections/{collectionId}/responses
      operations:
      - name: createcollectionresponse
        method: POST
        description: APIs.io Engineering Platform Create a response
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: collections-collectionId-responses-responseId
      path: /collections/{collectionId}/responses/{responseId}
      operations:
      - name: getcollectionresponse
        method: GET
        description: APIs.io Engineering Platform Get a response
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatecollectionresponse
        method: PUT
        description: APIs.io Engineering Platform Update a response
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletecollectionresponse
        method: DELETE
        description: APIs.io Engineering Platform Delete a response
        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-items-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Postman API — Collection Items. 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-items.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-items.getcollectionfolder
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatecollectionfolder
        description: APIs.io Engineering Platform Update a folder
        call: postman-collection-items.updatecollectionfolder
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletecollectionfolder
        description: APIs.io Engineering Platform Delete a folder
        call: postman-collection-items.deletecollectionfolder
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collectionid}/requests
      name: collections-collectionid-requests
      description: REST surface for collections-collectionId-requests.
      operations:
      - method: POST
        name: createcollectionrequest
        description: APIs.io Engineering Platform Create a request
        call: postman-collection-items.createcollectionrequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collectionid}/requests/{requestid}
      name: collections-collectionid-requests-requestid
      description: REST surface for collections-collectionId-requests-requestId.
      operations:
      - method: GET
        name: getcollectionrequest
        description: APIs.io Engineering Platform Get a request
        call: postman-collection-items.getcollectionrequest
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatecollectionrequest
        description: APIs.io Engineering Platform Update a request
        call: postman-collection-items.updatecollectionrequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletecollectionrequest
        description: APIs.io Engineering Platform Delete a request
        call: postman-collection-items.deletecollectionrequest
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collectionid}/responses
      name: collections-collectionid-responses
      description: REST surface for collections-collectionId-responses.
      operations:
      - method: POST
        name: createcollectionresponse
        description: APIs.io Engineering Platform Create a response
        call: postman-collection-items.createcollectionresponse
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collectionid}/responses/{responseid}
      name: collections-collectionid-responses-responseid
      description: REST surface for collections-collectionId-responses-responseId.
      operations:
      - method: GET
        name: getcollectionresponse
        description: APIs.io Engineering Platform Get a response
        call: postman-collection-items.getcollectionresponse
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatecollectionresponse
        description: APIs.io Engineering Platform Update a response
        call: postman-collection-items.updatecollectionresponse
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletecollectionresponse
        description: APIs.io Engineering Platform Delete a response
        call: postman-collection-items.deletecollectionresponse
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postman-collection-items-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Postman API — Collection Items. 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-items.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-items.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-items.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-items.deletecollectionfolder
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-request
      description: APIs.io Engineering Platform Create a request
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-collection-items.createcollectionrequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-request
      description: APIs.io Engineering Platform Get a request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-collection-items.getcollectionrequest
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-request
      description: APIs.io Engineering Platform Update a request
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-collection-items.updatecollectionrequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-request
      description: APIs.io Engineering Platform Delete a request
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: postman-collection-items.deletecollectionrequest
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-response
      description: APIs.io Engineering Platform Create a response
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-collection-items.createcollectionresponse
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-response
      description: APIs.io Engineering Platform Get a response
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-collection-items.getcollectionresponse
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-response
      description: APIs.io Engineering Platform Update a response
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-collection-items.updatecollectionresponse
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-response
      description: APIs.io Engineering Platform Delete a response
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: postman-collection-items.deletecollectionresponse
      outputParameters:
      - type: object
        mapping: $.