# Disruption Intelligence Ripple API – Company Intel by Event

> Disruption Intelligence Ripple API – Company Intel by Event is a paid API for AI agents from disruption.forgemesh.io, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns downstream business impact intelligence for a specific disruption event, including affected company details, sector impacts, and industry classification based on WARN filings and labor signals.

## Facts

- Endpoint: GET https://disruption.forgemesh.io/events/%7Bid%7D/company-intel
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/disruption-intelligence-ripple-api-company-intel-by-event-cd74d2ff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GylpFR1KB_L3zctAlirfg

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 disruption-intelligence-ripple-api-company-intel-by-event-cd74d2ff
```

Example prompt: Look up the downstream company and sector impacts for disruption event ID 'evt-20240315-mi-ford-dearborn' — I want to know which suppliers and vendors are likely affected and what the industry classification is.

## When to prefer this

Use this endpoint when you need structured downstream business impact analysis for a specific known disruption event ID — particularly when you want sector-level ripple effect intelligence sourced from WARN filings and labor signals. Prefer this over generic company lookup APIs when the use case involves supply chain risk, vendor exposure analysis, or economic shock propagation from a specific layoff or plant closure event.

## Known failure modes

- Event ID not found — returns empty or null intel with no sector impacts
- Unknown or uncrawled event ID returns empty company object and null intel
- Industry classification may be 'medium' confidence when inferred from text rather than explicit NAICS code
- Locations array may be empty if geospatial data is unavailable for the event
- Payment failure via x402 protocol results in 402 response before data is returned

## How this service works

Paid layoff risk and WARN filing intelligence via x402. Company risk scores, ripple effects, and geographic disruption data.

## Output

A JSON object containing: the company profile for the disrupting entity, a list of affected business sector impacts with confidence ratings and impact paths (e.g. suppliers, tooling, maintenance vendors), industry classification with NAICS sector code, confidence level and inference method, a list of affected geographic locations, and any known company aliases. The 'intel' field may contain additional enriched company intelligence when available.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "intel": null,
  "aliases": [],
  "company": {},
  "event_id": "",
  "locations": [],
  "business_sector_impacts": [
   {
    "sector": "suppliers, tooling, and maintenance vendors",
    "confidence": "high",
    "impact_path": "production changes can affect parts suppliers, tooling, maintenance contracts, packaging, and industrial services"
   }
  ],
  "industry_classification": {
   "label": "Manufacturing",
   "method": "source_industry_text",
   "confidence": "medium",
   "naics_sector": "31-33",
   "coverage_note": "Industry inferred from source-provided industry text, not an explicit NAICS code."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/disruption-intelligence-ripple-api-company-intel-by-event-cd74d2ff/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from disruption.forgemesh.io](https://www.zero.xyz/host/disruption.forgemesh.io/llms.txt)
