# Tempest AI Memo Generator

> Tempest AI Memo Generator is a paid API for AI agents from tempest-2zzx.vercel.app, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-14).

Generates a professional memo using AI based on a specified purpose, recipient, tone, and optional context

## Facts

- Endpoint: POST https://tempest-2zzx.vercel.app/api/memo
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tempest-ai-memo-generator-19f2275b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FNUY-6KXx98g9cYMq-jXu

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 tempest-ai-memo-generator-19f2275b -d '<json body>'
```

Example prompt: Can you draft a professional internal memo to the engineering team about the upcoming system maintenance window, using a formal tone and mentioning that it's scheduled for this weekend?

## When to prefer this

Choose this endpoint when you need to quickly generate a structured, professional memo with specific tone and recipient targeting via a pay-per-call API. It is ideal for AI agents handling internal communications, automated document generation workflows, or business process automation where memo drafting is a recurring task.

## Known failure modes

- Missing required 'purpose' field returns a validation error
- Overly vague purpose may produce generic or low-quality output
- Network timeout if the AI generation takes too long
- Invalid payment or insufficient USDC balance causes a 402 payment error
- Unsupported or ambiguous tone descriptor may produce unexpected style

## How this service works

Compose, rewrite, translate, and refine content at scale. 25 AI-powered endpoints. Pay-per-call with USDC on Tempo.

## Output

Returns a JSON object with a success boolean and a data object containing the AI-generated memo text tailored to the specified purpose, recipient, tone, and context.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "purpose"
 ],
 "properties": {
  "tone": {
   "type": "string",
   "description": "Tone"
  },
  "context": {
   "type": "string",
   "description": "Additional context"
  },
  "purpose": {
   "type": "string",
   "description": "Email purpose"
  },
  "recipient": {
   "type": "string",
   "description": "Recipient"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tempest-ai-memo-generator-19f2275b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tempest-2zzx.vercel.app](https://www.zero.xyz/host/tempest-2zzx.vercel.app/llms.txt)
