| Search tweets, collect replies, inspect users, read reposts, and pull lists. | REST endpoints and SDK methods. | Normalized JSON with export-ready rows. |
| Publish, reply, delete, like, repost, follow, and send messages from connected accounts. | Connected account action endpoints. | Action status, IDs, and recoverable error details. |
| Track accounts, topics, and event history without rebuilding polling loops. | Monitor endpoints and event APIs. | Events, status, replay records, and dashboard views. |
| Deliver monitor and workflow events to your own systems. | Webhook endpoints, event catalog, and delivery logs. | Signed payloads with retryable delivery state. |
| Download job outputs, draw records, monitor events, and search results. | Export endpoints plus dashboard downloads. | CSV, XLSX, JSON, and Markdown files. |
| Connect accounts, issue API keys, and separate dashboard from code workflows. | OAuth 2.1, API keys, and account endpoints. | Keys, connected account state, and app authorization records. |
| Expose X workflows to AI agents through stable tool calls. | MCP server with API key auth. | Tool responses designed for agent context. |
| Start from generated clients instead of hand-writing every request. | Generated SDKs and OpenAPI schema. | Typed client calls and predictable response shapes. |