naftiko: 1.0.0-alpha2 info: label: Palo Alto Networks Prisma AIRS AI Red Teaming API — Targets description: 'Palo Alto Networks Prisma AIRS AI Red Teaming API — Targets. 4 operations. Lead operation: Palo Alto Networks Create Scan Target. Self-contained Naftiko capability covering one Palo Alto Networks business surface.' tags: - Palo Alto Networks - Targets 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-airs-ai-red-teaming-targets baseUri: https://api.sase.paloaltonetworks.com/ai-red-teaming description: Palo Alto Networks Prisma AIRS AI Red Teaming API — Targets business capability. Self-contained, no shared references. resources: - name: v1-targets path: /v1/targets operations: - name: createscantarget method: POST description: Palo Alto Networks Create Scan Target outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: listscantargets method: GET description: Palo Alto Networks List Scan Targets outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: type in: query type: string description: Filter targets by interface type. - name: offset in: query type: integer description: Number of results to skip for pagination. - name: limit in: query type: integer description: Maximum number of targets to return. - name: v1-targets-target_id path: /v1/targets/{target_id} operations: - name: getscantarget method: GET description: Palo Alto Networks Get Scan Target Details outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: target_id in: path type: string description: Unique identifier of the scan target. required: true - name: deletescantarget method: DELETE description: Palo Alto Networks Delete Scan Target outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: target_id in: path type: string description: Unique identifier of the scan target to delete. required: true authentication: type: bearer token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}' exposes: - type: rest namespace: palo-alto-prisma-airs-ai-red-teaming-targets-rest port: 8080 description: REST adapter for Palo Alto Networks Prisma AIRS AI Red Teaming API — Targets. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v1/targets name: v1-targets description: REST surface for v1-targets. operations: - method: POST name: createscantarget description: Palo Alto Networks Create Scan Target call: palo-alto-prisma-airs-ai-red-teaming-targets.createscantarget with: body: rest.body outputParameters: - type: object mapping: $. - method: GET name: listscantargets description: Palo Alto Networks List Scan Targets call: palo-alto-prisma-airs-ai-red-teaming-targets.listscantargets with: type: rest.type offset: rest.offset limit: rest.limit outputParameters: - type: object mapping: $. - path: /v1/v1/targets/{target-id} name: v1-targets-target-id description: REST surface for v1-targets-target_id. operations: - method: GET name: getscantarget description: Palo Alto Networks Get Scan Target Details call: palo-alto-prisma-airs-ai-red-teaming-targets.getscantarget with: target_id: rest.target_id outputParameters: - type: object mapping: $. - method: DELETE name: deletescantarget description: Palo Alto Networks Delete Scan Target call: palo-alto-prisma-airs-ai-red-teaming-targets.deletescantarget with: target_id: rest.target_id outputParameters: - type: object mapping: $. - type: mcp namespace: palo-alto-prisma-airs-ai-red-teaming-targets-mcp port: 9090 transport: http description: MCP adapter for Palo Alto Networks Prisma AIRS AI Red Teaming API — Targets. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: palo-alto-networks-create-scan description: Palo Alto Networks Create Scan Target hints: readOnly: false destructive: false idempotent: false call: palo-alto-prisma-airs-ai-red-teaming-targets.createscantarget with: body: tools.body outputParameters: - type: object mapping: $. - name: palo-alto-networks-list-scan description: Palo Alto Networks List Scan Targets hints: readOnly: true destructive: false idempotent: true call: palo-alto-prisma-airs-ai-red-teaming-targets.listscantargets with: type: tools.type offset: tools.offset limit: tools.limit outputParameters: - type: object mapping: $. - name: palo-alto-networks-get-scan description: Palo Alto Networks Get Scan Target Details hints: readOnly: true destructive: false idempotent: true call: palo-alto-prisma-airs-ai-red-teaming-targets.getscantarget with: target_id: tools.target_id outputParameters: - type: object mapping: $. - name: palo-alto-networks-delete-scan description: Palo Alto Networks Delete Scan Target hints: readOnly: false destructive: true idempotent: true call: palo-alto-prisma-airs-ai-red-teaming-targets.deletescantarget with: target_id: tools.target_id outputParameters: - type: object mapping: $.