# Vealth Health Work Packet Builder

> Vealth Health Work Packet Builder is a paid API for AI agents from vealth.net, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Generates a bounded, non-medical health measurement work packet from the 12-Hallmarks-tagged health work library for a given place and problem, routing findings to a licensed clinician.

## Facts

- Endpoint: POST https://vealth.net/.well-known/vealth/cdp/health-packet
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vealth-health-work-packet-builder-31298312
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YlRxVMal6VWem2mMrlrpv

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 vealth-health-work-packet-builder-31298312 -d '<json body>'
```

Example prompt: Build me a health work packet for my home office in Austin, TX — the problem I'm tracking is chronic fatigue and low energy levels.

## When to prefer this

Use this endpoint when you need a structured, bounded health measurement work packet grounded in the 12-Hallmarks framework for a specific place and problem, and you want findings routed to a licensed clinician rather than receiving any diagnostic or treatment output. Prefer this over generic health information APIs when the goal is generating a formal, measurement-oriented health work packet with clinical routing.

## Known failure modes

- Missing required 'place' field — returns 400 or error indicating place is required
- Missing required 'problem' field — returns 400 or error indicating problem is required
- Payment not settled — x402 payment required, returns 402 if USDC payment fails
- Invalid or malformed input values — may return validation error
- Service unavailable — 503 if the CDP-settled mirror or upstream health library is unreachable

## How this service works

Health Work Packet Builder (CDP-settled mirror) — bounded, non-medical measurement work packet from the 12-Hallmarks-tagged health work library. Findings route to a licensed clinician; nothing diagnoses or treats.

## Output

A bounded, structured health measurement work packet tagged with the 12-Hallmarks framework, containing non-diagnostic measurement tasks for the submitted place and problem, with findings routed to a licensed clinician rather than providing any diagnosis or treatment recommendation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "place": {
   "type": "string"
  },
  "problem": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vealth-health-work-packet-builder-31298312/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vealth.net](https://www.zero.xyz/host/vealth.net/llms.txt)
