AISA_API_KEY unlocks every read endpoint; OAuth unlocks write actions (post, like, follow).
Install
What can agents do with it?
Monitor influencers
“Get Elon Musk’s latest tweets and notify me of AI-related posts.”
Track trends
“What’s trending on Twitter worldwide right now?”
Social listening
“Search for tweets mentioning our product and analyze sentiment.”
Competitor intel
“Monitor @anthropic and @GoogleAI — alert me on new announcements.”
Thread context
“Fetch the full conversation thread around a viral tweet.”
Engagement workflows
“Like, unlike, follow, or unfollow via OAuth (requires user consent).”
Core capabilities
- Users — profile info, “about” metadata, batch lookup by IDs, latest tweets, mentions, followers, followings, verified followers, follow-relationship check, keyword search
- Tweets — advanced search (Latest/Top), by IDs, replies, quotes, retweeters, full thread context, article extraction
- Trends — worldwide and regional trending topics by WOEID
- Lists — members and followers
- Communities — info, members, moderators, tweets, cross-community search
- Spaces — Space detail lookup
- Engagement (OAuth) — like / unlike / follow / unfollow / post / reply / quote via the local relay
Quick start
User endpoints
Tweet endpoints
Trends, lists, communities, Spaces
Python client
Endpoint reference
| Endpoint | Method | Purpose |
|---|---|---|
/twitter/user/info | GET | User profile |
/twitter/user_about | GET | User about |
/twitter/user/batch_info_by_ids | GET | Batch user info |
/twitter/user/last_tweets | GET | User last tweets |
/twitter/user/mentions | GET | User mentions |
/twitter/user/followers | GET | User followers |
/twitter/user/followings | GET | User followings |
/twitter/user/verifiedFollowers | GET | Verified followers |
/twitter/user/check_follow_relationship | GET | Follow relationship |
/twitter/user/search | GET | User search |
/twitter/tweet/advanced_search | GET | Tweet advanced search |
/twitter/tweets | GET | Tweets by IDs |
/twitter/tweet/replies | GET | Tweet replies |
/twitter/tweet/quotes | GET | Tweet quotes |
/twitter/tweet/retweeters | GET | Tweet retweeters |
/twitter/tweet/thread_context | GET | Thread context |
/twitter/article | GET | Article by tweet |
/twitter/trends | GET | Trends |
/twitter/list/members | GET | List members |
/twitter/list/followers | GET | List followers |
/twitter/community/info | GET | Community info |
/twitter/community/members | GET | Community members |
/twitter/community/moderators | GET | Community moderators |
/twitter/community/tweets | GET | Community tweets |
/twitter/community/get_tweets_from_all_community | GET | All-community search |
/twitter/spaces/detail | GET | Space detail |
Get started
- Sign up at aisa.one (new accounts start with $2 free credit).
- Generate an API key from the console.
export AISA_API_KEY="your-key"and install the skill:- For write actions (post, like, follow), complete OAuth via the local relay — see
./references/post_twitter.mdand./references/engage_twitter.mdin the skill folder.
Related
Twitter API reference
Every read endpoint with interactive playgrounds.
Authentication
Bearer-token auth plus OAuth for write actions.
Rate Limits
Twitter RPM caps per key.