Verticals
Social Media Agent
Multi-platform posting, content calendar, and engagement analytics.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Multi-platform posting, content calendar, and engagement analytics.
POST /social/accounts/connect
{"platform": "twitter", "credentials": {"username": "@handle", "password": "..."}}
POST /social/posts # Create draft
POST /social/posts/{id}/publish # Approve & publish
POST /social/posts/{id}/schedule # Schedule for later
POST /social/posts/cross-post # Post to multiple platforms
DELETE /social/posts/{id} # Delete draft
POST /social/calendar/generate
{"platform": "twitter", "start_date": "2026-06-20", "end_date": "2026-06-27", "posts_per_day": 2}
GET /social/calendar
GET /social/analytics/{post_id}
| Platform | Auth | Capabilities |
|---|---|---|
| Twitter/X | Browser | Post, reply, DM, search, analytics |
| Browser | Post, connect, message, analytics | |
| Browser | Post, stories, reels, comments | |
| TikTok | Browser | Upload, trends, comments |
| YouTube | OAuth | Upload, metadata, thumbnails |
