# Edge Agents US Core CPI Pulse

> Edge Agents US Core CPI Pulse 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 US Core CPI inflation intelligence with provenance, confidence scoring, and contradiction tracking for business leaders and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/us-core-cpi-pulse
- 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-us-core-cpi-pulse-b861ccc2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sUXu69QANuJfeNNrOdlJ1

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-us-core-cpi-pulse-b861ccc2
```

Example prompt: Pull the latest US Core CPI Pulse report from Edge Agents — I need the current inflation momentum signal, confidence level, and evidence provenance so I can brief the board on macro risk.

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed, signed inflation intelligence report specifically for US Core CPI with explicit provenance, confidence scoring, and contradiction disclosure — particularly useful for autonomous agents feeding macro signals into decision workflows, or business leaders who need audit-ready inflation intelligence rather than raw data. Prefer this over general news APIs or raw BLS data when you need interpretive analysis, bounded decisions, and verifiable sourcing in a single call.

## Known failure modes

- Payment not confirmed — endpoint requires $0.01 USDC via x402 protocol before data is released
- Stale or unavailable source data — limitations field will explicitly state coverage gaps
- No input schema parameters recognized — endpoint may return default CPI pulse with no customization
- Service temporarily unavailable — upstream macro data sources may be delayed around CPI release windows

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

Returns a structured JSON report containing: an overall quality status and confidence level, an analysis summary with inflation family classification and momentum intents (e.g. 'momentum', 'evidence', 'inflation'), evidence assets with source policy and provenance details, a signed issuer provenance record, a generatedAt timestamp, schema version, and a disclaimer clarifying this is market research rather than investment advice. Limitations on coverage and source freshness are explicitly stated.

## 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": "macro",
   "intents": [
    "momentum",
    "evidence",
    "inflation"
   ],
   "summary": "Fresh US Core CPI Pulse findings appear here."
  },
  "evidence": {
   "assets": [
    "USA"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "us-core-cpi-pulse",
  "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-us-core-cpi-pulse-b861ccc2/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)
