Install
First, install the AIsa CLI if you have not already:What can agents do with it?
Social listening
Search users, tweets, trends, communities, and lists.
Post drafting
Draft and prepare posts from research context.
Engage safely
Use linked-account actions only after authorization.
DM-aware workflows
Include DM context when the workflow needs it.
What Can You Do?
Monitor Influencers
Track Trends
Social Listening
Competitor Intel
Posting Workflows
This file does not define publishing logic. If the user asks to send, publish, or reply, or quote on X/Twitter, handle that workflow with./references/post_twitter.md.
Quick Start
Core Capabilities
Read Operations (No Login Required)
User Endpoints
Tweet Endpoints
Trends, Lists, Communities & Spaces
Python Client
API Endpoints Reference
Read Endpoints (GET)
| Endpoint | Description | Key Params |
|---|---|---|
/twitter/user/info | Get user profile | userName |
/twitter/user_about | Get user profile about | userName |
/twitter/user/batch_info_by_ids | Batch get users by IDs | userIds |
/twitter/user/last_tweets | Get user’s recent tweets | userName, cursor |
/twitter/user/mentions | Get user mentions | userName, cursor |
/twitter/user/followers | Get user followers | userName, cursor |
/twitter/user/followings | Get user followings | userName, cursor |
/twitter/user/verifiedFollowers | Get verified followers | user_id, cursor |
/twitter/user/check_follow_relationship | Check follow relationship | source_user_name, target_user_name |
/twitter/user/search | Search users by keyword | query, cursor |
/twitter/tweet/advanced_search | Advanced tweet search | query, queryType (Latest/Top), cursor |
/twitter/tweets | Get tweets by IDs | tweet_ids (comma-separated) |
/twitter/tweet/replies | Get tweet replies | tweetId, cursor |
/twitter/tweet/quotes | Get tweet quotes | tweetId, cursor |
/twitter/tweet/retweeters | Get tweet retweeters | tweetId, cursor |
/twitter/tweet/thread_context | Get tweet thread context | tweetId, cursor |
/twitter/article | Get article by tweet | tweet_id |
/twitter/trends | Get trending topics | woeid (1=worldwide) |
/twitter/list/members | Get list members | list_id, cursor |
/twitter/list/followers | Get list followers | list_id, cursor |
/twitter/community/info | Get community info | community_id |
/twitter/community/members | Get community members | community_id, cursor |
/twitter/community/moderators | Get community moderators | community_id, cursor |
/twitter/community/tweets | Get community tweets | community_id, cursor |
/twitter/community/get_tweets_from_all_community | Search all community tweets | query, cursor |
/twitter/spaces/detail | Get Space detail | space_id |
Pricing
| API | Cost |
|---|---|
| Twitter read query | ~$0.0004 |
usage.cost and usage.credits_remaining.
Get Started
- Sign up at aisa.one
- Get your API key
- Add credits (pay-as-you-go)
- Set environment variable:
export AISA_API_KEY="your-key"
Full API Reference
See API Reference for complete endpoint documentation.Get started
- Sign up at aisa.one (new accounts start with $2 free credit).
- Generate an API key from the console.
- Set your key and install the skill:
- Start a new agent session so the runtime loads the updated skill instructions.
Related
AIsa Twitter Command Center
Full command-center workflow.
AIsa Twitter API
X/Twitter data and intelligence access.
Twitter Autopilot
Broad X/Twitter automation skill.