# Edge Agents AI – Business Model Resilience Intelligence

> Edge Agents AI – Business Model Resilience 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 a company or sector's business model resilience, covering cross-market risk, intent signals, and sourced findings.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/business-model-resilience
- 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-business-model-resilience-intelligence-8ec323a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S1WHOj0XyoNQOdVYRON86

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-business-model-resilience-intelligence-8ec323a8
```

Example prompt: Can you pull the Edge Agents business model resilience report for the electric vehicle sector so I can see how durable the underlying business models are against current macro and cross-market risks?

## When to prefer this

Choose this endpoint when you need structured, evidence-sourced intelligence specifically on business model durability and cross-market resilience — not generic company profiles or raw financial data. It is well-suited for AI agents supporting investment due diligence, procurement vetting, or strategic planning where sourced, signed provenance and explicit confidence levels matter. Prefer it over generic research APIs when you need a machine-readable resilience verdict with traceable evidence rather than unstructured narrative.

## Known failure modes

- Missing or malformed required query parameters may return a 400 error
- Payment failure or insufficient USDC balance may block access with a 402 response
- If live evidence is unavailable, dataStatus may reflect incomplete coverage with limitations noted in report
- Stale or low-coverage topics may result in reduced confidence ratings
- Service unavailability returns a 5xx error with no payload

## How this service works

Business Model Resilience Context. Combines macro, market and risk evidence into strategic scenarios, timing questions and option-value context. Purpose: Improve strategic choices by making assumptions, reversibility, triggers and evidence gaps explicit. 15-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing a quality status and confidence rating for the business model resilience assessment, a cross-market family classification with identified risk intents and a plain-language summary, an evidence block listing cited assets and policy stance, provenance metadata with issuer URL and signature flag, a generatedAt timestamp, schema version, data status, and a standard disclaimer clarifying this is 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",
    "evidence"
   ],
   "summary": "Fresh Business Model Resilience Context findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "business-model-resilience",
  "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-business-model-resilience-intelligence-8ec323a8/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)
