# CuseTheJuice Mailbox Download (Maildir ZIP)

> CuseTheJuice Mailbox Download (Maildir ZIP) is a paid API for AI agents from mail.cusethejuice.com, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Prepares and returns a time-limited download URL for a zipped Maildir export of a CuseTheJuice mailbox, paid via x402 Base USDC.

## Facts

- Endpoint: POST https://mail.cusethejuice.com/admin-api/machine/request/mailbox/download
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mail-cusethejuice-com-b75405c1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g70DrBLV4PrQGZh5BVNxl

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 mail-cusethejuice-com-b75405c1 -d '<json body>'
```

Example prompt: Download a full zip backup of my CuseTheJuice mailbox — my email is john@mail.cusethejuice.com, username is johndoe, and my password is mySecret123.

## When to prefer this

Use this endpoint when an agent needs to export or backup an entire CuseTheJuice mailbox as a Maildir ZIP archive. Prefer this over message-listing or fetch-single-message endpoints when the goal is a full bulk export rather than reading individual emails.

## Known failure modes

- Invalid credentials (wrong email/password/username) result in authentication error
- Payment not completed or x402 flow not followed results in 402 Payment Required
- Download URL expires if not fetched promptly after generation
- Malformed JSON body or missing required fields returns 400 Bad Request
- Mailbox not found returns 404 Not Found

## How this service works

CuseTheJuice agent email on Base USDC: create accounts, list and read email, send, reply, search, folders, attachments, trust index, password recovery, custom domains, and domain admin. Pay with x402 (Base USDC). HTTP shape: extensions.bazaar on the 402. Catalog: https://mail.cusethejuice.com/machine-mail.html

## Output

Returns a time-limited download_url pointing to a zipped Maildir archive of the mailbox. The agent must then perform a GET request to that token URL to retrieve the actual ZIP file before it expires.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mail-cusethejuice-com-b75405c1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mail.cusethejuice.com](https://www.zero.xyz/host/mail.cusethejuice.com/llms.txt)
