Skip to Content
IntegrationsAdapter Inventory

Integration Adapter Inventory

This inventory mirrors apps/server/api/src/services/integrations. It exists to prevent an implementation directory from being mistaken for an integration that users can configure.

AI and media provider adapters

DirectoryBoundary
anthropicOrganization BYOK and language-model execution
apifyOrganization BYOK and social-data ingestion
argilOrganization BYOK and avatar-video execution
comfyuiConfigured self-hosted workflow runtime; not organization BYOK
elevenlabsOrganization BYOK and voice/audio execution
falOrganization BYOK and hosted media execution
fleetManaged compute runtime; no customer connector setup
hedraOrganization BYOK and avatar/video execution
heygenOrganization BYOK and avatar-video execution
higgsfieldOrganization BYOK with key and secret
klingaiOrganization BYOK with key and secret
leonardoaiOrganization BYOK and image execution
llmInternal language-model dispatch abstraction
openai-llmOpenAI execution and optional OAuth boundary
openrouterOrganization BYOK and model-routing execution
opusproProvider-specific clip service; not organization BYOK
replicateOrganization BYOK, media execution, discovery, and training
xaiInternal xAI/Grok service path; not a standalone BYOK card

Brand and organization connectors

DirectoryBoundary
beehiivBrand API-key connection for publications and newsletters
devtoBrand API-key connection for article publishing
discordOrganization OAuth messaging connection
facebookBrand Meta OAuth connection and page access
fanvueBrand OAuth connection and publishing
ghostBrand Admin API connection and publishing
google-adsBrand OAuth advertising connection
google-search-consoleBrand OAuth search analytics connection
instagramBrand Meta OAuth connection and publishing
linkedinBrand OAuth connection and publishing
mastodonBrand, instance-specific OAuth connection
mediumBrand OAuth connection and article publishing
meta-adsMeta advertising service over the Facebook credential boundary
pinterestBrand OAuth connection, publishing, and analytics
redditBrand OAuth connection and publishing
restreamBrand OAuth connection for multistream chat ingest
shopifyBrand store OAuth connection
slackOrganization OAuth messaging connection
snapchatBrand OAuth connection and publishing adapter
telegramBot-token verification and distribution connection
threadsBrand Threads OAuth connection and publishing
tiktokBrand OAuth connection and publishing
twitterBrand X OAuth connection and publishing
unipileOrganization API-key/DSN connection
whatsappDeployment-scoped Twilio WhatsApp adapter
wordpressBrand WordPress.com OAuth connection
x-adsBrand OAuth advertising connection, PKCE-shared with twitter
youtubeBrand Google OAuth connection and publishing

Supporting and internal adapters

DirectoryBoundary
_sharedInternal provider-catalog helpers; not a connector
giphyMedia-search utility; not a stored account connection
newsExternal news ingestion utility
publishersInternal normalized publishing strategy layer
solanaServer-side Solana utility; not a brand connector
stripeGenfeed billing and checkout infrastructure
substackFeed/import service rather than a credential connection
tiktok-adsCampaign service without a separate credential-platform entry

Maintenance contract

When a new directory is added to the server integration tree, update this page and the appropriate user guide in the same change. State whether it is:

  1. user-connectable;
  2. organization BYOK;
  3. deployment-configured; or
  4. an internal runtime abstraction.

The documentation test suite compares this inventory with the server directory tree, the BYOK enum, and the credential-platform enum.

Last updated on