# Voltag Electrical Code & Wiring Q&A

> Voltag Electrical Code & Wiring 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-14).

Answers a single electrical question covering NEC code lookups, load calculations, panel sizing, and wiring diagram explanations per paid call.

## Facts

- Endpoint: POST https://agentpaystore.com/voltag/api/query
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/voltag-electrical-code-wiring-q-a-887431cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tr7h9c_40YkG-GuOdI1zU

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 voltag-electrical-code-wiring-q-a-887431cc -d '<json body>'
```

Example prompt: I need to size a subpanel for a detached garage workshop — what's the NEC-compliant panel size and wire gauge for a 60-amp feed running 150 feet from the main panel?

## When to prefer this

Choose this endpoint when you need authoritative, NEC-referenced electrical guidance — especially for code lookups, load calculations, panel sizing, or wiring interpretation — and do not require a full conversation or multi-step workflow. Ideal for agents handling DIY electrical planning, contractor compliance checks, or permit preparation where a single precise answer is needed per call.

## Known failure modes

- Vague or ambiguous question may produce a general rather than specific answer
- Question outside the electrical domain (e.g. plumbing, HVAC) may not be answered accurately
- Payment failure via x402 results in no response
- Multi-part questions may only receive partial coverage since one question is answered per call
- Very jurisdiction-specific code questions may not account for local amendments to NEC

## How this service works

NEC code lookup, load calculations, panel sizing, wiring diagrams explained. Answers one Electrical question per paid call.

## Output

A detailed, NEC-grounded answer to the submitted electrical question, which may include applicable code sections, step-by-step load calculations, recommended wire gauge or breaker sizing, or a plain-language explanation of a wiring diagram or circuit configuration.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/voltag-electrical-code-wiring-q-a-887431cc/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)
