# US Industrial Production Pulse — Edge Agents

> US Industrial Production Pulse — Edge Agents 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, provenance-signed intelligence on US industrial production conditions, including macro signals, growth indicators, and bounded analysis with contradictions flagged.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/us-industrial-production-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/us-industrial-production-pulse-edge-agents-ae66da37
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_43dA0rYwfeCWSxF5i94rM

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 us-industrial-production-pulse-edge-agents-ae66da37
```

Example prompt: Pull me the latest US industrial production pulse from Edge Agents — I need the macro summary, confidence level, and any flagged contradictions so I can brief the board on current factory output conditions.

## When to prefer this

Choose this endpoint when you need a structured, provenance-signed, evidence-bounded briefing on US industrial production for executive or autonomous-agent decision-making — especially when you require confidence scores, contradiction flagging, and citable sourcing rather than a raw data feed or generic news summary. Prefer it over generic LLM summarization when auditability and signed provenance matter, or over raw Fed/Census data APIs when you need a pre-synthesized macro narrative ready for board or strategy consumption.

## Known failure modes

- Payment not received or insufficient USDC — 402 Payment Required returned before data is served
- Report data temporarily unavailable — dataStatus field may indicate incomplete coverage
- Evidence assets array empty if no live sources were available at generation time
- Stale generatedAt timestamp if upstream macro data feed is delayed
- Schema version mismatch if client expects older response format

## How this service works

Direct Federal Reserve G.17 total industrial-production index with monthly, three-month and year-over-year change. Purpose: Measure the direction of US industrial output using the Federal Reserve Board's primary G.17 release. 6-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing a quality block (status and confidence level), an analysis block (macro family, intents array, narrative summary), an evidence block (assets, policy, sources), provenance metadata (issuer URL, signed flag), generatedAt timestamp, schemaVersion, dataStatus, limitations array, and a standard disclaimer that this is 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": "macro",
   "intents": [
    "evidence",
    "growth"
   ],
   "summary": "Fresh US Industrial Production 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-industrial-production-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/us-industrial-production-pulse-edge-agents-ae66da37/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)
