# Daily AI Agent Cost Monitoring Reports

**Use case:** 

Monitor AI agent costs daily with detailed reports. Receive insights on pricing, anomalies, and match reasons for budget management.

## Input

```json
{
  "searchKeywords": [
    "monitor new ai agent cost sentinel daily",
    "ai agent cost sentinel"
  ],
  "taskIntent": "monitor-new-signals",
  "sourceMode": "startUrls",
  "outputMode": "buyer-ready-records",
  "startUrls": [
    {
      "url": "https://ted.europa.eu/en/",
      "sourceId": "TED-SEARCH",
      "userData": {
        "sourceId": "TED-SEARCH"
      }
    }
  ],
  "maxItems": 25
}
```

## Output

```json
{
  "marketplace": {
    "label": "Marketplace"
  },
  "listingName": {
    "label": "Listing Name"
  },
  "listingUrl": {
    "label": "Listing Url"
  },
  "signalType": {
    "label": "Signal Type"
  },
  "impactSummary": {
    "label": "Impact Summary"
  },
  "priorityActions": {
    "label": "Priority Actions"
  },
  "confidence": {
    "label": "Confidence"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Agent Cost Sentinel](https://apify.com/zentrafoundry/ai-agent-cost-sentinel) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/ai-agent-cost-sentinel) to learn more, explore other use cases, and run it yourself.