APIs.io Engineering Platform Postman API — Collection Access Keys

APIs.io Engineering Platform Postman API — Collection Access Keys. 2 operations. Lead operation: APIs.io Engineering Platform Get collection access keys. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformCollection Access Keys

What You Can Do

GET
Getcollectionaccesskeys — APIs.io Engineering Platform Get collection access keys
/v1/collection-access-keys
DELETE
Deletecollectionaccesskey — APIs.io Engineering Platform Delete a collection access key
/v1/collection-access-keys/{keyid}

MCP Tools

apis-io-engineering-platform-get-collection

APIs.io Engineering Platform Get collection access keys

read-only idempotent
apis-io-engineering-platform-delete-collection

APIs.io Engineering Platform Delete a collection access key

idempotent

Capability Spec

postman-collection-access-keys.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Postman API — Collection Access Keys
  description: 'APIs.io Engineering Platform Postman API — Collection Access Keys. 2 operations. Lead operation: APIs.io Engineering
    Platform Get collection access keys. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Collection Access Keys
  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-access-keys
    baseUri: https://api.getpostman.com
    description: APIs.io Engineering Platform Postman API — Collection Access Keys business capability. Self-contained, no
      shared references.
    resources:
    - name: collection-access-keys
      path: /collection-access-keys
      operations:
      - name: getcollectionaccesskeys
        method: GET
        description: APIs.io Engineering Platform Get collection access keys
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: collection-access-keys-keyId
      path: /collection-access-keys/{keyId}
      operations:
      - name: deletecollectionaccesskey
        method: DELETE
        description: APIs.io Engineering Platform Delete a collection access key
        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-access-keys-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Postman API — Collection Access Keys. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/collection-access-keys
      name: collection-access-keys
      description: REST surface for collection-access-keys.
      operations:
      - method: GET
        name: getcollectionaccesskeys
        description: APIs.io Engineering Platform Get collection access keys
        call: postman-collection-access-keys.getcollectionaccesskeys
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collection-access-keys/{keyid}
      name: collection-access-keys-keyid
      description: REST surface for collection-access-keys-keyId.
      operations:
      - method: DELETE
        name: deletecollectionaccesskey
        description: APIs.io Engineering Platform Delete a collection access key
        call: postman-collection-access-keys.deletecollectionaccesskey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postman-collection-access-keys-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Postman API — Collection Access Keys. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-collection
      description: APIs.io Engineering Platform Get collection access keys
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-collection-access-keys.getcollectionaccesskeys
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-collection
      description: APIs.io Engineering Platform Delete a collection access key
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: postman-collection-access-keys.deletecollectionaccesskey
      outputParameters:
      - type: object
        mapping: $.