naftiko: 1.0.0-alpha2 info: label: Palo Alto Networks Prisma SD-WAN API — Sites description: 'Palo Alto Networks Prisma SD-WAN API — Sites. 5 operations. Lead operation: Palo Alto Networks List SD-WAN Sites. Self-contained Naftiko capability covering one Palo Alto Networks business surface.' tags: - Palo Alto Networks - Sites 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-prisma-sd-wan-sites baseUri: https://api.sase.paloaltonetworks.com description: Palo Alto Networks Prisma SD-WAN API — Sites business capability. Self-contained, no shared references. resources: - name: sdwan-config-v1-sites path: /sdwan/config/v1/sites operations: - name: listsites method: GET description: Palo Alto Networks List SD-WAN Sites outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: offset in: query type: integer description: Starting offset for pagination. - name: limit in: query type: integer description: Maximum number of sites to return. - name: name in: query type: string description: Filter sites by name. - name: createsite method: POST description: Palo Alto Networks Create an SD-WAN Site outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: sdwan-config-v1-sites-site_id path: /sdwan/config/v1/sites/{site_id} operations: - name: getsite method: GET description: Palo Alto Networks Get an SD-WAN Site outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: site_id in: path type: string description: Unique site identifier. required: true - name: updatesite method: PUT description: Palo Alto Networks Update an SD-WAN Site outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: site_id in: path type: string description: Unique site identifier. required: true - name: body in: body type: object description: Request body (JSON). required: true - name: deletesite method: DELETE description: Palo Alto Networks Delete an SD-WAN Site outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: site_id in: path type: string description: Unique site identifier. required: true authentication: type: bearer token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}' exposes: - type: rest namespace: palo-alto-prisma-sd-wan-sites-rest port: 8080 description: REST adapter for Palo Alto Networks Prisma SD-WAN API — Sites. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/sdwan/config/v1/sites name: sdwan-config-v1-sites description: REST surface for sdwan-config-v1-sites. operations: - method: GET name: listsites description: Palo Alto Networks List SD-WAN Sites call: palo-alto-prisma-sd-wan-sites.listsites with: offset: rest.offset limit: rest.limit name: rest.name outputParameters: - type: object mapping: $. - method: POST name: createsite description: Palo Alto Networks Create an SD-WAN Site call: palo-alto-prisma-sd-wan-sites.createsite with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/sdwan/config/v1/sites/{site-id} name: sdwan-config-v1-sites-site-id description: REST surface for sdwan-config-v1-sites-site_id. operations: - method: GET name: getsite description: Palo Alto Networks Get an SD-WAN Site call: palo-alto-prisma-sd-wan-sites.getsite with: site_id: rest.site_id outputParameters: - type: object mapping: $. - method: PUT name: updatesite description: Palo Alto Networks Update an SD-WAN Site call: palo-alto-prisma-sd-wan-sites.updatesite with: site_id: rest.site_id body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletesite description: Palo Alto Networks Delete an SD-WAN Site call: palo-alto-prisma-sd-wan-sites.deletesite with: site_id: rest.site_id outputParameters: - type: object mapping: $. - type: mcp namespace: palo-alto-prisma-sd-wan-sites-mcp port: 9090 transport: http description: MCP adapter for Palo Alto Networks Prisma SD-WAN API — Sites. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: palo-alto-networks-list-sd description: Palo Alto Networks List SD-WAN Sites hints: readOnly: true destructive: false idempotent: true call: palo-alto-prisma-sd-wan-sites.listsites with: offset: tools.offset limit: tools.limit name: tools.name outputParameters: - type: object mapping: $. - name: palo-alto-networks-create-sd description: Palo Alto Networks Create an SD-WAN Site hints: readOnly: false destructive: false idempotent: false call: palo-alto-prisma-sd-wan-sites.createsite with: body: tools.body outputParameters: - type: object mapping: $. - name: palo-alto-networks-get-sd description: Palo Alto Networks Get an SD-WAN Site hints: readOnly: true destructive: false idempotent: true call: palo-alto-prisma-sd-wan-sites.getsite with: site_id: tools.site_id outputParameters: - type: object mapping: $. - name: palo-alto-networks-update-sd description: Palo Alto Networks Update an SD-WAN Site hints: readOnly: false destructive: false idempotent: true call: palo-alto-prisma-sd-wan-sites.updatesite with: site_id: tools.site_id body: tools.body outputParameters: - type: object mapping: $. - name: palo-alto-networks-delete-sd description: Palo Alto Networks Delete an SD-WAN Site hints: readOnly: false destructive: true idempotent: true call: palo-alto-prisma-sd-wan-sites.deletesite with: site_id: tools.site_id outputParameters: - type: object mapping: $.