# AgentPayStore Carpentry Q&A

> AgentPayStore Carpentry 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 carpentry question per paid call, covering span tables, IRC framing, load paths, stair math, and roof pitch calculations.

## Facts

- Endpoint: POST https://agentpaystore.com/framer/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/agentpaystore-carpentry-q-a-eeeea853
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aQmXCM3P230HL_8dPwGqS

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 agentpaystore-carpentry-q-a-eeeea853 -d '<json body>'
```

Example prompt: What's the maximum allowable span for a 2x10 southern yellow pine floor joist spaced 16 inches on center, per IRC span tables?

## When to prefer this

Choose this endpoint when you need quick, authoritative answers to specific carpentry calculations — span tables, IRC framing rules, stair math, load paths, or roof pitch — and need a single precise answer per call. It is ideal for AI agents assisting contractors, DIYers, or engineers who need code-compliant structural guidance without consulting a full engineering tool or browsing multiple reference documents.

## Known failure modes

- Question outside carpentry scope returns an unsupported or empty response
- Ambiguous or underspecified question (missing lumber species, spacing, or load conditions) may yield a generic or inapplicable answer
- Network or payment gateway failure returns a 402 or 5xx error
- Rate limiting or service unavailability returns an error with no answer

## How this service works

Span tables, IRC framing, load paths, stair math, roof pitch. Answers one Carpentry question per paid call.

## Output

A single direct answer to the submitted carpentry question, which may include numerical results (span lengths, riser heights, rafter lengths, load values), code references (IRC sections), or step-by-step calculations relevant to the specific framing, stair, or roof pitch query.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentpaystore-carpentry-q-a-eeeea853/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)
