connectors

Connectors link your agent to external platforms. ClawEngine supports 35+ connectors across 10 categories, each with a specific authentication method.

Communication

Connector
Auth
Required Fields

Discord

Bot Token

botToken

Telegram

Bot Token

telegramBotToken

Slack

OAuth2

slackBotToken

Twitter/X

OAuth2

twitterApiKey, twitterApiSecret

Webhook

Secret

webhookUrl

Development

Connector
Auth
Required Fields

GitHub

Bearer

githubToken

GitLab

Bearer

gitlabToken

Bitbucket

Basic

bitbucketUsername, bitbucketAppPassword

Productivity

Connector
Auth
Required Fields

Notion

Bearer

notionApiKey

Google Drive

OAuth2

googleClientId, googleClientSecret, googleRefreshToken

Google Sheets

OAuth2

googleClientId, googleClientSecret, googleRefreshToken

Gmail

OAuth2

googleClientId, googleClientSecret, googleRefreshToken

Outlook

OAuth2

microsoftClientId, microsoftClientSecret, microsoftRefreshToken

Dropbox

OAuth2

dropboxAccessToken

OneDrive

OAuth2

microsoftClientId, microsoftClientSecret, microsoftRefreshToken

Database

Connector
Auth
Required Fields

Supabase

API Key

supabaseUrl, supabaseAnonKey

Firebase

API Key

firebaseProjectId, firebaseApiKey

Finance

Connector
Auth
Required Fields

Stripe

API Key

stripeSecretKey

PayPal

OAuth2

paypalClientId, paypalClientSecret

E-commerce

Connector
Auth
Required Fields

Shopify

Bearer

shopifyStoreDomain, shopifyAccessToken

WooCommerce

API Key

woocommerceUrl, woocommerceConsumerKey, woocommerceConsumerSecret

NFT / Crypto

Connector
Auth
Required Fields

OpenSea

API Key

openseaApiKey

Magic Eden

API Key

magicEdenApiKey

Blockchain Infrastructure

Connector
Auth
Required Fields

Alchemy

API Key

alchemyApiKey

Helius

API Key

heliusApiKey

QuickNode

API Key

quicknodeEndpoint

Etherscan

API Key

etherscanApiKey

Solscan

API Key

solscanApiKey

Analytics

Connector
Auth
Required Fields

Dune Analytics

API Key

duneApiKey

TradingView

Webhook

tradingviewWebhookUrl

Social

Connector
Auth
Required Fields

Lens Protocol

Bearer

lensProfileId, lensAccessToken

Farcaster

API Key

farcasterFid

Reddit

OAuth2

redditClientId, redditClientSecret

YouTube

API Key

youtubeApiKey

Twitch

OAuth2

twitchClientId, twitchClientSecret

Spotify

OAuth2

spotifyClientId, spotifyClientSecret

Medium

Bearer

mediumAccessToken

Substack

Basic

substackEmail, substackPassword

Auth Types Explained

Type
How It Works

API Key

Pass a secret key in request headers

Bearer

Token-based Authorization: Bearer <token> header

Bot Token

Platform-specific bot credential (Discord, Telegram)

OAuth2

OAuth 2.0 flow with client ID, secret, and refresh tokens

Basic

Username + password encoded in the Authorization header

Webhook

URL with optional HMAC secret for payload verification

See the Connectors APIarrow-up-right for programmatic management.

Was this helpful?