# AgentOps Risk Audit for Ai Agent Costs

**Use case:** 

Conduct an in-depth audit of Ai Agent costs with detailed evidence. Receive buyer-ready records highlighting risk factors and cost-control suggestions.

## Input

```json
{
  "buyerQuery": "buyer-ready records with source evidence",
  "taskIntent": "agentops-risk-audit",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true
}
```

## Output

```json
{
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "actorTitle": {
    "label": "Actor title",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

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