---
title: Robust Intelligence AI Firewall
description: Monitor AI Firewall results using Datadog
breadcrumbs: Docs > Integrations > Robust Intelligence AI Firewall
---

# Robust Intelligence AI Firewall
Supported OS Integration version1.0.0  Robust Intelligence AI FirewallRobust Intelligence AI Firewall Results dashboard
## Overview{% #overview %}

The [Robust Intelligence AI Firewall](https://www.robustintelligence.com/platform/ai-firewall) is a protective layer for AI models.

The AI Firewall inspects incoming user prompts to block malicious payloads, including any that attempt prompt injection, prompt extraction, or PII detection. The AI Firewall scans LLM model output to ensure it's free of false information, sensitive data, and harmful content. Responses that fall outside your organization's standards are blocked from the application.

This integration monitors the AI Firewall results through the Datadog Agent. It provides users with observability of their AI security issues including metrics for allowed data points, blocked data points, and insight on why each data point was blocked.

## Setup{% #setup %}

Follow the instructions below to install and configure this check for an Agent running on a host. For containerized environments, see the [Autodiscovery Integration Templates](https://docs.datadoghq.com/agent/kubernetes/integrations.md) for guidance on applying these instructions.

### Installation{% #installation %}

For Agent v7.21+ / v6.21+, follow the instructions below to install the Robust Intelligence AI Firewall check on your host. See [Use Community Integrations](https://app.datadoghq.com/account/settings/agent/latest) to install with the Docker Agent or earlier versions of the Agent.

1. Run the following command to install the Agent integration:

   ```shell
   datadog-agent integration install -t datadog-robust-intelligence-ai-firewall==1.0.0
   ```

1. Configure your integration similar to core [integrations](https://docs.datadoghq.com/agent/kubernetes/integrations.md). Refer to the Configuration section below for steps specific to this integration.

### Configuration{% #configuration %}

1. Edit the `robust_intelligence_ai_firewall.d/conf.yaml` file in the `conf.d/` folder at the root of your Agent's configuration directory to start collecting your Robust Intelligence AI Firewall performance data.

   ```yaml
   init_config:
   
   instances:
       ## @param metrics_endpoint - string - required
       ## The URL to Robust Intelligence AI Firewall 
       ## internal metrics per loaded plugin in Prometheus
       ## format.
       #
     - openmetrics_endpoint: http://localhost:8080/metrics
   ```

See the [sample robust_intelligence_ai_firewall.d/conf.yaml](https://github.com/DataDog/integrations-extras/blob/master/robust_intelligence_ai_firewall/datadog_checks/robust_intelligence_ai_firewall/data/conf.yaml.example) file for all available configuration options.

1. To configure the integration for AI Firewall running in a containerized environment, add the following annotation to pods:

   ```yaml
   apiVersion: v1
   kind: Pod
   # (...)
   metadata:
     name: '<POD_NAME>'
     annotations:
       ad.datadoghq.com/<CONTAINER_IDENTIFIER>.checks: |
         {
           "robust_intelligence_ai_firewall": {
             "init_config": {},
             "instances": [
               {
                 "openmetrics_endpoint": "http://%%host%%:8080/metrics"
               }
             ]
           }
         }
       # (...)
   ```

1. [Restart the Agent](https://docs.datadoghq.com/agent/guide/agent-commands.md#start-stop-and-restart-the-agent).

### Validation{% #validation %}

[Run the Agent's status subcommand](https://docs.datadoghq.com/agent/guide/agent-commands.md#agent-status-and-information) and look for `robust_intelligence_ai_firewall` under the Checks section.

## Data Collected{% #data-collected %}

### Metrics{% #metrics %}

|  |
|  |
| **robust\_intelligence\_ai\_firewall.firewall\_requests.count**(count) | Number of times the firewall was called to validate request |
| **robust\_intelligence\_ai\_firewall.rule\_evaluated.count**(count)    | Number of times the rule was evaluated by firewall          |

### Service Checks{% #service-checks %}

Robust Intelligence AI Firewall does not include any service checks.

### Events{% #events %}

Robust Intelligence AI Firewall does not include any events.

## Troubleshooting{% #troubleshooting %}

Need Help? Contact [Robust Intelligence Support](mailto:help@robustintelligence.com).
