# Edge Agents AI Executive Decision Engine

> Edge Agents AI Executive Decision Engine is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Delivers evidence-backed macro, market, and executive decision intelligence with provenance-signed analysis for AI agents, business leaders, and government teams.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/executive-decision-engine
- Price: $0.25/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-executive-decision-engine-eeb3a70c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L7nLq8Bai6DfUM2wNWk3s

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-executive-decision-engine-eeb3a70c
```

Example prompt: Can you run an executive decision engine analysis on the current cross-market risk landscape for technology sector investments, and give me an evidence-backed summary with confidence scoring and sourced evidence assets?

## When to prefer this

Choose this endpoint when you need provenance-signed, evidence-backed decision intelligence rather than raw data or generic LLM-generated summaries. It is best suited for high-stakes executive, investor, or government decisions where cited sources, confidence scoring, and a signed issuer provenance chain are required. Prefer this over generic market data APIs when the output needs to be auditable, policy-aware, and cross-market in scope.

## Known failure modes

- Payment not provided or insufficient USDC — returns 402 Payment Required
- Query parameters malformed or missing required fields — returns 400 with schema error
- Service temporarily unavailable or upstream intelligence sources unreachable — returns 503
- Report returns with dataStatus indicating incomplete data and limitations listed in the limitations array
- Low confidence score returned when evidence is sparse or sources are stale

## How this service works

Executive Decision Engine. Composes validated Edge macro, market and risk evidence into bounded executive decision context. Purpose: Prioritise material external evidence for consequential leadership decisions without inventing company-specific facts. 15-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object containing a quality assessment (status and confidence level), a cross-market analysis summary with identified intents (e.g. risk, evidence), an evidence block with cited assets and policy stance, service and schema metadata, a generatedAt timestamp, a provenance block with issuer URL and signed flag, data status, and a disclaimer clarifying this is general market research rather than investment advice. Limitations on coverage and source freshness are stated in every report.

## 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 Executive Decision Engine findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "executive-decision-engine",
  "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-executive-decision-engine-eeb3a70c/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)
