# Palmyr Social Twitter Follow

> Palmyr Social Twitter Follow 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).

Follows a Twitter/X account on behalf of an agent-controlled X account, paid via USDC on Solana or Base.

## Facts

- Endpoint: POST https://palmyr.ai/social/twitter/follow
- 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-social-twitter-follow-3399c2b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XKne33IzD16z9QyxDsSpn

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-twitter-follow-3399c2b5 -d '<json body>'
```

Example prompt: Follow the Twitter account @elonmusk using my Palmyr-managed X account — charge my USDC wallet for the action.

## When to prefer this

Use this endpoint when an AI agent needs to programmatically follow a Twitter/X account using a wallet-owned or pool-bought X account, paid via x402 USDC micropayment, without manual browser interaction or OAuth setup.

## Known failure modes

- Target account does not exist or is suspended — follow fails with error
- Agent wallet has insufficient USDC balance — payment rejected
- X account credentials are invalid or expired — authentication failure
- Target account has locked/private settings preventing follows — action blocked
- Rate limits exceeded on the underlying X account — request throttled

## How this service works

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

## Output

A confirmation object indicating whether the follow action was successfully executed on the target Twitter/X account, along with any relevant status details.

## 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-twitter-follow-3399c2b5/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)
