# Tool Firewall Workflow Drift Monitor

**Use case:** 

Monitor workflow drift in your AI Tool Firewall. Review budget usage and risk tolerance with essential operational insights and source URLs.

## Input

```json
{
  "buyerQuery": "buyer-ready records with source evidence",
  "taskIntent": "agentops-drift-monitor",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 25
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity Name"
  },
  "signalType": {
    "label": "Signal Type"
  },
  "summary": {
    "label": "Summary"
  },
  "evidenceUrl": {
    "label": "Evidence Url"
  },
  "confidence": {
    "label": "Confidence"
  },
  "recommendedAction": {
    "label": "Recommended Action"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Agent Tool Firewall](https://apify.com/zentrafoundry/zentra-agentops-tool-firewall) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/zentra-agentops-tool-firewall) to learn more, explore other use cases, and run it yourself.