# The Stall — Housing Brief (IntuiTek x402)

> The Stall — Housing Brief (IntuiTek x402) is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.37/call, status unknown (last checked 2026-09-14).

Returns a concise housing market intelligence brief, payable per-call in USDC on Base mainnet via x402, with no API keys required.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/housing-brief
- Price: $0.37/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-housing-brief-intuitek-x402-e9898af0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v9kO2ouGGNQs-pmstl1bE

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 the-stall-housing-brief-intuitek-x402-e9898af0
```

Example prompt: Can you pull a housing brief for the Denver metro area — I want a quick snapshot of current market conditions, price trends, and affordability?

## When to prefer this

Choose this endpoint when you need a quick, AI-callable housing market intelligence brief without requiring an account or API key, and are able to pay $0.35 USDC per call on Base mainnet via x402. Ideal for agents needing on-demand real estate summaries without long-term subscription overhead.

## Known failure modes

- Missing or malformed query parameters returns an error response
- Payment not settled via x402 results in 402 Payment Required
- Region or market segment not supported returns no data
- Network or Base mainnet payment processing delay causes timeout
- Insufficient USDC balance prevents call completion

## How this service works

AI-synthesized US housing market briefing. Fetches 8 FRED signals (starts, permits, existing/new sales, months supply, 30Y mortgage rate, Case-Shiller HPI, median price) and uses gpt-4o-mini to produce market phase, direction, supply posture, affordability regime, 150-word narrative, dominant risk, and agent implication. One call collapses 8 FRED lookups + LLM synthesis for REIT analysis, mortgage exposure, consumer wealth, and macro housing drag.

## Output

A structured housing market brief containing summarized intelligence on real estate conditions, pricing trends, and market dynamics for the queried area or segment, delivered as a data payload after micropayment via x402.

## Example request

```json
{
 "required": "housing-brief",
 "properties": "location,market-data,trends"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-housing-brief-intuitek-x402-e9898af0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
