Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mavera.io/llms.txt

Use this file to discover all available pages before exploring further.

Overview

X (formerly Twitter) is real-time public opinion at scale — every brand mention, trending topic, and reply thread is a signal most marketing teams glance at in a dashboard and never use. These five jobs pull tweet data through the X API v2 into Mavera’s surfaces (Mave Agent, Generate, Personas, Brand Voice) to classify sentiment, turn trends into content briefs, reverse-engineer competitor strategies, build personas from reply patterns, and convert viral threads into blog posts.
X API v2 — Base URL: https://api.x.com/2/. Auth: OAuth 2.0 with PKCE (user context) or App-Only Bearer token. Pricing: Free (write-only), Basic (200/mo,10Kreads),Pro(200/mo, 10K reads), **Pro** (5K/mo, 1M reads). Rate limits: Recent search 60 req/15 min (Basic), 300 req/15 min (Pro).

Prerequisites

1

X Developer account

Apply at developer.x.com. Upgrade to at least Basic for read access.
2

Create project and app

In the Developer Portal, create a project and app. Generate a Bearer Token for app-only auth.
3

Mavera API key

Get your key from Mavera dashboard.
4

Environment variables

export X_BEARER_TOKEN="AAAAAAAAAAAAAxxxxxxx..." and export MAVERA_API_KEY="mvra_live_xxxxx"

Jobs

#JobX DataMavera SurfaceOutput
1Brand Mention Sentiment Pipeline/tweets/search/recentMave Agent (Chat)Sentiment + topic classification
2Trending Topic → Content Sprint/trends/by/woeidMave Agent + GenerateRelevant trend content briefs
3Competitor Tweet Analysis/users//tweetsMave Agent (Chat)Posting strategy breakdown
4Reply Mining for Persona DevelopmentQuote tweets + mentionsMave Agent + PersonasPersona profiles from reply patterns
5Thread → Blog Post GenerationThread tweetsGenerate (Blog Post) + Brand VoiceLong-form blog post

Rate Limits & Production Notes

X EndpointBasic ($200/mo)Pro ($5K/mo)
Recent search60 req/15 min300 req/15 min
User tweets15 req/15 min75 req/15 min
Monthly reads10,0001,000,000
Free is write-only. Basic (200/mo)gives10Kreadsenoughfordailysentiment+2weeklycompetitoranalyses.Pro(200/mo) gives 10K reads — enough for daily sentiment + 2 weekly competitor analyses. **Pro** (5K/mo) for heavy usage. All code respects x-rate-limit-reset. Store Bearer token in env vars. Cache locally. Monitor Mavera credits at Dashboard.

All Integrations

X API Docs

Brand Voice

Mave Agent

Personas