naftiko: 1.0.0-alpha2 info: label: Palo Alto Networks ZTNA Connector API — Applications description: 'Palo Alto Networks ZTNA Connector API — Applications. 5 operations. Lead operation: Palo Alto Networks List ZTNA-protected Applications. Self-contained Naftiko capability covering one Palo Alto Networks business surface.' tags: - Palo Alto Networks - Applications created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: PALO_ALTO_NETWORKS_API_KEY: PALO_ALTO_NETWORKS_API_KEY capability: consumes: - type: http namespace: palo-alto-ztna-connector-applications baseUri: https://api.sase.paloaltonetworks.com/ztna description: Palo Alto Networks ZTNA Connector API — Applications business capability. Self-contained, no shared references. resources: - name: v2-applications path: /v2/applications operations: - name: listztnaapplications method: GET description: Palo Alto Networks List ZTNA-protected Applications outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createztnaapplication method: POST description: Palo Alto Networks Create ZTNA Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: v2-applications-app_id path: /v2/applications/{app_id} operations: - name: getztnaapplication method: GET description: Palo Alto Networks Get ZTNA Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: app_id in: path type: string description: Unique identifier of the ZTNA application. required: true - name: updateztnaapplication method: PUT description: Palo Alto Networks Update ZTNA Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: app_id in: path type: string description: Unique identifier of the ZTNA application to update. required: true - name: body in: body type: object description: Request body (JSON). required: true - name: deleteztnaapplication method: DELETE description: Palo Alto Networks Delete ZTNA Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: app_id in: path type: string description: Unique identifier of the ZTNA application to delete. required: true authentication: type: bearer token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}' exposes: - type: rest namespace: palo-alto-ztna-connector-applications-rest port: 8080 description: REST adapter for Palo Alto Networks ZTNA Connector API — Applications. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v2/applications name: v2-applications description: REST surface for v2-applications. operations: - method: GET name: listztnaapplications description: Palo Alto Networks List ZTNA-protected Applications call: palo-alto-ztna-connector-applications.listztnaapplications outputParameters: - type: object mapping: $. - method: POST name: createztnaapplication description: Palo Alto Networks Create ZTNA Application call: palo-alto-ztna-connector-applications.createztnaapplication with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v2/applications/{app-id} name: v2-applications-app-id description: REST surface for v2-applications-app_id. operations: - method: GET name: getztnaapplication description: Palo Alto Networks Get ZTNA Application call: palo-alto-ztna-connector-applications.getztnaapplication with: app_id: rest.app_id outputParameters: - type: object mapping: $. - method: PUT name: updateztnaapplication description: Palo Alto Networks Update ZTNA Application call: palo-alto-ztna-connector-applications.updateztnaapplication with: app_id: rest.app_id body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteztnaapplication description: Palo Alto Networks Delete ZTNA Application call: palo-alto-ztna-connector-applications.deleteztnaapplication with: app_id: rest.app_id outputParameters: - type: object mapping: $. - type: mcp namespace: palo-alto-ztna-connector-applications-mcp port: 9090 transport: http description: MCP adapter for Palo Alto Networks ZTNA Connector API — Applications. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: palo-alto-networks-list-ztna description: Palo Alto Networks List ZTNA-protected Applications hints: readOnly: true destructive: false idempotent: true call: palo-alto-ztna-connector-applications.listztnaapplications outputParameters: - type: object mapping: $. - name: palo-alto-networks-create-ztna description: Palo Alto Networks Create ZTNA Application hints: readOnly: false destructive: false idempotent: false call: palo-alto-ztna-connector-applications.createztnaapplication with: body: tools.body outputParameters: - type: object mapping: $. - name: palo-alto-networks-get-ztna description: Palo Alto Networks Get ZTNA Application hints: readOnly: true destructive: false idempotent: true call: palo-alto-ztna-connector-applications.getztnaapplication with: app_id: tools.app_id outputParameters: - type: object mapping: $. - name: palo-alto-networks-update-ztna description: Palo Alto Networks Update ZTNA Application hints: readOnly: false destructive: false idempotent: true call: palo-alto-ztna-connector-applications.updateztnaapplication with: app_id: tools.app_id body: tools.body outputParameters: - type: object mapping: $. - name: palo-alto-networks-delete-ztna description: Palo Alto Networks Delete ZTNA Application hints: readOnly: false destructive: true idempotent: true call: palo-alto-ztna-connector-applications.deleteztnaapplication with: app_id: tools.app_id outputParameters: - type: object mapping: $.