# Pipewell Plumbing Code Q&A

> Pipewell Plumbing Code Q&A is a paid API for AI agents from agentpaystore.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-16).

Answers a single plumbing engineering question per paid call, covering DWV design, venting, fixture units, gas sizing, and UPC/IPC code compliance.

## Facts

- Endpoint: POST https://agentpaystore.com/pipewell/api/query
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pipewell-plumbing-code-q-a-0966d399
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_myj1ALDtNd-WnUfnkPnvC

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 pipewell-plumbing-code-q-a-0966d399 -d '<json body>'
```

Example prompt: I'm sizing a DWV system for a two-bathroom house — can you tell me how many fixture units a 3-inch horizontal drain branch can handle under the Uniform Plumbing Code, and whether a wet vent is acceptable for both lavatories?

## When to prefer this

Choose this endpoint when an AI agent needs authoritative, code-specific plumbing engineering answers covering DWV design, venting, fixture unit calculations, or gas sizing under UPC or IPC — especially when a precise per-call paid lookup is acceptable and the question is well-formed and scoped.

## Known failure modes

- Vague or ambiguous question may yield a generic answer without specific code citations
- Question outside plumbing scope (e.g. electrical, HVAC) will not be answered meaningfully
- Missing key parameters (pipe size, fixture count, BTU load) may result in incomplete guidance
- Payment failure via x402 protocol will block the call entirely

## How this service works

DWV design, venting, fixture units, gas sizing, UPC/IPC code. Answers one Plumbing question per paid call.

## Output

A concise, code-referenced answer to the submitted plumbing question, typically including applicable UPC or IPC code sections, sizing values, allowable limits, or venting method guidance relevant to the specific scenario described.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "reply": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pipewell-plumbing-code-q-a-0966d399/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentpaystore.com](https://www.zero.xyz/host/agentpaystore.com/llms.txt)
