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
| Capability | Value |
|---|---|
| Provider ID | x |
| Auth kind | api_key |
| Connect flow | Inline bearer token or platform credential |
| Actions | Yes |
| Events | No |
| Webhook delivery | No |
| Event samples | No |
| Live status | No |
Connect X
| Surface | Support |
|---|---|
| App | Open Govern > Integrations, choose X, and paste an app-only bearer token. |
| CLI | The mobius CLI does not connect X integrations yet. Use the app or API. |
| API | Call 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_tweetsUse 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
- Combine research with agent steps.
- Store selected posts in tables.
- Inspect provider readiness from integrations.