# Edge Agents Pricing Power Regime Intelligence

> Edge Agents Pricing Power Regime 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 the current pricing power regime across markets, including family classification, inflation dynamics, FX, commodities, and policy signals.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/pricing-power-regime
- 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-pricing-power-regime-intelligence-8e2a08b1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pid8QPRvajKSfkuGsRfqv

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-pricing-power-regime-intelligence-8e2a08b1
```

Example prompt: Pull the latest pricing power regime report from Edge Agents — I need to know the current regime status, confidence level, and what the cross-market evidence says about inflation, FX, and commodities right now.

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed assessment of the current pricing power macro regime — specifically cross-market signals covering inflation, FX, commodities, and monetary policy — rather than a raw data feed, a single asset price lookup, or a general news summary. It is particularly suited for AI agents that need a signed, provenance-verified intelligence report they can act on or surface to decision-makers without additional synthesis.

## Known failure modes

- No data available for the current period — dataStatus may return incomplete
- Evidence sources may be limited depending on market coverage at time of call
- Stale or future-dated generatedAt timestamps if report cache is not refreshed
- Payment failure via x402 protocol resulting in 402 response before data is returned
- Malformed or missing response body if backend report generation fails

## How this service works

Pricing Power Regime. Connects external demand, inflation, commodity, FX and financing evidence to commercial and procurement questions. Purpose: Give commercial leaders bounded market context for pricing, sourcing, margin and supplier decisions. 15-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: regime quality status (e.g. strong/weak) and confidence level, market family classification (e.g. cross-market), intent tags (risk, inflation, FX, commodities, cycle, evidence), a narrative summary, asset evidence list, policy stance, data provenance with issuer signature, schema version, generation timestamp, limitations disclosure, and a standard disclaimer that the report is general market research and 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",
    "cycle",
    "inflation",
    "fx",
    "commodities"
   ],
   "summary": "Fresh Pricing Power Regime findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "pricing-power-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-pricing-power-regime-intelligence-8e2a08b1/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)
