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.
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.
Publish single posts or multi-tweet threads to X. Include text, images, and links formatted exactly as you want them to appear.
Schedule posts for peak engagement times. Queue a week of X content in advance and let Aidelly handle the delivery.
Reply to mentions and manage your X inbox without opening the app. Your AI agent can surface priority conversations automatically.
Pull impressions, likes, reposts, replies, and link clicks per post available in the Aidelly dashboard or via your agent.
Connect your X account
Go to Settings โ Connected Accounts and click Connect X. Authorize Aidelly via the X OAuth flow.
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.
Schedule or publish immediately
Set a schedule_at timestamp to post later, or publish right away. Aidelly confirms delivery and logs the result.
Track and respond
View impressions, likes, and replies per post. Respond to mentions from the Aidelly inbox without leaving the dashboard.
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"
}'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.
Yes. Pass schedule_at in ISO 8601 format when creating a post. Aidelly will hold it and publish at the exact time you specify.
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.
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.
Yes. Pass an array of tweet objects in the thread field of your API request and Aidelly will publish them as a connected thread.
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.