# HerbaPulse Home Remedy Protocol Compiler

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

Generates step-by-step home remedy preparation protocols (teas, tinctures, poultices, castor oil packs) for a condition or named remedy, with evidence labels, contraindication warnings, and a buyable ingredient list.

## Facts

- Endpoint: GET https://herbapulse.theaslangroupllc.com/api/herba/protocol
- Price: $0.15/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-remedy-protocol-compiler-525816c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F4HHK0n-EbMP8tPLR2QET

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-remedy-protocol-compiler-525816c6
```

Example prompt: Can you compile a full home remedy protocol for managing a tension headache using peppermint — including the preparation steps with real ratios for a tea or poultice, the evidence rating, any drug interactions or contraindications I should know about, and a quality ingredient shopping list?

## When to prefer this

Use this endpoint when a user wants actionable, step-by-step home remedy preparation instructions — not just information about what a herb does. Prefer this over the herb profile or natural remedy lookup endpoints when the user needs real preparation ratios, cooking/brewing/infusion steps, and safety-checked protocols they can follow at home. Best suited for wellness agents that need to bridge from 'what helps X' to 'how do I actually make it.'

## Known failure modes

- Unknown condition or remedy name returns a 404 or empty protocol
- Ambiguous query (e.g. too vague a condition) may return a generic or low-confidence result
- Some niche remedies may only have traditional-use-only evidence and limited protocol detail
- Rate limiting or payment failure may block the call
- The endpoint may not return protocols for dangerous or toxic plant preparations due to safety rails

## How this service works

Home remedy protocol compiler — practical, safety-railed preparations for a condition or a named remedy: real ratios and steps (teas, tinctures, poultices, castor oil packs), provenance by tradition, an HONEST evidence label per protocol (clinical | preliminary | traditional-use-only), contraindication and drug-interaction cautions, clinician red flags, and a buyable ingredient list with quality specs. Educational, never medical advice.

## Output

Returns a structured remedy protocol including: preparation method (tea, tincture, poultice, or castor oil pack) with precise ingredient ratios and step-by-step instructions, the tradition of origin (e.g. TCM, Ayurveda, Western herbalism), an honest evidence label (clinical / preliminary / traditional-use-only), contraindication and drug-interaction cautions, clinician red-flag warnings, and a buyable ingredient list with quality specifications. Framed as educational content, not medical advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "remedy": {
   "type": "string",
   "description": "Specific remedy to compile, e.g. \"castor oil pack\", \"fire cider\""
  },
  "audience": {
   "type": "string",
   "description": "adult (default) | child | pregnancy — tightens safety rails"
  },
  "condition": {
   "type": "string",
   "description": "Condition to compile remedy protocols for (or pass remedy=)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/herbapulse-home-remedy-protocol-compiler-525816c6/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)
