Skip to content

forgemeshlabs/disruption-intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disruption Intelligence

Geospatial disruption intelligence API built from WARN filings, labor signals, and regional economic events.

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://warn.forgemesh.io

What You Can Query

  • 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.
  • Machine-readable OpenAPI and x402 discovery metadata.

Start With Public Endpoints

API_BASE=https://warn.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"

x402 Access

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://warn.forgemesh.io/territory/77002/disruption?radius=50"
Capability Example endpoint Listed price
Event severity signal GET /events/:id/severity $0.01
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

Payment terms returned by the live API are authoritative.

Documentation

Repository Scope

This repository documents the hosted Disruption Intelligence API and public integration surface. The hosted intelligence engine and its data-processing implementation are not distributed here.

License

Copyright (c) 2026 ForgeMesh Labs. All rights reserved. See LICENSE.md.

About

Geospatial disruption intelligence API for workforce reductions, closures, and regional economic signals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors