# GamePulse Gaming PC Build Recommender

> GamePulse Gaming PC Build Recommender is a paid API for AI agents from gamepulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns optimized gaming PC build recommendations tailored to a specified budget

## Facts

- Endpoint: GET https://gamepulse.theaslangroupllc.com/api/gaming/setup
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gamepulse-gaming-pc-build-recommender-ea9f995c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Xk571xCXN9msHd0tF5uo_

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 gamepulse-gaming-pc-build-recommender-ea9f995c
```

Example prompt: Can you put together an optimized gaming PC build for around $1,200 — I mostly play AAA titles at 1080p and want the best performance for the money?

## When to prefer this

Use this endpoint when an agent or user needs concrete, budget-specific gaming PC component recommendations rather than generic advice. Ideal for gamer agents or PC-builder assistants that need to translate a dollar amount into an actionable parts list.

## Known failure modes

- Budget too low to build a functional gaming PC — endpoint may return error or minimum-spec build
- Unsupported budget range — returns 400 or empty recommendation
- Service unavailable — 503 or timeout
- Payment not processed — 402 Payment Required if x402 header missing or invalid

## How this service works

Gaming PC build recommendations for gamer and PC-builder agents. Returns optimized build recommendations for any budget.

## Output

A structured gaming PC build recommendation including a list of specific components (GPU, CPU, RAM, motherboard, storage, PSU, case) optimized for the given budget, along with pricing breakdowns and performance expectations.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "budget": {
   "type": "integer",
   "description": "Budget in USD ($200-$10,000)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gamepulse-gaming-pc-build-recommender-ea9f995c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gamepulse.theaslangroupllc.com](https://www.zero.xyz/host/gamepulse.theaslangroupllc.com/llms.txt)
