# The Stall — Labor Brief

> The Stall — Labor Brief 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 labor brief data report via x402 pay-per-call, requiring USDC payment on Base mainnet with no account or API key needed.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/labor-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-labor-brief-b2864bf4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yi17hcqaQepmu8iCY3Vfl

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-labor-brief-b2864bf4
```

Example prompt: Can you pull a labor brief for me from The Stall marketplace — pay the $0.35 USDC fee on Base and give me the current labor market summary?

## When to prefer this

Use this endpoint when you need on-demand labor market intelligence without setting up an account or managing API keys, and can pay $0.35 USDC per call via x402 on Base mainnet. Prefer this for lightweight, infrequent labor brief lookups where micropayment-gated access is acceptable.

## Known failure modes

- Payment insufficient or rejected — 402 response if USDC amount or wallet not valid
- Missing required query parameters — malformed request error
- Network or blockchain confirmation delay causing timeout
- Base mainnet congestion causing payment failure
- Service unavailable — 503 if the IntuiTek backend is down

## How this service works

Domain-agnostic x402 capability chassis by IntuiTek¹. 300 AI-callable data services — pay USDC on Base mainnet. No accounts or API keys required.

## Output

A labor brief data payload containing workforce or employment intelligence, returned after successful USDC micropayment on Base mainnet. Exact schema fields depend on the service's internal response structure.

## 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-labor-brief-b2864bf4/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)
