OWASP ZAP · Capability

ZAP API — postman

ZAP API — postman. 2 operations. Lead operation: postman. Self-contained Naftiko capability covering one Owasp Zap business surface.

Run with Naftiko Owasp Zappostman

What You Can Do

GET
Postmanactionimportfile — postmanactionimportfile
/v1/json/postman/action/importfile
GET
Postmanactionimporturl — postmanactionimporturl
/v1/json/postman/action/importurl

MCP Tools

postmanactionimportfile

postmanactionimportfile

read-only idempotent
postmanactionimporturl

postmanactionimporturl

read-only idempotent

Capability Spec

owasp-zap-postman.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ZAP API — postman
  description: 'ZAP API — postman. 2 operations. Lead operation: postman. Self-contained Naftiko capability covering one Owasp
    Zap business surface.'
  tags:
  - Owasp Zap
  - postman
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    OWASP_ZAP_API_KEY: OWASP_ZAP_API_KEY
capability:
  consumes:
  - type: http
    namespace: owasp-zap-postman
    baseUri: http://zap
    description: ZAP API — postman business capability. Self-contained, no shared references.
    resources:
    - name: JSON-postman-action-importFile
      path: /JSON/postman/action/importFile/
      operations:
      - name: postmanactionimportfile
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: JSON-postman-action-importUrl
      path: /JSON/postman/action/importUrl/
      operations:
      - name: postmanactionimporturl
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-ZAP-API-Key
      value: '{{env.OWASP_ZAP_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: owasp-zap-postman-rest
    port: 8080
    description: REST adapter for ZAP API — postman. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/json/postman/action/importfile
      name: json-postman-action-importfile
      description: REST surface for JSON-postman-action-importFile.
      operations:
      - method: GET
        name: postmanactionimportfile
        description: postmanactionimportfile
        call: owasp-zap-postman.postmanactionimportfile
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/json/postman/action/importurl
      name: json-postman-action-importurl
      description: REST surface for JSON-postman-action-importUrl.
      operations:
      - method: GET
        name: postmanactionimporturl
        description: postmanactionimporturl
        call: owasp-zap-postman.postmanactionimporturl
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: owasp-zap-postman-mcp
    port: 9090
    transport: http
    description: MCP adapter for ZAP API — postman. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: postmanactionimportfile
      description: postmanactionimportfile
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: owasp-zap-postman.postmanactionimportfile
      outputParameters:
      - type: object
        mapping: $.
    - name: postmanactionimporturl
      description: postmanactionimporturl
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: owasp-zap-postman.postmanactionimporturl
      outputParameters:
      - type: object
        mapping: $.