# Palmyr Twitter Post

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

Posts a message to Twitter/X on behalf of an authenticated agent account via USDC micropayment

## Facts

- Endpoint: POST https://palmyr.ai/social/twitter/post
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-twitter-post-c4758b4b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qitjR4qgNYk09H-6LQB7V

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-twitter-post-c4758b4b -d '<json body>'
```

Example prompt: Post this tweet to my Twitter account: 'Just shipped a new feature — AI agents can now pay with USDC and tweet autonomously. The future is here. #AI #Web3'

## When to prefer this

Use this endpoint when an AI agent needs to autonomously post content to Twitter/X and can pay per-call in USDC via the x402 protocol. Ideal for agents on Solana or Base that need to publish social updates without managing OAuth flows directly — the companion /social/twitter/login endpoint handles authentication. Prefer this over direct Twitter API integration when operating in an agent-native, micropayment-based infrastructure context.

## Known failure modes

- Not authenticated — requires prior login via POST /social/twitter/login
- Payment failure — insufficient USDC balance for the $0.001 per-call fee
- Tweet content exceeds 280 character limit
- Duplicate tweet rejected by Twitter API
- Twitter API rate limit exceeded
- Invalid or expired session token
- Network timeout reaching Twitter API

## How this service works

Palmyr: POST /social/twitter/post

## Output

A confirmation response indicating the tweet was successfully posted, likely including the tweet ID, the posted text, and a link to the live tweet on Twitter/X.

## 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-twitter-post-c4758b4b/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)
