# disruption.forgemesh.io Company Profile

> disruption.forgemesh.io Company Profile 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).

Retrieves a structured profile for a specific company, including identity and contextual data relevant to disruption risk analysis.

## Facts

- Endpoint: GET https://disruption.forgemesh.io/companies/:id
- 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-80f20bbd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ph6-exj7WzwCsfhk6D06g

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-80f20bbd
```

Example prompt: Pull the company profile for company ID 'acme-corp-001' from the ForgeMesh disruption platform — I need to see their basic organizational details before reviewing their risk summary.

## When to prefer this

Use this endpoint when you need foundational company identity and profile data from the ForgeMesh disruption platform before querying related endpoints like risk summary, event history, or company context. Prefer this as a first lookup step when you have a company ID and need to confirm the entity before deeper analysis.

## Known failure modes

- Company ID not found — returns 404 or empty result
- Invalid company ID format — returns 400 or validation error
- Payment not accepted — 402 response if x402 payment fails
- Service unavailable — 5xx error if platform is down
- Unauthorized access — if payment or auth token is missing

## How this service works

Company profile

## Output

Returns a structured company profile object containing identity information, organizational metadata, and classification details for the specified company as tracked in the ForgeMesh disruption intelligence system.

## 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-80f20bbd/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)
