# Zentra Tool Firewall Source Evidence Finder

**Use case:** 

Retrieve evidence of Zentra Tool Firewall usage with sources from AgentOps-Suite and Apify. Get buyer-ready records along with match reasons.

## Input

```json
{
  "buyerQuery": "buyer-ready records with source evidence",
  "taskIntent": "validate-buyer-fit",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 10
}
```

## 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.