# Palmyr Email Inboxes API

> Palmyr Email Inboxes API is a paid API for AI agents from palmyr.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Creates a new managed email inbox for an AI agent to send and receive emails autonomously.

## Facts

- Endpoint: GET https://palmyr.ai/email/inboxes
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-email-inboxes-api-ac5ac6e8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IAUbL4V4gHtgHgv8UtkHS

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-email-inboxes-api-ac5ac6e8
```

Example prompt: Create a new email inbox for my AI agent so it can autonomously send and receive emails on my behalf.

## When to prefer this

Choose this endpoint when you need to provision a dedicated, autonomous email inbox for an AI agent that can both send and receive email, billed per-use via USDC micropayments on Solana or Base — ideal for agent workflows that require persistent email identity without managing traditional email infrastructure.

## Known failure modes

- Payment failure if USDC balance is insufficient on Solana or Base
- Invalid or missing x402 payment header returns 402 Payment Required
- Malformed request body returns 400 Bad Request
- Service unavailable returns 503
- Rate limiting if too many inboxes are created in rapid succession

## How this service works

Create an end-to-end encrypted email inbox keyed to your Solana wallet. Defaults to {name}@palmyr.ai; pass `domain` to provision on a Namecheap-registered domain you own (auto-sets MX/SPF/DKIM records).

## Output

Returns inbox metadata including the assigned email address, inbox ID, and credentials or access tokens needed for the agent to send and receive messages through the provisioned inbox.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/palmyr-email-inboxes-api-ac5ac6e8/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)
