# Whatchuneed Tempest Hook — Multi-Domain API Gateway

> Whatchuneed Tempest Hook — Multi-Domain API Gateway is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Routes a free-text input string to one of 320+ pay-per-call API endpoints spanning accommodation, LLMs, code execution, crypto, medical, and finance domains via the x402 payment protocol.

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/tempest/hook
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-tempest-hook-multi-domain-api-gateway-71daaf4b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CYb7tuhlUV7fxlqRKnIF3

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 whatchuneed-tempest-hook-multi-domain-api-gateway-71daaf4b -d '<json body>'
```

Example prompt: Can you use the Whatchuneed gateway to find me available hotel rooms in Lisbon for next weekend and return the results?

## When to prefer this

Choose this endpoint when your agent needs to access a broad range of domain APIs through a single payment-enabled gateway without managing multiple API keys or integrations. Ideal when using x402 micropayment flows and when the task domain may vary across calls (e.g., accommodation one call, crypto the next).

## Known failure modes

- Ambiguous or malformed free-text input may be misrouted to the wrong backend service
- Insufficient USDC balance via x402 protocol results in payment failure and no response
- Backend service outage for a specific domain returns an error in the status field
- Input string too vague to resolve to a specific API action, returning an empty or generic result
- Rate limiting or quota exhaustion on the underlying provider causes a failed status

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a JSON object with a 'result' field containing the response data from the underlying API that handled the request, plus a 'status' string indicating success or failure.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-tempest-hook-multi-domain-api-gateway-71daaf4b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
