# ForgeMesh Company Risk Intelligence

> ForgeMesh Company Risk Intelligence is a paid API for AI agents from disruption.forgemesh.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns a comprehensive risk and intelligence summary for a specific company, including disruption signals and threat indicators

## Facts

- Endpoint: GET https://disruption.forgemesh.io/companies/:id/intelligence
- Price: $0.05/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-5527f5c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k2hqdiHdy_IOSLY0mrpHm

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-5527f5c6
```

Example prompt: Pull the risk intelligence summary for company ID 'ACME-12345' from ForgeMesh — I want to see what disruptions or threats are flagged against them right now.

## When to prefer this

Use this endpoint when you need a holistic, pre-aggregated risk and intelligence summary for a specific company in a single call, rather than querying individual event histories, severity scores, or timelines separately. Ideal for quick due diligence, supplier risk checks, or pre-briefing an analyst on a company's current disruption landscape.

## Known failure modes

- Company ID not found — returns 404 if the :id does not correspond to a tracked company
- Payment failure — returns 402 if USDC payment via x402 protocol is not completed
- Invalid or missing path parameter — returns 400 if :id is malformed or absent
- Rate limiting — returns 429 if too many requests are made in a short period
- Service unavailable — returns 503 if the intelligence backend is temporarily down

## How this service works

Company risk summary with business-sector impact paths

## Output

A structured intelligence summary for the specified company, including risk indicators, disruption signals, severity assessments, and contextual threat information relevant to the company's operational status.

## 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-5527f5c6/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)
