# Palmyr Temporary Email Inbox

> Palmyr Temporary Email Inbox is a paid API for AI agents from palmyr.ai, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14, last successful call 2026-07-21).

Provisions a disposable, receive-only temporary email inbox at tmp-XXXX@palmyr.ai that auto-expires after 24 hours, with wallet-authenticated read access via x402.

## Facts

- Endpoint: POST https://palmyr.ai/email/temp
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-07-21
- Success rate: 83% of calls made through Zero
- Activations on Zero: 7
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-temporary-email-inbox-081add2e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HUGDDqott7keHJFP-gNCM

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 palmyr-temporary-email-inbox-081add2e -d '<json body>'
```

Example prompt: Create a temporary disposable email inbox for me so I can receive a verification email from a site I'm signing up on — I need the address now and want it to expire after 24 hours.

## When to prefer this

Use this endpoint when an AI agent needs to receive a verification, confirmation, or one-time-use email on behalf of a user without exposing a real email address. Ideal for automated sign-up flows, account verification steps, or order confirmations where a short-lived inbox suffices and the agent can authenticate ownership via an x402-compatible wallet.

## Known failure modes

- x402 payment or ownership proof invalid — inbox not provisioned
- wallet not recognized or unauthorized — read access denied
- inbox already expired — messages no longer retrievable
- email not yet received — inbox empty on read
- network or service error — 5xx response

## How this service works

Provision a cheap, disposable, receive-only email inbox for receiving a one-time verification or order-confirmation email. Auto-expires (default 24h). Reads return plaintext after an x402 ownership proof from the owning wallet.

## Output

Returns a newly provisioned temporary email address (e.g. tmp-XXXX@palmyr.ai) and access credentials. Subsequent reads of the inbox return plaintext email content after an x402 ownership proof from the calling wallet is verified.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "body": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/palmyr-temporary-email-inbox-081add2e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from palmyr.ai](https://www.zero.xyz/host/palmyr.ai/llms.txt)
