# Cloud World Model - Analyze Simulation Bottlenecks

> Cloud World Model - Analyze Simulation Bottlenecks is a paid API for AI agents from www.cloudworldmodel.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Identifies the primary performance bottlenecks in a simulated cloud deployment without provisioning real infrastructure.

## Facts

- Endpoint: POST https://www.cloudworldmodel.ai/api/simulations/16bcd84f-a427-42bf-95f5-681cc9a41fb5/analyze-bottlenecks
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cloud-world-model-analyze-simulation-bottlenecks-0ea92afa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AyF7CG7JmkT94f4nR_KmJ

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 cloud-world-model-analyze-simulation-bottlenecks-0ea92afa -d '<json body>'
```

Example prompt: Analyze the bottlenecks in my cloud simulation dc29d366-d679-4c0d-9728-bbb60c40e590 and give me a simplified report so I can understand where the performance issues are.

## When to prefer this

Use this endpoint when you need to quickly identify performance constraints in a cloud simulation without spinning up real infrastructure. It is ideal after provisioning a simulation and before making scaling or right-sizing decisions. Prefer this over cost or validation endpoints when your primary concern is latency, throughput, or resource saturation rather than spend or config correctness.

## Known failure modes

- Simulation ID not found — returns 404 if the UUID does not correspond to an active simulation
- Simulation not yet initialized — analysis may fail if the simulation has not been provisioned with resources
- Invalid input schema — non-boolean value for beginnerMode returns validation error
- Payment failure — x402 payment of $0.001 USDC must succeed before analysis is run

## How this service works

Identify the primary performance bottlenecks in a simulated deployment.

## Output

Returns a list of primary performance bottlenecks identified within the simulated deployment, including which components or resources are the constraining factors. When beginnerMode is enabled, the analysis is simplified into plain-language explanations suitable for non-experts.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "beginnerMode": {
   "type": "boolean",
   "description": "Return simplified bottleneck analysis"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cloud-world-model-analyze-simulation-bottlenecks-0ea92afa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.cloudworldmodel.ai](https://www.zero.xyz/host/www.cloudworldmodel.ai/llms.txt)
