# Edge Agents CEO Morning Intelligence

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

Delivers evidence-backed macro, market, and cross-asset decision intelligence in a structured morning briefing format for executives and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/ceo-morning-intelligence
- Price: $0.1/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-ceo-morning-intelligence-3397ef4f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_41AN21uljM36zZnJB6K-9

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-ceo-morning-intelligence-3397ef4f
```

Example prompt: Pull this morning's CEO intelligence briefing from Edge Agents — I need the macro and cross-market summary with risk signals and confidence ratings so I can brief the leadership team before our 8am call.

## When to prefer this

Choose this endpoint when an executive, AI agent, or analyst needs a synthesized, evidence-backed macro and cross-market morning brief with explicit confidence ratings and signed provenance — rather than raw data feeds, single-asset price lookups, or general news aggregation. It is especially appropriate when decision traceability and source quality matter, such as in investment committees, government briefings, or board-level reporting.

## Known failure modes

- Payment not processed — returns 402 if USDC payment via x402 protocol is missing or insufficient
- Service temporarily unavailable — live data sources may be unreachable, resulting in incomplete data status
- Stale or limited coverage — report may note source freshness limitations inline rather than returning an error
- Malformed request — unsupported query parameters may yield an error or be silently ignored given the minimal input schema

## How this service works

CEO Morning Intelligence. 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 structured JSON report including: a quality assessment with confidence rating (e.g. 'strong/high'), a cross-market analysis summary with identified risk and evidence intents, an evidence block listing sourced assets and policy posture, data completeness status, schema version, timestamp, signed provenance from edge-agents.ai, and a disclaimer clarifying the report is general market research, 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 CEO Morning Intelligence findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "ceo-morning-intelligence",
  "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-ceo-morning-intelligence-3397ef4f/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)
