# Edge Agents AI – Commodity Input Pressure Intelligence

> Edge Agents AI – Commodity Input Pressure 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 analysis of commodity input cost pressures across cross-market dimensions, covering risk, inflation, FX, and commodity dynamics.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/commodity-input-pressure
- 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-ai-commodity-input-pressure-intelligence-625c5d7a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hjBehU93L3Dj_teto7fp2

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-ai-commodity-input-pressure-intelligence-625c5d7a
```

Example prompt: Pull me the latest commodity input pressure report from Edge Agents — I need to know whether cost pressures are strong or easing, what the confidence level is, and what the key evidence says about inflation and FX risk.

## When to prefer this

Use this endpoint when you need a concise, evidence-backed snapshot of commodity input cost pressure with a quality/confidence rating — particularly for procurement decisions, macro risk assessment, inflation monitoring, or supply chain intelligence. Prefer it over general commodity price feeds when you need cross-market synthesis with policy signals and provenance, rather than raw price tickers.

## Known failure modes

- Payment not processed — 402 response if USDC payment is not attached or insufficient
- Stale or incomplete data — report may note coverage limitations or unavailable evidence inline
- Empty evidence assets array — live sources may not have populated assets at call time
- Service unavailability — upstream data aggregation failure may return error or degraded response

## How this service works

Commodity Input Pressure. Connects external demand, inflation, commodity, FX and financing evidence to commercial and procurement questions. Purpose: Give commercial leaders bounded market context for pricing, sourcing, margin and supplier decisions. 15-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report including a quality status (e.g. 'strong') with confidence level, a cross-market analysis summary covering intents such as risk, inflation, FX and commodities, evidence assets and policy signals, provenance (signed by edge-agents.ai), generation timestamp, schema version, and a disclaimer clarifying the report is general market research and 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": "cross-market",
   "intents": [
    "risk",
    "evidence",
    "inflation",
    "fx",
    "commodities"
   ],
   "summary": "Fresh Commodity Input Pressure findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "commodity-input-pressure",
  "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-ai-commodity-input-pressure-intelligence-625c5d7a/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)
