# HerbaPulse Home Apothecary Kit Builder

> HerbaPulse Home Apothecary Kit Builder is a paid API for AI agents from herbapulse.theaslangroupllc.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Designs a personalized natural-remedies cabinet for a household with 12-18 multi-use staples matched to focus areas, budget tier, and household composition, including evidence labels, safety cautions, and buy links.

## Facts

- Endpoint: GET https://herbapulse.theaslangroupllc.com/api/herba/apothecary
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/herbapulse-home-apothecary-kit-builder-d697670f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t8cVzDX8o9w0XTmqYh04q

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 herbapulse-home-apothecary-kit-builder-d697670f
```

Example prompt: Can you design a home apothecary kit for my household — we have two young kids and I'm focused on sleep, digestion, and immune support, with a mid-range budget? Give me the 12-18 staples to stock, their evidence ratings, storage tips, anything to skip for a household with children, and where to buy them.

## When to prefer this

Use this endpoint when a user wants a comprehensive, one-call home apothecary plan tailored to their household's specific health focus areas, budget, and safety considerations (kids, pregnancy). Prefer over single herb lookup or general supplement decoder endpoints when the goal is a full curated cabinet rather than information on one ingredient or condition.

## Known failure modes

- Missing or invalid focus area parameters may return a generic or incomplete kit
- Unsupported budget tier values may cause a 400 error
- Service unavailability (5xx) if the endpoint is down
- Payment failure via x402 protocol if USDC balance is insufficient

## How this service works

Home apothecary kit builder — ONE call designs the stocked natural-remedies cabinet for your household: 12-18 multi-use staples matched to your focus areas (sleep, digestion, immune, first-aid, skin) and budget tier, each with traditional uses, an HONEST evidence label, storage and shelf life, kid/pregnancy cautions, quality specs, and buy links. Plus the equipment basics and what to EXCLUDE for your household and why. Educational, never medical advice.

## Output

A curated list of 12-18 natural remedy staples tailored to the household's focus areas and budget, each with traditional uses, an honest evidence-based label (e.g. well-supported, traditional use only, insufficient evidence), storage and shelf-life guidance, kid/pregnancy safety cautions, quality specifications, and buy links. Also includes recommended basic equipment and a household-specific exclusion list with explanations. Framed as educational content, not medical advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "focus": {
   "type": "string",
   "description": "Comma-separated priorities: sleep, digestion, immune, first-aid, skin, stress"
  },
  "budget": {
   "type": "string",
   "description": "starter | standard (default) | complete"
  },
  "household": {
   "type": "string",
   "description": "e.g. \"2 adults, 2 kids under 10\" or \"1 adult, pregnant\" (default \"2 adults\")"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/herbapulse-home-apothecary-kit-builder-d697670f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from herbapulse.theaslangroupllc.com](https://www.zero.xyz/host/herbapulse.theaslangroupllc.com/llms.txt)
