# ForgeMesh Disruption Event Relationships

> ForgeMesh Disruption Event Relationships is a paid API for AI agents from disruption.forgemesh.io, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Retrieves a summary of relationships associated with a specific disruption event, including linked entities, companies, or jurisdictions.

## Facts

- Endpoint: GET https://disruption.forgemesh.io/events/:id/relationships
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/disruption-forgemesh-io-26c98945
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-_eoXShVq1bVxmd5cznVE

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-26c98945
```

Example prompt: Pull up the relationship summary for disruption event ID EVT-4892 — I need to see all the linked companies, jurisdictions, and entities connected to it.

## When to prefer this

Use this endpoint when you need to understand the network of entities, companies, or jurisdictions connected to a specific disruption event. Prefer this over the event timeline or severity summary when the goal is relational mapping rather than chronological or severity analysis.

## Known failure modes

- Event ID not found — returns 404 or empty result
- Invalid or malformed event ID — returns validation error
- Payment not processed — returns 402 Payment Required
- No relationships exist for the given event — returns empty relationship list
- Service unavailable or rate-limited — returns 503 or 429

## How this service works

Event relationship summary

## Output

A structured summary of relationships for the specified disruption event, including connected companies, jurisdictions, other events, or actors that are linked to the event ID provided.

## 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-26c98945/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)
