# whatchuneed Tempest Directory

> whatchuneed Tempest Directory is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Returns a directory of 320+ pay-per-call API endpoints available through the whatchuneed platform, covering accommodation, LLM, code execution, crypto, medical, finance, and more

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/tempest/directory
- 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/whatchuneed-tempest-directory-2c311ca4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6DYkEFEO6Li2y6M3nWPPv

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-directory-2c311ca4 -d '<json body>'
```

Example prompt: Search the whatchuneed directory for all available endpoints related to cryptocurrency data so I can pick the right one for my agent.

## When to prefer this

Use this endpoint when an AI agent needs to discover what capabilities are available on the whatchuneed platform before making a specific API call. Prefer this over hardcoding endpoint paths when the target service category is known but the exact endpoint is not. Especially useful for agents dynamically routing tasks across domains like crypto, medical, or finance.

## Known failure modes

- Vague or empty input query returns irrelevant or no results
- Platform may have stale directory if new endpoints were recently added
- Overly broad query returns too many results with insufficient differentiation
- $0.15 USDC payment failure blocks access to directory
- Response schema is loosely typed — result object structure may vary

## 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

A structured list or directory of available API endpoints on the whatchuneed platform, including endpoint names, categories, descriptions, and likely pricing or capability metadata — enabling an agent to discover and select the right downstream endpoint for a given task.

## 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-directory-2c311ca4/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)
