# CuseTheJuice Mailbox Creation

> CuseTheJuice Mailbox Creation is a paid API for AI agents from mail.cusethejuice.com, paid per call via x402, $1/call, status down (last checked 2026-09-16).

Creates a new email mailbox account on mail.cusethejuice.com, paid via x402 Base USDC

## Facts

- Endpoint: POST https://mail.cusethejuice.com/admin-api/users/add
- Price: $1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mail-cusethejuice-com-771176af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S8EO6nscHklHXwLKKhuHB

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-771176af -d '<json body>'
```

Example prompt: Set up a new CuseTheJuice mailbox with email address agent42@mail.cusethejuice.com, username agentuser42, and password SecurePass2024! — pay the $1 USDC fee.

## When to prefer this

Use this endpoint when an AI agent or workflow needs to programmatically create a fresh email mailbox on CuseTheJuice and can pay $1 USDC via x402 on Base. Ideal for autonomous agents needing dedicated email addresses, testing pipelines, or automated onboarding flows that require a real SMTP-capable mailbox.

## Known failure modes

- Email already in use — duplicate account registration rejected
- Username taken or out of allowed length range (8-32 chars)
- Password too short — minimum 10 characters required
- Payment failure or x402 transaction not confirmed — mailbox not created
- Invalid email format — schema validation error
- Insufficient USDC balance for x402 payment

## 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 confirmation that the new mailbox user has been created on mail.cusethejuice.com, likely including the new account details or a success status. Payment of $1 USDC via x402 on Base is required before the account is provisioned.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mail-cusethejuice-com-771176af/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)
