# Edge Agents AI – Geopolitical Business Risk Intelligence

> Edge Agents AI – Geopolitical Business Risk 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 geopolitical business risk analysis and macro intelligence for a given context, sourced from live reporting.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/geopolitical-business-risk
- 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-geopolitical-business-risk-intelligence-5077ef66
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_K6jkWhzPMVdDjhhH2znRb

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-geopolitical-business-risk-intelligence-5077ef66
```

Example prompt: Pull me the latest evidence-backed geopolitical business risk report from Edge Agents — I need a cross-market risk summary with confidence level and policy stance for a business decision I'm making.

## When to prefer this

Choose this endpoint when you need live, evidence-backed geopolitical business risk intelligence with provenance signatures and confidence scoring — particularly for AI agents, executive decision-makers, procurement teams, or government advisors who require citable, signed intelligence rather than generic news summaries. Prefer this over general web search or news APIs when auditability, confidence ratings, and structured risk framing (cross-market, policy stance) are required.

## Known failure modes

- Missing or malformed required query parameters may return an error or empty evidence set
- Stale or unavailable source data may reduce confidence level or result in incomplete evidence assets
- Payment failure (insufficient USDC, x402 protocol error) will block access to the report
- Report may note coverage or freshness limitations inline rather than returning an error

## How this service works

Geopolitical Business Risk Context. 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

A structured JSON report containing a quality status and confidence rating, a cross-market risk analysis summary with identified intents (e.g. risk, evidence), evidence assets and policy stance, a provenance signature from edge-agents.ai, generation timestamp, schema version, and a disclaimer that 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"
   ],
   "summary": "Fresh Geopolitical Business Risk Context findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "geopolitical-business-risk",
  "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-geopolitical-business-risk-intelligence-5077ef66/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)
