Twitter / X
How to register an X (Twitter) OAuth 2.0 app and connect it to Nora.Twitter / X integrations let your agents post tweets, read timelines, and manage user data through the X API v2. Nora uses OAuth 2.0 with PKCE — the dashboard runs the full authorize → callback flow, so you never paste a long-lived token directly.
Where to apply for credentials
X Developer Portal
developer.x.com → Projects & Apps
Create a project + app
In the X Developer Portal, create a project, then a new app inside it. Pick Web App, Automated App or Bot as the type when prompted.
Set up User authentication
On the app’s Settings tab, click Set up under User authentication settings. Pick Read
and write (or read-only as needed). App permissions = Web App, Automated App or Bot.
Add the Nora redirect URI
Under Callback URI / Redirect URL, paste the URL Nora’s integration modal shows you (it’s
https://<your-nora-host>/api/integrations/twitter/oauth/callback). Set Website URL to anything reasonable.Connect in Nora
Open the Twitter / X integration
From an agent’s detail page, open the Integrations tab and find Twitter / X.
Paste the Client ID + Client Secret
The integration modal also shows the redirect URI to copy into the app config (above).
Click Authorize
Nora redirects you to X’s consent screen. Approve, and Nora’s callback exchanges the authorization
code for an access token + refresh token.
MCP server
No official X MCP server today. Community packages exist but are unstable.Environment variables Nora injects
| Variable | Source |
|---|---|
TWITTER_ACCESS_TOKEN | Auto-rotating OAuth token |
TWITTER_DEFAULT_USERNAME | Connected user’s @handle |

