# Edge Agents US Labour Turning Point Intelligence

> Edge Agents US Labour Turning Point 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).

Delivers evidence-backed decision intelligence on US labour market turning points, including macro signals, risk factors, and sourced analysis with provenance for business leaders and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/us-labour-turning-point
- 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-labour-turning-point-intelligence-c6264222
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jqJ8rxp1lUkNfOWgUTB9h

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-labour-turning-point-intelligence-c6264222
```

Example prompt: Pull the latest Edge Agents decision intelligence on US labour market turning points — I need the evidence summary, confidence rating, and any key contradictions or risk signals for our strategy team.

## When to prefer this

Choose this endpoint when you need sourced, evidence-bounded intelligence specifically on US labour market inflection points — not raw data feeds or generic economic indicators. It is preferable to open-web search when you need provenance-signed, contradiction-aware analysis formatted for executive or AI-agent consumption, with explicit confidence levels and limitations. Best suited for strategic decision contexts (board briefings, CFO reports, hiring strategy) where accountability and sourcing matter.

## Known failure modes

- Payment not completed or USDC balance insufficient — 402 Payment Required response
- Service temporarily unavailable or data pipeline delay — 503 or timeout
- No new evidence available since last update — report may reflect prior period data with freshness caveats stated inline
- Malformed request or missing required fields — 400 Bad Request
- Report confidence rated lower than expected if contradicting evidence is present

## How this service works

Premium synthesis of direct BLS unemployment, payroll, participation and wage evidence designed to detect labour-market deterioration or reacceleration. Purpose: Assess whether US labour evidence is strengthening, weakening or approaching a turning point without inventing a recession probability. 6-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a structured JSON report containing: a quality status and confidence rating, a macro analysis summary with evidence assets and policy context, service ID, data completeness status, signed provenance from edge-agents.ai, generation timestamp, schema version, and a disclaimer that the content 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": "macro",
   "intents": [
    "evidence",
    "labour"
   ],
   "summary": "Fresh US Labour Turning Point findings appear here."
  },
  "evidence": {
   "assets": [
    "USA"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "us-labour-turning-point",
  "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-labour-turning-point-intelligence-c6264222/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)
