Menu
SuperX for Developers

AI agents that grow your X account while you sleep

Schedule posts, pull analytics, and read your audience data on X. One REST API, a clean CLI, and an agent skill, included in every plan.

terminal
$ npm install -g superx-cli
$ superx login
$ superx posts:analytics | jq '.data.totals'
What You Can Build

Your Twitter Growth, Programmable

Everything SuperX knows about your account, ready for your agents, scripts, and tools.

claude code
Find what worked this month, then queue this week's posts.
superx posts:analytics 200
superx posts:list --sort likes 200
superx scheduled:create 201
Queued 3 drafts for your review. This week leans into your build logs, they got 4x your average.

Wake up to a queue full of drafts

One skill install. Your agent studies what worked and queues drafts for your review.

viral library · 50M+ posts
How I got my first 1,000 users2.1M views
Nobody talks about this algorithm change890K views
I analyzed 100 viral posts1.4M views
Stop doing this every morning3.2M views
How I got my first 1,000 users2.1M views
Nobody talks about this algorithm change890K views
I analyzed 100 viral posts1.4M views
Stop doing this every morning3.2M views
your agent
DRAFTI analyzed my 50 worst posts so you don't have to. Here's what actually kills reach:structure borrowed from today's top posts

Write with what's going viral today

Ideas, topics, and structures from 50 million real posts, straight to your agent.

terminal
$superx posts:analytics | jq '.data.totals'
{
  "impressions": 412350,
  "engagements": 18204,
  "follower_change": 312
}

Your numbers, wherever you work

One command pipes growth data into your dashboard, spreadsheet, or weekly report.

nightly job
# crontab
0 9 * * 1-5  node scripts/queue-week.js
POST /v1/scheduled-posts  201 Created
Build log, day 41: the bug was in the retry path
What a week of shipping daily taught me
Thread: our stack, and what we'd change (1/7)

Show up daily without opening the app

Schedule posts and full threads from a cron job, a script, or your own product.

@shipfast_amy48 replies to youREPLY TODAY
@code_marta31 replies to you
@0xkarim19 replies to you

Know who deserves a reply today

See your biggest fans and what your replies earn, then show up where it counts.

sxk_live_4Kf2…e9Cread-onlyrotated · new key active

Share access, keep control

Read-only keys for reports, read-write for posting. Rotate or revoke anytime.

Three Ways In

API. CLI. Agent Skill.

Use raw HTTP, a terminal, or hand the whole thing to an AI agent. Same key, same data.

1. The REST API

Plain HTTPS with Bearer keys. JSON in, JSON out, predictable errors and rate-limit headers on every response.

curl
curl "https://api.superx.so/v1/posts?sort=likes&limit=5" \
  -H "Authorization: Bearer sxk_..."

2. The CLI

Fourteen commands covering posts, analytics, contacts, and scheduling. Clean JSON on stdout, so it pipes straight into jq.

terminal
npm install -g superx-cli
superx login
superx posts:analytics --since "2026-06-01T00:00:00Z"
superx scheduled:create --text "Hello from the CLI" --at "2026-08-01T15:00:00Z"

3. The agent skill

One command teaches Claude Code and compatible agents the whole workflow, plus a growth playbook so drafts follow strategy, not vibes.

terminal
npx skills add superx-so/superx-agent
Endpoints

Small Surface, Real Data

Identity
GET /v1/me, GET /v1/accounts
Posts
GET /v1/posts, GET /v1/replies
Analytics
GET /v1/posts/analytics
Audience
GET /v1/contacts, GET /v1/contacts/:id/replies
Scheduling
GET, POST and DELETE /v1/scheduled-posts
Docs
GET /v1/docs, machine-readable quickstart

60 reads and 10 writes per minute per key. Idempotency keys on writes. UTC timestamps everywhere.

Questions

Frequently Asked Questions

What is the SuperX API?

A REST API for your Twitter/X presence through SuperX: read your published posts and their metrics, pull account analytics over time, list the people who engage with you, and create or delete drafts and scheduled posts. Base URL is https://api.superx.so/v1 with Bearer API key authentication.

Is the API included in my plan?

Yes. Any active SuperX subscription includes API access. Create keys from Account, then Developers in the SuperX app. No separate API pricing.

What are the rate limits?

Per API key: 60 read requests per minute and 10 write requests per minute, with daily caps of 10,000 reads and 300 writes. Every response carries X-RateLimit headers, and over-limit requests return 429 with Retry-After.

What can AI agents do with it?

The superx-agent skill teaches agents like Claude Code to use the SuperX CLI: check your analytics, study your best posts, find who engages with you, and queue drafts or scheduled posts. It ships with a growth playbook so the agent follows a proven strategy instead of posting randomly.

Can my agent use viral post data?

Yes. Your agent can pull viral ideas, topics, and structures from a library of more than 50 million real posts through the SuperX API and CLI, and use them as reference when it drafts. That is how drafts stop sounding like AI and start following what works on X today.

Can the API post immediately or upload media?

Writes create drafts or scheduled posts on your main account, and text or threads up to 25 parts are supported. Media upload is not available in v1 yet. Posts without a scheduled time land as drafts you can review in the app.

Is there an MCP server?

Coming soon. Today the recommended path for agents is the CLI plus the superx-agent skill, which works with Claude Code and other agent tools out of the box.

Where are the docs?

Full documentation lives at docs.superx.so, including the API reference, authentication, rate limits, and the CLI guide. There is also a machine-readable quickstart at GET /v1/docs that needs no authentication.

Ship something with your Twitter data

Start a SuperX subscription, create an API key from Account settings, and make your first call in minutes.

API access included in every plan. No separate pricing.

2026 SuperX. All rights reserved.