# Palmyr Email Inbox Threads

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

Creates a new email thread in a specified inbox managed by Palmyr's autonomous agent infrastructure, paid via USDC on Solana or Base.

## Facts

- Endpoint: GET https://palmyr.ai/email/inboxes/%7Bid%7D/threads
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-09
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-email-inbox-threads-d9567a7d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vj2hh6fSxB5NgSnDMQ_mk

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-inbox-threads-d9567a7d
```

Example prompt: Create a new email thread in my Palmyr inbox inbox-42a8 with the subject 'Follow-up on partnership' and an opening message to hello@example.com saying 'Hi, I wanted to reconnect about our collaboration proposal.'

## When to prefer this

Use this endpoint when an AI agent needs to autonomously initiate or create email threads within a Palmyr-managed inbox, especially in agentic workflows where email communication is triggered programmatically and payments are handled via x402 USDC on Solana or Base.

## Known failure modes

- Invalid or nonexistent inbox ID returns 404
- Insufficient USDC balance or failed x402 payment returns 402
- Malformed request body returns 400
- Unauthorized access to the inbox returns 401
- Rate limiting or quota exceeded returns 429

## How this service works

Autonomous infrastructure for AI agents — pay with USDC on Solana or Base via x402.

## Output

Returns a newly created email thread record associated with the specified inbox ID, including thread ID and confirmation of message creation within Palmyr's managed inbox infrastructure.

## 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-inbox-threads-d9567a7d/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)
