Post, reply, like, retweet, follow and read your X (Twitter) timeline, mentions, bookmarks and profile — all through chat. Connect once via 'Sign in with X'; everything else happens by asking. You never see or pay for an X API key.
connect_x_accountreadGet a 'Sign in with X' link to connect an X (Twitter) account to your X Connector. Use for: connect X, connect Twitter, link my X account.
list_x_accountsreadList connected X (Twitter) accounts. Use for: what X accounts are connected, is my X account connected.
disconnect_x_accountwriteDisconnect an X (Twitter) account from your X Connector. Use for: disconnect X, disconnect Twitter.
post_tweetwritePost a new tweet to X. Use for: post to X, post to Twitter, tweet this.
post_threadwritePost a thread (chain of connected tweets) to X, in order. Use for: post a thread, post this as multiple tweets.
reply_to_postwriteReply to an X post. Use for: reply to this tweet, respond to this post. IMPORTANT (X platform rule, not something we control): X's API only allows a reply if the post's author already @mentioned this account in that post, or it's this account's own post -- reply_settings on the post is irrelevant to this. Check the post's can_reply field from a read (e.g. search_posts/get_post_metrics) BEFORE calling this to avoid a guaranteed-failing paid write.
quote_postwriteQuote-tweet an X post with your own comment. Use for: quote this tweet. IMPORTANT (X platform rule, not something we control): same restriction as replies -- X's API only allows quoting a post if its author already @mentioned this account in that post, or it's this account's own post. Check can_reply from a read first.
delete_postwritePermanently delete one of your own X posts. Use for: delete this tweet.
like_postwriteLike an X post. Use for: like this tweet.
unlike_postwriteUnlike an X post you previously liked. Use for: unlike this tweet.
retweet_postwriteRetweet (repost) an X post. Use for: retweet this, repost this tweet.
undo_retweetwriteUndo a retweet/repost of an X post. Use for: undo this retweet.
bookmark_postwriteBookmark an X post for later. Use for: bookmark this tweet, save this post.
remove_bookmarkwriteRemove an X post from your bookmarks. Use for: remove this bookmark, unsave this post.
upload_image_for_postwriteUpload an image from a public URL to X so it can be attached to a tweet — returns a media_id to pass into post_tweet's media_ids. Use for: attach this image to my tweet, post a picture on X. NOTE: requires the connected X account to have re-authorized after media support was added — if this fails with a scope/permission error, ask the user to reconnect via connect_x_account.
follow_userwriteFollow an X user by username. Use for: follow this account, follow @someone.
unfollow_userwriteUnfollow an X user by username. Use for: unfollow this account.
block_userwriteBlock an X user by username. Use for: block this account.
unblock_userwriteUnblock an X user by username, reversing a previous block. Use for: unblock this account, undo a block.
mute_userwriteMute an X user by username. Use for: mute this account.
unmute_userwriteUnmute an X user by username, reversing a previous mute. Use for: unmute this account, undo a mute.
get_home_timelinereadRead your X home timeline (posts from accounts you follow). Use for: show my X timeline, what's new on X.
get_mentionsreadRead recent posts that mention you on X. Use for: who mentioned me on X, my X mentions.
get_my_postsreadRead your own recent X posts. Use for: show my recent tweets, my X posts.
get_bookmarksreadRead your bookmarked X posts. Use for: show my X bookmarks, saved tweets.
search_postsreadSearch recent public X posts by keyword/operators. Use for: search X for, find tweets about.
get_post_metricsreadGet engagement metrics (likes/retweets/replies/quotes/impressions) for one X post. Use for: how is this tweet doing.
get_user_profilereadLook up a public X user's profile by username. Use for: who is this X account, look up this X profile.
get_followersreadList your (or the connected account's) X followers. Use for: who follows me on X, my X followers.
get_followingreadList who you (the connected account) follow on X. Use for: who do I follow on X, my X following list.
get_trendsreadWhat's trending on X right now, for a location (defaults to Worldwide). Use for: what's trending on X/Twitter, X trending topics.
Install X Connector and let Webbee use it across your workflow.
Open in panel