Dashboard
How it Works Documentation Quick Start PAPI — Pages & Assets MAPI — Dynamic Data Integrations SAPI — Sessions & Forms MCP Server OpenClaw Skill Tools Deploy Dashboard
Twitter / X

Twitter / X

🔑 BYO Key — Social Media

Post tweets, search content, and manage your presence on X (formerly Twitter). Requires an X Developer App with API access. Free tier: read-only. Basic plan ($200/mo): full read/write.

🔑 Setup Required — Bring Your Own Key This integration requires API credentials. Store them once via setup_integration or the Dashboard Vault — they're encrypted with AES-256-GCM and never exposed.

Required Credentials

twitter_bearer_token
Bearer Token
For read-only (search, get): use the App Bearer Token from developer.x.com → Keys and tokens. For posting/deleting: use an OAuth 2.0 User Access Token (requires Basic plan, $200/mo).

Get your API key at developer.x.com →

Endpoints (5)

POST create-tweet

Post a new tweet on X. Text-only, max 280 characters. Requires Basic plan ($200/mo) or higher.

Field Type Required Description
text string ✓ Yes Tweet text (max 280 characters).
POST delete-tweet

Delete a tweet by ID. Only works for tweets owned by the authenticated user.

Field Type Required Description
tweet_id string ✓ Yes ID of the tweet to delete.
GET get-tweet

Get a single tweet by ID. Returns text, creation date, public metrics (likes, retweets, replies), and author info.

Field Type Required Description
tweet_id string ✓ Yes ID of the tweet to retrieve.
GET search-tweets

Search recent tweets from the last 7 days. Returns up to 10 results with public metrics and author info. Use X API v2 search syntax for the query.

Field Type Required Description
query string ✓ Yes Search query using X API v2 syntax. Examples: "websitepublisher", "from:username", "#hashtag", "keyword lang:en".
GET get-me

Get the authenticated user profile: username, display name, bio, profile image, and public metrics (followers, following, tweet count).

No input parameters required.

MCP Tool Names

When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:

EndpointMCP Tool Name
create-tweet twitter_create_tweet
delete-tweet twitter_delete_tweet
get-tweet twitter_get_tweet
search-tweets twitter_search_tweets
get-me twitter_get_me
← Back to all integrations