This guide explains how to integrate Palo Alto Prisma AIRS with TrueFoundry to enhance the safety and compliance of your LLM applications.

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

  1. 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.
  2. 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.
  3. 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.
TrueFoundry interface for configuring Palo Alto Prisma AIRS with fields for name, profile name, and API key

Fill in the Palo Alto Prisma AIRS Form

Response Structure

The Palo Alto Prisma AIRS API returns a response with the following structure:

Validation Logic

TrueFoundry uses the Palo Alto Prisma AIRS response to determine content safety and compliance:
  • If the response.action is block, the request will be blocked and a 400 error is returned.
  • If the response.action is allow, the request will be allowed to proceed.