What is Palo Alto Prisma AIRS?
Palo Alto Prisma AIRS (AI Runtime Security) is an enterprise-grade AI security platform that provides comprehensive protection for AI applications and LLM deployments.Key Features of Palo Alto Prisma AIRS
- Real-Time AI Threat Detection: Prisma AIRS provides continuous monitoring and analysis of AI interactions, detecting malicious prompts, injection attacks, and suspicious behavior patterns in real-time. The platform uses advanced AI runtime security capabilities to identify and block threats before they can compromise your AI systems.
- Comprehensive Policy Enforcement: Implement and enforce granular security policies across your entire AI infrastructure, including content filtering, access controls, and usage restrictions. The platform ensures compliance with industry standards and organizational policies while maintaining the performance and functionality of your AI applications.
- Enterprise-Grade Compliance and Auditing: Built-in compliance frameworks and detailed audit trails help organizations meet regulatory requirements and maintain governance over AI deployments. Prisma AIRS provides comprehensive reporting and analytics to track AI usage, security incidents, and policy violations across your Palo Alto Networks security ecosystem.
Adding Palo Alto Prisma AIRS Integration
To add Palo Alto Prisma AIRS to your TrueFoundry setup, follow these steps: Fill in the Guardrails Group Form- Name: Enter a name for your guardrails group.
- Collaborators: Add collaborators who will have access to this group.
- Palo Alto Prisma AIRS Config:
- Name: Enter a name for the Palo Alto Prisma AIRS configuration.
- Profile Name: The unique name of your Palo Alto Prisma AIRS profile. You can create a new profile in the Palo Alto Prisma AIRS portal and get the name from there.
- Palo Alto Prisma AIRS Authentication Data:
- API Key: The API key for the Palo Alto Prisma AIRS.
This key is required to authenticate requests to Palo Alto Prisma AIRS. You can obtain it from the Palo Alto Prisma AIRS portal by navigating to your Palo Alto Prisma AIRS resource, then selecting “Keys and Endpoint” in the resource menu. Ensure you keep this key secure, as it grants access to your Palo Alto Prisma AIRS resource.
- API Key: The API key for the Palo Alto Prisma AIRS.

Fill in the Palo Alto Prisma AIRS Form
Response Structure
The Palo Alto Prisma AIRS API returns a response with the following structure:Example Response: Injection Detected
Example Response: Injection Detected
This is an example response from Palo Alto Prisma AIRS, where injection is detected. This will be blocked and a 400 error will be returned.
Validation Logic
TrueFoundry uses the Palo Alto Prisma AIRS response to determine content safety and compliance:- If the
response.action
isblock
, the request will be blocked and a 400 error is returned. - If the
response.action
isallow
, the request will be allowed to proceed.