APIs.io Engineering Platform Postman API — Private API Network

APIs.io Engineering Platform Postman API — Private API Network. 6 operations. Lead operation: APIs.io Engineering Platform Get all elements and folders. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformPrivate API Network

What You Can Do

GET
Getallelementsandfolders — APIs.io Engineering Platform Get all elements and folders
/v1/network/private
POST
Postpanelementorfolder — APIs.io Engineering Platform Add an element or folder
/v1/network/private
GET
Getallpanaddelementrequests — APIs.io Engineering Platform Get all element add requests
/v1/network/private/network-entity/request/all
PUT
Respondpanelementaddrequest — APIs.io Engineering Platform Respond to an element add request
/v1/network/private/network-entity/request/{requestid}
PUT
Updatepanelementorfolder — APIs.io Engineering Platform Update an element or folder
/v1/network/private/{elementtype}/{elementid}
DELETE
Deletepanelementorfolder — APIs.io Engineering Platform Remove an element or folder
/v1/network/private/{elementtype}/{elementid}

MCP Tools

apis-io-engineering-platform-get-all

APIs.io Engineering Platform Get all elements and folders

read-only idempotent
apis-io-engineering-platform-add-element

APIs.io Engineering Platform Add an element or folder

apis-io-engineering-platform-get-all-2

APIs.io Engineering Platform Get all element add requests

read-only idempotent
apis-io-engineering-platform-respond-element

APIs.io Engineering Platform Respond to an element add request

idempotent
apis-io-engineering-platform-update-element

APIs.io Engineering Platform Update an element or folder

idempotent
apis-io-engineering-platform-remove-element

APIs.io Engineering Platform Remove an element or folder

idempotent

Capability Spec

postman-private-api-network.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Postman API — Private API Network
  description: 'APIs.io Engineering Platform Postman API — Private API Network. 6 operations. Lead operation: APIs.io Engineering
    Platform Get all elements and folders. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Private API Network
  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-private-api-network
    baseUri: https://api.getpostman.com
    description: APIs.io Engineering Platform Postman API — Private API Network business capability. Self-contained, no shared
      references.
    resources:
    - name: network-private
      path: /network/private
      operations:
      - name: getallelementsandfolders
        method: GET
        description: APIs.io Engineering Platform Get all elements and folders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: postpanelementorfolder
        method: POST
        description: APIs.io Engineering Platform Add an element or folder
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: network-private-network-entity-request-all
      path: /network/private/network-entity/request/all
      operations:
      - name: getallpanaddelementrequests
        method: GET
        description: APIs.io Engineering Platform Get all element add requests
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: network-private-network-entity-request-requestId
      path: /network/private/network-entity/request/{requestId}
      operations:
      - name: respondpanelementaddrequest
        method: PUT
        description: APIs.io Engineering Platform Respond to an element add request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: network-private-elementType-elementId
      path: /network/private/{elementType}/{elementId}
      operations:
      - name: updatepanelementorfolder
        method: PUT
        description: APIs.io Engineering Platform Update an element or folder
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletepanelementorfolder
        method: DELETE
        description: APIs.io Engineering Platform Remove an element or folder
        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-private-api-network-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Postman API — Private API Network. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/network/private
      name: network-private
      description: REST surface for network-private.
      operations:
      - method: GET
        name: getallelementsandfolders
        description: APIs.io Engineering Platform Get all elements and folders
        call: postman-private-api-network.getallelementsandfolders
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postpanelementorfolder
        description: APIs.io Engineering Platform Add an element or folder
        call: postman-private-api-network.postpanelementorfolder
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/network/private/network-entity/request/all
      name: network-private-network-entity-request-all
      description: REST surface for network-private-network-entity-request-all.
      operations:
      - method: GET
        name: getallpanaddelementrequests
        description: APIs.io Engineering Platform Get all element add requests
        call: postman-private-api-network.getallpanaddelementrequests
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/network/private/network-entity/request/{requestid}
      name: network-private-network-entity-request-requestid
      description: REST surface for network-private-network-entity-request-requestId.
      operations:
      - method: PUT
        name: respondpanelementaddrequest
        description: APIs.io Engineering Platform Respond to an element add request
        call: postman-private-api-network.respondpanelementaddrequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/network/private/{elementtype}/{elementid}
      name: network-private-elementtype-elementid
      description: REST surface for network-private-elementType-elementId.
      operations:
      - method: PUT
        name: updatepanelementorfolder
        description: APIs.io Engineering Platform Update an element or folder
        call: postman-private-api-network.updatepanelementorfolder
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletepanelementorfolder
        description: APIs.io Engineering Platform Remove an element or folder
        call: postman-private-api-network.deletepanelementorfolder
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postman-private-api-network-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Postman API — Private API Network. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-all
      description: APIs.io Engineering Platform Get all elements and folders
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-private-api-network.getallelementsandfolders
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-add-element
      description: APIs.io Engineering Platform Add an element or folder
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-private-api-network.postpanelementorfolder
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-all-2
      description: APIs.io Engineering Platform Get all element add requests
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-private-api-network.getallpanaddelementrequests
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-respond-element
      description: APIs.io Engineering Platform Respond to an element add request
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-private-api-network.respondpanelementaddrequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-element
      description: APIs.io Engineering Platform Update an element or folder
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-private-api-network.updatepanelementorfolder
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-remove-element
      description: APIs.io Engineering Platform Remove an element or folder
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: postman-private-api-network.deletepanelementorfolder
      outputParameters:
      - type: object
        mapping: $.