# Palmyr Social Twitter Register

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

Registers a Twitter/X account with the Palmyr autonomous agent infrastructure, associating it with a wallet for programmatic access.

## Facts

- Endpoint: POST https://palmyr.ai/social/twitter/register
- Price: $0.01/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-register-29342057
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZurTLseUT4zJRy436oFGa

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-register-29342057 -d '<json body>'
```

Example prompt: Register my Twitter account @myhandle with Palmyr so my AI agent can use it — pay using my Base wallet.

## When to prefer this

Use this endpoint when you need to onboard a Twitter/X account into Palmyr's autonomous agent ecosystem for the first time, enabling subsequent programmatic control (posting, analytics, etc.) by an AI agent. Prefer this over generic OAuth flows when operating within Palmyr's crypto-native, x402 payment-gated infrastructure on Solana or Base.

## Known failure modes

- Account already registered — duplicate registration attempt returns an error
- Invalid or unverifiable Twitter credentials — registration fails
- Payment failure — insufficient USDC balance or wallet not authorized
- Wallet address mismatch — credentials not owned by the calling wallet
- Rate limiting or network errors on Palmyr's side

## How this service works

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

## Output

A confirmation that the Twitter/X account has been registered with Palmyr's autonomous agent infrastructure, associating it with the calling wallet. Returns an empty example object per the schema, likely with a success status or account record identifier.

## 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-register-29342057/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)
