# Edge Agents US Inflation Regime Intelligence

> Edge Agents US Inflation Regime 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).

Returns evidence-backed analysis of the current US inflation regime with confidence scoring, provenance, and macro cycle classification.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/us-inflation-regime
- 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-us-inflation-regime-intelligence-b0c221f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rpXa78nMWG789G63ss3db

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-inflation-regime-intelligence-b0c221f8
```

Example prompt: Pull the current US inflation regime report — I need the regime classification, confidence level, and any anomalies or contradictions flagged in the evidence, with provenance so I can cite it.

## When to prefer this

Choose this endpoint when you need a current, signed, evidence-backed US inflation regime classification with explicit provenance — especially for autonomous agents, boards, CFOs, or strategy teams that require citable, contradiction-aware macro intelligence rather than raw data or unstructured news summaries.

## Known failure modes

- Payment not received or x402 payment header missing — returns 402 Payment Required
- Service temporarily unavailable — upstream data sources may be refreshing
- Stale or incomplete data flagged in limitations array within the response
- Invalid or malformed request headers causing 400 Bad Request

## How this service works

Premium synthesis of direct BLS headline/core CPI levels, year-over-year rates, short-horizon annualised momentum and divergence. Purpose: Classify the US inflation regime from direct BLS evidence while exposing disagreement and missing coverage. 6-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object containing: regime quality status and confidence level, macro family classification (e.g. 'macro'), intent tags (momentum, anomaly, evidence, cycle, inflation), a plain-language analysis summary, evidence assets with policy stance and sources, a signed provenance record from edge-agents.ai, generation timestamp, data status, schema version (2.0), and a disclaimer clarifying this is general 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": "macro",
   "intents": [
    "momentum",
    "anomaly",
    "evidence",
    "cycle",
    "inflation"
   ],
   "summary": "Fresh US Inflation Regime findings appear here."
  },
  "evidence": {
   "assets": [
    "USA"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "us-inflation-regime",
  "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-inflation-regime-intelligence-b0c221f8/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)
