AISA_API_KEY unlocks every read endpoint; OAuth unlocks write actions (post, like, follow).
Install
First, install the AIsa CLI if you have not already: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
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.