Data and research

X

An X integration connects an X API bearer token to Mobius so loops can search recent posts, retrieve posts, look up users, and fetch a user's recent timeline.

Use X when a run needs current public conversation context or profile metadata. The actions are read-only.

Capability map

CapabilityValue
Provider IDx
Auth kindapi_key
Connect flowInline bearer token or platform credential
ActionsYes
EventsNo
Webhook deliveryNo
Event samplesNo
Live statusNo

Connect X

SurfaceSupport
AppOpen Govern > Integrations, choose X, and paste an app-only bearer token.
CLIThe mobius CLI does not connect X integrations yet. Use the app or API.
APICall POST /v1/projects/{project}/integrations/providers/x/connect with bearer_token.

If the catalog marks X ready through a platform credential, actions can run without a project-local token. Connect your own token when the run should use your X developer account and quota.

Actions

x.tweet.get
x.tweet.search_recent
x.user.get
x.user.get_tweets

Use x.tweet.search_recent for discovery over the last 7 days. Use user and tweet get actions once the loop has stable IDs or usernames.

Events

X does not register source events.

Next