# Edge Agents Italy Consumer Price Inflation Intelligence

> Edge Agents Italy Consumer Price Inflation Intelligence is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns evidence-backed, bounded analysis of Italy consumer price inflation with provenance, contradictions, and confidence signals.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-it-inflation
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-italy-consumer-price-inflation-intelligence-4dad377d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0nzhzYmW2n3gTcn1_QitB

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability edge-agents-italy-consumer-price-inflation-intelligence-4dad377d
```

Example prompt: Pull the latest Italy consumer price inflation intelligence from Edge Agents — I need the evidence summary, confidence level, and provenance so I can include it in our European risk briefing.

## When to prefer this

Choose this endpoint when you need bounded, provenance-signed Italy consumer price inflation analysis with explicit confidence scoring and contradiction disclosure — suitable for autonomous agents, CFOs, or boards requiring auditable macro intelligence rather than raw data feeds. Prefer over generic data APIs when traceability, quality status, and limitations disclosure are required for compliance or decision accountability.

## Known failure modes

- Payment failure (x402 protocol): USDC payment not accepted or insufficient balance — endpoint returns 402 status
- Data unavailable: live Italy CPI report not yet published or source feed delayed — dataStatus field may indicate incomplete
- Stale data: evidence reflects prior reporting period if new CPI release has not yet been ingested
- Schema mismatch: consumers expecting schema version other than 2.0 may encounter field differences
- Network/timeout: transient connectivity issues to pay.edge-agents.ai

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

A structured JSON report including: quality status and confidence level (e.g. strong/high), an analysis object with inflation family classification, intents, and a human-readable summary of current Italy CPI findings, evidence assets with sourcing policy and provenance, data completeness status, a signed issuer provenance record, generation timestamp, limitations on coverage and source freshness, and a disclaimer clarifying this is market research not investment advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "macro",
   "intents": [
    "evidence",
    "inflation"
   ],
   "summary": "Fresh Italy Consumer Price Inflation findings appear here."
  },
  "evidence": {
   "assets": [
    "ITA"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-it-inflation",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edge-agents-italy-consumer-price-inflation-intelligence-4dad377d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
