# ForgeMesh Company Intel for Event

> ForgeMesh Company Intel for 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-15).

Returns company-specific intelligence and context for a given disruption event ID

## Facts

- Endpoint: GET https://disruption.forgemesh.io/events/:id/company-intel
- Price: $0.03/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-ddce8796
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JN1HZRec7Zcwuh416nZW9

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-ddce8796
```

Example prompt: What company context and corporate intelligence does ForgeMesh have for disruption event ID EVT-20481?

## When to prefer this

Use this endpoint when you have a specific disruption event ID and need to understand which companies are involved or affected, including their context and risk profiles. Prefer this over the company profile or risk summary endpoints when your starting point is an event rather than a company.

## Known failure modes

- Event ID not found — 404 or empty response
- Invalid event ID format — validation error
- Payment not processed — 402 Payment Required
- No company intel available for this event — empty or null result
- Rate limit exceeded — 429 error

## How this service works

Company context with sector impact paths

## Output

Returns company-level context and intelligence associated with the specified disruption event, likely including company names, roles, risk exposure, and relevant corporate background tied to the event.

## 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-ddce8796/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)
