# Palmyr Social - Post Twitter Thread

> Palmyr Social - Post Twitter Thread is a paid API for AI agents from palmyr.ai, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Posts a multi-tweet thread to a Twitter/X account owned or accessed via the Palmyr platform, paid with USDC via x402.

## Facts

- Endpoint: POST https://palmyr.ai/social/twitter/post-thread
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-social-post-twitter-thread-36772ef3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6VirZFR4wLZqOjC8gWY-z

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-social-post-twitter-thread-36772ef3 -d '<json body>'
```

Example prompt: Post this thread to my Palmyr-managed X account: '1/ AI agents are changing everything. 2/ Here's why autonomous infrastructure matters. 3/ The future is agentic — thread below.' Publish it now as a proper Twitter thread.

## When to prefer this

Use this endpoint when an AI agent needs to autonomously publish a multi-tweet thread to a Twitter/X account managed through the Palmyr platform, especially in agentic workflows that require crypto-native micropayments (USDC on Solana or Base via x402). Prefer this over direct Twitter API calls when the account is pool-bought or wallet-gated via Palmyr's infrastructure.

## Known failure modes

- Invalid or expired X account credentials — authentication failure
- Wallet does not own or have shared access to the specified X account
- Insufficient USDC balance for x402 micropayment ($0.005)
- Twitter/X API rate limit or platform error during posting
- Malformed thread content (empty tweets, exceeded character limits)
- Payment transaction failure on Solana or Base network

## How this service works

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

## Output

Returns a confirmation object indicating the thread was posted, along with tweet IDs and post status for each tweet in the thread. Response schema is minimal ({}) so exact fields may vary, but success indicates the thread is live on the target X account.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "body": {
     "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-social-post-twitter-thread-36772ef3/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)
