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

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.