# Edge Agents US Capacity Utilization Pulse

> Edge Agents US Capacity Utilization 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).

Returns evidence-backed, bounded analysis of the latest US capacity utilization data including macro cycle signals, inflation and growth implications, and sourced provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/us-capacity-utilization-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-capacity-utilization-pulse-ae7af361
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_D8HBRJXTHvRLQQWM-bnfg

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-capacity-utilization-pulse-ae7af361
```

Example prompt: Pull the latest US capacity utilization pulse from Edge Agents and tell me what it means for the current inflation and business cycle outlook — I need confidence level, any contradictions flagged, and the source provenance.

## When to prefer this

Choose this endpoint when you need current, evidence-backed US capacity utilization intelligence with explicit provenance, confidence scoring, and contradiction flagging — particularly for decision-support contexts like board presentations, CFO risk assessments, or autonomous agent macro enrichment where auditability and bounded conclusions matter. Prefer over generic data feeds when you need a synthesized, human-readable analysis with sourcing rather than a raw statistical release.

## Known failure modes

- Payment not completed — 402 response requiring USDC payment before data is returned
- Data temporarily unavailable — dataStatus field may indicate incomplete if source feed is stale
- Source freshness limitations — coverage gaps or unavailable evidence are explicitly stated within the paid report
- Invalid request format — malformed query parameters may result in an error response
- Confidence reported as low if underlying macro data is contradictory or sparse

## How this service works

Direct Federal Reserve G.17 total capacity-utilization rate and recent change. Purpose: Track utilisation pressure in the US industrial sector as a growth and inflation-capacity input. 6-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a structured JSON object containing: a quality block with status and confidence level, an analysis block with macro family classification, cycle-relevant intents (evidence, cycle, inflation, growth) and a narrative summary, an evidence block listing source assets and policy, a serviceId, dataStatus, provenance with signed issuer, generatedAt timestamp, schema version, and a disclaimer clarifying this 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": "macro",
   "intents": [
    "evidence",
    "cycle",
    "inflation",
    "growth"
   ],
   "summary": "Fresh US Capacity Utilization 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-capacity-utilization-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-capacity-utilization-pulse-ae7af361/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)
