# Edge Agents Supply Chain Shock Radar

> Edge Agents Supply Chain Shock Radar 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).

Delivers evidence-backed supply chain shock analysis and risk intelligence, identifying cross-market disruptions, sourcing vulnerabilities, and procurement risks in real time.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/supply-chain-shock-radar
- 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-supply-chain-shock-radar-2abc3def
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dSZj-7QdHzNCSzlwnpU_M

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-supply-chain-shock-radar-2abc3def
```

Example prompt: Pull the latest Supply Chain Shock Radar report from Edge Agents — I need evidence-backed intelligence on current cross-market supply chain disruptions and sourcing risks right now.

## When to prefer this

Choose this endpoint when you need current, evidence-backed supply chain shock intelligence with explicit provenance, confidence ratings, and coverage transparency — particularly for procurement decisions, macro risk monitoring, or agent workflows requiring verifiable, point-in-time sourcing risk signals. Prefer over generic news APIs or LLM-generated summaries when auditability and signed provenance matter.

## Known failure modes

- Payment not completed — endpoint returns 402 if USDC micropayment is not processed
- Empty evidence assets array — live data unavailable at time of call, coverage limitations noted in report
- Stale or incomplete data — dataStatus may indicate partial coverage with limitations listed
- Network or service unavailability — standard 5xx errors if upstream intelligence pipeline is down
- Schema mismatch — calling with malformed input properties may result in unexpected or empty response

## How this service works

Supply Chain Shock Radar. Synthesises cross-domain stress evidence into transparent risk transmission, downside and resilience context. Purpose: Surface material risk drivers, transmission paths and invalidation conditions without false precision. 15-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a structured JSON report with a quality status and confidence rating, a cross-market analysis summary with identified risk intents (e.g. supply, risk, evidence), a list of evidence assets, data provenance metadata including issuer and signing status, a generatedAt timestamp, schema version, coverage limitations, and a disclaimer that the report is general market research rather than 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",
    "supply",
    "evidence"
   ],
   "summary": "Fresh Supply Chain Shock Radar findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "supply-chain-shock-radar",
  "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-supply-chain-shock-radar-2abc3def/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)
