Home/X (Twitter)
X / Twitter Integration

Schedule tweets and threads from any AI agent.

Connect your X account to Aidelly and publish posts, threads, and replies from the dashboard or from any AI agent via MCP or REST API. Schedule content weeks in advance, track engagement, and manage your inbox without opening X.

Everything you need for X

Posts & Threads

Publish single posts or multi-tweet threads to X. Include text, images, and links formatted exactly as you want them to appear.

Optimal Scheduling

Schedule posts for peak engagement times. Queue a week of X content in advance and let Aidelly handle the delivery.

Replies & Mentions

Reply to mentions and manage your X inbox without opening the app. Your AI agent can surface priority conversations automatically.

Engagement Analytics

Pull impressions, likes, reposts, replies, and link clicks per post available in the Aidelly dashboard or via your agent.

How to post to X with Aidelly

1

Connect your X account

Go to Settings โ†’ Connected Accounts and click Connect X. Authorize Aidelly via the X OAuth flow.

2

Compose your post or thread

Write a single post or multi-tweet thread. Add images, links, or hashtags. Use the dashboard or instruct your AI agent directly.

3

Schedule or publish immediately

Set a schedule_at timestamp to post later, or publish right away. Aidelly confirms delivery and logs the result.

4

Track and respond

View impressions, likes, and replies per post. Respond to mentions from the Aidelly inbox without leaving the dashboard.

Post to X via API

Any AI agent can post to X by calling the Aidelly API with x in the platforms array:

curl -X POST https://api.aidelly.ai/v1/posts \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "content": "We just shipped something big. Thread below ๐Ÿงต",
  "platforms": ["x"],
  "schedule_at": "2025-06-01T09:00:00Z"
  }'

Supported content types

Text posts
Image posts
Video posts
Threads
Replies
Scheduled posts

X (Twitter) scheduling common questions

What types of X posts can Aidelly publish?

Aidelly supports text posts (with or without media), image posts, and threads. Video posts are supported as well. Quote posts and polls are not currently available via the X API for third-party tools.

Can I schedule posts for X at a specific time?

Yes. Pass schedule_at in ISO 8601 format when creating a post. Aidelly will hold it and publish at the exact time you specify.

Can an AI agent post to X automatically?

Yes. Any agent with access to Aidelly via MCP or REST API can create and schedule X posts immediately or on a schedule without any human interaction.

Can I manage multiple X accounts?

Yes. Connect multiple X accounts and route posts to any of them from the dashboard or API. Useful for agencies and brands managing multiple X presences.

Does Aidelly support X (Twitter) threads?

Yes. Pass an array of tweet objects in the thread field of your API request and Aidelly will publish them as a connected thread.

What X API tier is needed?

Aidelly uses the X v2 API. Basic posting works on the free API tier. Higher tweet volumes and advanced analytics require a paid X API plan.