# Sally Health Chat

> Sally Health Chat is a paid API for AI agents from sandbox-mcp-vaxm.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Chat with Sally, an AI assistant that answers questions about health and metabolic topics

## Facts

- Endpoint: POST https://sandbox-mcp-vaxm.vercel.app/chats
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sally-health-chat-a8a228d6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PqgKY9AMJq2KGesrh7GPZ

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 sally-health-chat-a8a228d6 -d '<json body>'
```

Example prompt: Ask Sally: what are the main factors that affect metabolic rate, and how can I tell if my metabolism is slow?

## When to prefer this

Use this endpoint when a user wants to ask a conversational question about health, metabolic function, nutrition, or wellness and receive a natural language answer from an AI assistant named Sally. Best for open-ended health Q&A rather than structured data lookups.

## Known failure modes

- Missing required 'message' field returns an error
- Empty or blank message may return an error or unhelpful response
- Questions outside the health/metabolic domain may return off-topic or declined responses
- Payment failure (x402) if USDC balance is insufficient

## How this service works

Chat to Sally. Ask anything about health or metabolic

## Output

A conversational text response from Sally, the health and metabolic AI assistant, answering the user's question with relevant health or metabolic information

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "HTTPS"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sally-health-chat-a8a228d6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sandbox-mcp-vaxm.vercel.app](https://www.zero.xyz/host/sandbox-mcp-vaxm.vercel.app/llms.txt)
