X/Twitter adapter
Primary GraphQL adapter for profiles, posts, home and Following timelines, search, and social graph reads.
- Factory name:
x
- Credential model: guest session, account login, saved session, or
X_AUTH_TOKEN.
- Best fit: session-aware X/Twitter reads with pagination, transaction ids, and optional Following timeline time filters.
Bluesky adapter
AT Protocol public API reads for profiles, author feeds, post lookup, and search.
- Factory name:
bluesky
- Credential model: optional access token for authenticated API calls.
- Best fit: public profile and post discovery workflows.
Mastodon adapter
Instance-scoped REST API adapter for accounts, statuses, and search.
- Factory name:
mastodon
- Credential model: instance URL with optional access token.
- Best fit: federated social reads where the target instance is known.
Reddit adapter
OAuth API reads for users, submissions, post lookup, and search.
- Factory name:
reddit
- Credential model: Reddit OAuth access token.
- Best fit: user submission and search integrations.
YouTube adapter
YouTube Data API reads for channels, videos, and search results.
- Factory name:
youtube
- Credential model: API key or bearer token.
- Best fit: video and channel metadata retrieval.
TikTok adapter
Display API reads for authenticated user profile and video-list access.
- Factory name:
tiktok
- Credential model: approved Display API access token.
- Best fit: user-owned profile and media workflows.
Telegram adapter
Bot API reads for bot identity and update-backed message workflows.
- Factory name:
telegram
- Credential model: Telegram bot token.
- Best fit: bot-managed update ingestion.
Threads adapter
Graph API reads for Threads profile and thread data.
- Factory name:
threads
- Credential model: access token and user id.
- Best fit: Threads Graph API integrations with approved access.
Instagram adapter
Graph API reads for Instagram profile and media data.
- Factory name:
instagram
- Credential model: access token and user id.
- Best fit: creator and business media reads through Graph API permissions.