# Palmyr X Account Username Changer

> Palmyr X Account Username Changer 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).

Changes the @handle (username) of an X (Twitter) account that the calling wallet controls.

## Facts

- Endpoint: POST https://palmyr.ai/social/twitter/username
- 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-x-account-username-changer-383952d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BtEAFedRGgdr6zggj12gL

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-x-account-username-changer-383952d8 -d '<json body>'
```

Example prompt: Change the @handle of my X account to @newcoolhandle using Palmyr.

## When to prefer this

Use this endpoint when an AI agent needs to programmatically rename an X (Twitter) account that is registered and controlled via the calling wallet on Palmyr's infrastructure. It is ideal for automated social media management workflows where identity rebranding or handle rotation is required without manual intervention.

## Known failure modes

- Username already taken — 409 conflict returned
- Wallet does not own or have shared access to the specified X account — 403 forbidden
- Invalid username format (too long, special characters, etc.) — 400 bad request
- X API rate limit exceeded — 429 too many requests
- Payment not processed or insufficient USDC balance — 402 payment required
- X account not registered with Palmyr — 404 not found

## How this service works

Change the @handle of an X account you control.

## Output

Confirmation that the X account's username has been successfully updated to the new handle, or an error if the handle is unavailable or the wallet lacks access to the account.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "body": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/palmyr-x-account-username-changer-383952d8/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)
