naftiko: 1.0.0-alpha2 info: label: 'Prisma Cloud: Managed Security Service Provider (MSSP) — Tenant Group Lifecycle Endpoints' description: 'Prisma Cloud: Managed Security Service Provider (MSSP) — Tenant Group Lifecycle Endpoints. 5 operations. Lead operation: Palo Alto Networks Get the Tenant Group List for an MSSP. Self-contained Naftiko capability covering one Palo Alto Networks business surface.' tags: - Palo Alto Networks - Tenant Group Lifecycle Endpoints 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-cloud-mssp-tenant-group-lifecycle-endpoints baseUri: https://mssp-api.prismacloud.io description: 'Prisma Cloud: Managed Security Service Provider (MSSP) — Tenant Group Lifecycle Endpoints business capability. Self-contained, no shared references.' resources: - name: api-v1-mssp-mssp-id-tenant-group path: /api/v1/mssp/{mssp-id}/tenant-group operations: - name: gettenantgroupsbymsspid method: GET description: Palo Alto Networks Get the Tenant Group List for an MSSP outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: mssp-id in: path type: string description: the mssp the managed tenants belong to required: true - name: next_page_token in: query type: string description: pagination token to continue a previous queryif set - name: createtenantgroup method: POST description: Palo Alto Networks Create a Tenant Group outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: mssp-id in: path type: string description: the id mssp the tenant group belongs to required: true - name: body in: body type: object description: Request body (JSON). required: true - name: api-v1-mssp-mssp-id-tenant-group-id path: /api/v1/mssp/{mssp-id}/tenant-group/{id} operations: - name: gettenantgroupbyid method: GET description: Palo Alto Networks Get the Tenant Group by Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: mssp-id in: path type: string description: the mssp the managed tenants belong to required: true - name: id in: path type: string description: the id of the tenant group required: true - name: deletetenantgroupbyid method: DELETE description: Palo Alto Networks Delete an Existing Tenant Group outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: mssp-id in: path type: string description: the mssp the tenant group belongs to required: true - name: id in: path type: string description: the id of the tenant group required: true - name: patchtenantgroupbyid method: PATCH description: Palo Alto Networks Modify the Tenant Group by Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: mssp-id in: path type: string description: the mssp the managed tenants belong to required: true - name: id in: path type: string description: the id of the tenant group required: true - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}' exposes: - type: rest namespace: palo-alto-prisma-cloud-mssp-tenant-group-lifecycle-endpoints-rest port: 8080 description: 'REST adapter for Prisma Cloud: Managed Security Service Provider (MSSP) — Tenant Group Lifecycle Endpoints. One Spectral-compliant resource per consumed operation, prefixed with /v1.' resources: - path: /v1/api/v1/mssp/{mssp-id}/tenant-group name: api-v1-mssp-mssp-id-tenant-group description: REST surface for api-v1-mssp-mssp-id-tenant-group. operations: - method: GET name: gettenantgroupsbymsspid description: Palo Alto Networks Get the Tenant Group List for an MSSP call: palo-alto-prisma-cloud-mssp-tenant-group-lifecycle-endpoints.gettenantgroupsbymsspid with: mssp-id: rest.mssp-id next_page_token: rest.next_page_token outputParameters: - type: object mapping: $. - method: POST name: createtenantgroup description: Palo Alto Networks Create a Tenant Group call: palo-alto-prisma-cloud-mssp-tenant-group-lifecycle-endpoints.createtenantgroup with: mssp-id: rest.mssp-id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/v1/mssp/{mssp-id}/tenant-group/{id} name: api-v1-mssp-mssp-id-tenant-group-id description: REST surface for api-v1-mssp-mssp-id-tenant-group-id. operations: - method: GET name: gettenantgroupbyid description: Palo Alto Networks Get the Tenant Group by Id call: palo-alto-prisma-cloud-mssp-tenant-group-lifecycle-endpoints.gettenantgroupbyid with: mssp-id: rest.mssp-id id: rest.id outputParameters: - type: object mapping: $. - method: DELETE name: deletetenantgroupbyid description: Palo Alto Networks Delete an Existing Tenant Group call: palo-alto-prisma-cloud-mssp-tenant-group-lifecycle-endpoints.deletetenantgroupbyid with: mssp-id: rest.mssp-id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchtenantgroupbyid description: Palo Alto Networks Modify the Tenant Group by Id call: palo-alto-prisma-cloud-mssp-tenant-group-lifecycle-endpoints.patchtenantgroupbyid with: mssp-id: rest.mssp-id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: palo-alto-prisma-cloud-mssp-tenant-group-lifecycle-endpoints-mcp port: 9090 transport: http description: 'MCP adapter for Prisma Cloud: Managed Security Service Provider (MSSP) — Tenant Group Lifecycle Endpoints. One tool per consumed operation, routed inline through this capability''s consumes block.' tools: - name: palo-alto-networks-get-tenant description: Palo Alto Networks Get the Tenant Group List for an MSSP hints: readOnly: true destructive: false idempotent: true call: palo-alto-prisma-cloud-mssp-tenant-group-lifecycle-endpoints.gettenantgroupsbymsspid with: mssp-id: tools.mssp-id next_page_token: tools.next_page_token outputParameters: - type: object mapping: $. - name: palo-alto-networks-create-tenant description: Palo Alto Networks Create a Tenant Group hints: readOnly: false destructive: false idempotent: false call: palo-alto-prisma-cloud-mssp-tenant-group-lifecycle-endpoints.createtenantgroup with: mssp-id: tools.mssp-id body: tools.body outputParameters: - type: object mapping: $. - name: palo-alto-networks-get-tenant-2 description: Palo Alto Networks Get the Tenant Group by Id hints: readOnly: true destructive: false idempotent: true call: palo-alto-prisma-cloud-mssp-tenant-group-lifecycle-endpoints.gettenantgroupbyid with: mssp-id: tools.mssp-id id: tools.id outputParameters: - type: object mapping: $. - name: palo-alto-networks-delete-existing description: Palo Alto Networks Delete an Existing Tenant Group hints: readOnly: false destructive: true idempotent: true call: palo-alto-prisma-cloud-mssp-tenant-group-lifecycle-endpoints.deletetenantgroupbyid with: mssp-id: tools.mssp-id id: tools.id outputParameters: - type: object mapping: $. - name: palo-alto-networks-modify-tenant description: Palo Alto Networks Modify the Tenant Group by Id hints: readOnly: false destructive: false idempotent: true call: palo-alto-prisma-cloud-mssp-tenant-group-lifecycle-endpoints.patchtenantgroupbyid with: mssp-id: tools.mssp-id id: tools.id body: tools.body outputParameters: - type: object mapping: $.