# disruption.forgemesh.io State Activity Summary

> disruption.forgemesh.io State Activity Summary is a paid API for AI agents from disruption.forgemesh.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns a summary of disruption activity for a specified US state jurisdiction

## Facts

- Endpoint: GET https://disruption.forgemesh.io/jurisdictions/:state
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/disruption-forgemesh-io-ae6f4458
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZhljaDB7el-05wK9K_lfC

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-forgemesh-io-ae6f4458
```

Example prompt: Give me a disruption activity summary for California — I want to know what events or risk factors are currently affecting that state.

## When to prefer this

Use this endpoint when you need a high-level disruption activity overview for a specific US state. Prefer this over the county-level endpoint when you want state-wide aggregation, and over the regional endpoint when you need state-specific (not multi-state regional) granularity. Ideal for initial triage of jurisdictional risk before drilling into company-level or event-level details.

## Known failure modes

- Invalid or unrecognized state code returns 404 or error response
- Payment of $0.01 USDC not provided results in 402 Payment Required
- State parameter missing from path returns 400 Bad Request
- Service unavailable or timeout if disruption data pipeline is down

## How this service works

Returns the activity rollup for one jurisdiction, including total WARN events on file — use it to check disruption volume before drilling into regional or county detail

## Output

A structured summary of disruption activity for the specified state, likely including active events, severity indicators, risk levels, and contextual information about current disruptions affecting that jurisdiction.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/disruption-forgemesh-io-ae6f4458/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)
