Social
X + AI Agents
Post to X (Twitter) and track engagement from agent workflows — tweets, threads, and analytics on a schedule.
Auth & credentials
OAuth
X (Twitter) OAuth
Encrypted at rest, limited to the agents and tools you authorize, and not logged in plaintext.
Enable X only for the agents that need it.
Connect: Create an OAuth 2.0 app at developer.twitter.com; scopes cover tweet read/write, users.read, and offline.access.
What it touches: Post, delete, and read analytics for tweets via X OAuth. Posting and deleting are public, mutating actions; deletes are irreversible.
What your agents can do with X
Concrete jobs an agent team handles with X, each running on a schedule or on demand.
Draft and post tweets on a schedule
Post a thread from long-form content
Track engagement metrics across posts
Reply or quote-tweet from a queue
Built for agent teams
Every OrgSDK integration ships with the same guarantees — this is what makes X useful, not just connected.
Agents don't just answer chats. They run on a schedule — 24/7 — so X work happens even when you're asleep.
Agents can hold any irreversible X step behind a human sign-off using the built-in approval action. Add it to a workflow where it matters — approvals are an explicit capability, not enforced on every call.
Grant X only to the agents that need it. Credentials are encrypted at rest and surfaced only through an agent's enabled plugin functions when a workflow needs them.
Your X credentials are encrypted and stored per-org. OrgSDK never reads or logs them in plaintext.
Capability safety — 5 actions
Grouped from each function's source metadata. Read-only actions are non-mutating; write actions create, update, or delete data.
Read-only · non-mutating
2getTweetAnalyticsGet analytics for a single tweet including impressions, likes, replies, retweets, quotes, bookmarks, and engagement rate.
getUserGet the authenticated user's Twitter/X profile including ID, name, and username.
Write & mutating
3createThreadPost a Twitter/X thread (chain of tweets). Each tweet is posted as a reply to the previous one.
createTweetPost a tweet. Supports replies and quote tweets. For threads, chain multiple tweets using replyToId.
deleteTweetDestructiveDelete a tweet by ID. This action is irreversible.
Some actions are flagged destructive in the plugin source (e.g. deleting a record). OrgSDK agents can hold these behind a human approval step via the built-in requestApproval action — add it to the workflow where it matters. Approvals are an explicit workflow capability, not enforced automatically on every call.
How install works
- 01
Choose a plan
Starter or Pro. Your managed workspace is ready in seconds.
- 02
Install
Add X from the plugin directory — one click, no config files.
- 03
Connect & enable
Authorize X, then enable it for the agents that need it.
Put X in the hands of a persistent agent team.
Choose Starter or Pro, create your org, and install X in minutes.
Get started