Geospatial disruption intelligence API built from WARN filings, labor signals, regional economic events, and downstream business-ripple analysis.
Disruption Intelligence gives software agents and developers structured access to reported regional workforce disruptions, event context, company signals, and geographic rollups through a hosted API.
Hosted API: https://disruption.forgemesh.io
- Public health, aggregate statistics, source provenance, and bounded event previews.
- Paid event intelligence, history, and related-event views.
- Paid company, regional, jurisdiction, radius, and territory intelligence.
- Free Ripple inventory search plus paid Ripple Signals, Ripple Paths, and Disruption Intelligence Ripple Reports.
- Machine-readable OpenAPI and x402 discovery metadata.
API_BASE=https://disruption.forgemesh.io
curl "$API_BASE/health"
curl "$API_BASE/stats"
curl "$API_BASE/events?state=TX"
curl "$API_BASE/openapi.json"
curl "$API_BASE/.well-known/x402.json"Paid endpoints use x402 payment discovery. An unpaid request returns a 402 Payment Required response describing the active payment terms; an x402-capable client can satisfy those terms and retry the request.
curl -i "https://disruption.forgemesh.io/territory/77002/disruption?radius=50"| Capability | Example endpoint | Listed price |
|---|---|---|
| Event severity signal | GET /events/:id/severity |
$0.01 |
| Event company intelligence | GET /events/:id/company-intel |
$0.03 |
| Company intelligence | GET /companies/:id/intelligence |
$0.05 |
| Geographic radius intelligence | GET /radius/:zip |
$0.05 |
| Territory disruption summary | GET /territory/:zip/disruption |
$0.10 |
| Ripple Signals | GET /ripple/signals |
$0.10 |
| Disruption Intelligence Ripple Report | GET /ripple/brief |
$0.25 |
| Ripple Paths | GET /ripple/signals/:id/sector-impacts |
$0.15 |
Payment terms returned by the live API are authoritative.
Paid event-level responses can include industry_classification, with the industry label, NAICS fields when present, derivation method, confidence, source text when relevant, and a coverage note. This is response metadata from the hosted API; it does not imply every WARN source has complete industry coverage.
This repository documents the hosted Disruption Intelligence API and agent-facing integration surface. The hosted intelligence engine and its data-processing implementation are not distributed here.
Copyright (c) 2026 ForgeMesh Labs. All rights reserved. See LICENSE.md.