Integrations/All Integrations

Integrations

Connect external services to your fleet. All credentials are stored encrypted (AES-256-GCM) and never logged.

How it works: When you connect an integration, FleetRun stores your credentials as encrypted org-level secrets. Integrations with MCP support automatically register an MCP server so agents can invoke the service as a tool call during task execution.

Development

GitHubGitHubPro+MCP

Push commits, open pull requests, manage issues and repos.

Setup instructions
GITHUB_PATPersonal access token (ghp_...)
  1. Go to github.com/settings/tokens and generate a Personal Access Token with repo, workflow, and read:org scopes.
  2. In FleetRun, go to Integrations and click Connect next to GitHub.
  3. Paste your token in the GITHUB_PAT field.
  4. FleetRun will auto-configure an MCP server so agents can call GitHub tools directly.
VercelVercelPro+

Deploy projects, read build logs, manage domains and environment variables.

Setup instructions
VERCEL_TOKENVercel API token
  1. Go to vercel.com/account/tokens and create a new token.
  2. In FleetRun, go to Integrations and click Connect next to Vercel.
  3. Paste your token in the VERCEL_TOKEN field.
SupabaseSupabasePro+

Query Postgres, manage storage buckets, and inspect auth tables.

Setup instructions
SUPABASE_URLProject URL (https://xyz.supabase.co)
SUPABASE_SERVICE_KEYService role key (eyJ...)
  1. In your Supabase project, go to Settings → API.
  2. Copy the Project URL and service_role key.
  3. In FleetRun Integrations, paste both into the SUPABASE_URL and SUPABASE_SERVICE_KEY fields.
LinearLinearPro+MCP

Create issues, update cycle state, and track engineering work.

Setup instructions
LINEAR_API_KEYLinear API key (lin_api_...)
  1. In Linear, go to Settings → API → Personal API keys.
  2. Create a new key with full access.
  3. In FleetRun Integrations, paste your key in the LINEAR_API_KEY field.
  4. An MCP server is auto-configured so agents can query and mutate Linear directly.
NeonNeonMCP

Serverless Postgres — run queries, manage branches, inspect schemas.

Setup instructions
NEON_API_KEYNeon API key (neon_...)
  1. In the Neon console, go to Account Settings → API Keys.
  2. Create a new API key.
  3. In FleetRun Integrations, paste your key in the NEON_API_KEY field.
  4. The MCP server connects agents directly to your Neon projects.
CloudflareCloudflareMCP

Manage DNS, Workers, R2 storage, D1 databases, and KV namespaces.

Setup instructions
CLOUDFLARE_API_TOKENAPI token with scoped permissions
CLOUDFLARE_ACCOUNT_IDAccount ID from dashboard sidebar
  1. In the Cloudflare dashboard, go to My Profile → API Tokens.
  2. Create a token with the permissions you need (DNS, Workers, R2, etc.).
  3. Copy your Account ID from the dashboard sidebar.
  4. In FleetRun Integrations, fill in CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID.
PostgreSQLPostgreSQLPro+

Connect agents to any Postgres-compatible database via a connection string.

Setup instructions
POSTGRES_CONNECTION_STRINGpostgresql://user:pass@host:5432/db
  1. Obtain a Postgres connection string from your database provider.
  2. In FleetRun Integrations, paste it in the POSTGRES_CONNECTION_STRING field.
  3. Agents can then issue SQL queries via the built-in query tool.
Expo (EAS)Expo (EAS)

Trigger EAS builds, publish OTA updates, and read build logs.

Setup instructions
EXPO_TOKENExpo access token (expo_...)
  1. Run expo login and then expo whoami to confirm you are authenticated.
  2. Go to expo.dev/accounts/[username]/settings/access-tokens and create a token.
  3. In FleetRun Integrations, paste it in the EXPO_TOKEN field.
PlaywrightPlaywrightMCP

Browser automation — screenshots, form fills, and E2E test execution.

Setup instructions
  1. No credentials needed. Just click Connect to enable the Playwright MCP server.
  2. The agent worker will launch Chromium locally when an agent invokes a browser tool.
  3. Ensure Playwright is installed: npx playwright install chromium

Operations

SlackSlackMCP

Send messages, create channels, and post agent status updates.

Setup instructions
SLACK_BOT_TOKENBot OAuth token (xoxb-...)
SLACK_SIGNING_SECRETSigning secret from Basic Information
  1. Go to api.slack.com/apps and create a new app.
  2. Under OAuth & Permissions, add scopes: channels:read, chat:write, users:read.
  3. Install the app to your workspace and copy the Bot User OAuth Token.
  4. Under Basic Information, copy the Signing Secret.
  5. In FleetRun Integrations, fill in SLACK_BOT_TOKEN and SLACK_SIGNING_SECRET.
DiscordDiscord

Post messages and alerts to Discord channels via webhook.

Setup instructions
DISCORD_WEBHOOK_URLDiscord webhook URL
  1. In your Discord server, go to a channel → Edit Channel → Integrations → Webhooks.
  2. Create a new webhook and copy the Webhook URL.
  3. In FleetRun Integrations, paste it in the DISCORD_WEBHOOK_URL field.
NotionNotionPro+MCP

Read and write pages, databases, and documents.

Setup instructions
NOTION_API_KEYIntegration token (secret_...)
  1. Go to notion.so/my-integrations and create a new integration.
  2. Copy the Internal Integration Token.
  3. Share any pages/databases you want agents to access with the integration.
  4. In FleetRun Integrations, paste the token in the NOTION_API_KEY field.
TelegramTelegram

Operator-to-agent chat and real-time task notifications.

Setup instructions
TELEGRAM_BOT_TOKENTelegram bot token from BotFather
  1. Open Telegram and search for @BotFather.
  2. Send /newbot and follow the prompts to create your bot.
  3. Copy the bot token (format: 123456:ABC-...).
  4. In FleetRun Integrations, paste it in the TELEGRAM_BOT_TOKEN field.
TwilioTwilioEnterprise

Send SMS and voice messages to users or operators.

Setup instructions
TWILIO_ACCOUNT_SIDAccount SID (ACxx...)
TWILIO_AUTH_TOKENAuth token
  1. Log in to the Twilio Console at console.twilio.com.
  2. Copy your Account SID and Auth Token from the dashboard.
  3. In FleetRun Integrations, fill in TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN.
GmailGmailMCP

Read, search, draft, and label emails via Google OAuth.

Setup instructions
  1. In FleetRun, click Connect next to Gmail.
  2. Authorize via Google OAuth. FleetRun requests read/compose/labels scopes.
  3. The Gmail MCP server is auto-configured for all agents.
Google CalendarGoogle CalendarMCP

Create events, check availability, and manage schedules.

Setup instructions
  1. In FleetRun, click Connect next to Google Calendar.
  2. Authorize via Google OAuth.
  3. The Calendar MCP server is auto-configured for all agents.
Proton MailProton MailMCP

Send and search encrypted email via Proton Bridge.

Setup instructions
  1. Install and run Proton Bridge on the machine where the FleetRun agent worker runs.
  2. Proton Bridge exposes a local SMTP server on port 1025.
  3. In FleetRun, click Connect next to Proton Mail — no credentials are required.
  4. The MCP server communicates with Proton Bridge locally.

Marketing

PostmarkPostmarkPro+

Send transactional email and read delivery stats.

Setup instructions
POSTMARK_SERVER_TOKENServer API token
  1. In the Postmark dashboard, go to your server and copy the Server API Token.
  2. In FleetRun Integrations, paste it in the POSTMARK_SERVER_TOKEN field.
ResendResend

Email API for transactional and marketing sends.

Setup instructions
RESEND_API_KEYResend API key (re_...)
  1. In the Resend dashboard, go to API Keys and create a new key.
  2. In FleetRun Integrations, paste it in the RESEND_API_KEY field.
BufferBuffer

Schedule and publish social media posts across connected channels.

Setup instructions
BUFFER_ACCESS_TOKENBuffer access token
  1. Go to publish.buffer.com/settings/api and generate an API key.
  2. In FleetRun Integrations, paste it in the BUFFER_ACCESS_TOKEN field.
X / TwitterX / TwitterMCP

Post tweets, search mentions, and get user timelines.

Setup instructions
TWITTER_API_KEYAPI key
TWITTER_API_SECRETAPI key secret
TWITTER_ACCESS_TOKENAccess token
TWITTER_ACCESS_SECRETAccess token secret
  1. Go to developer.twitter.com and create a project and app with Elevated or Basic access.
  2. Generate API key, API secret, access token, and access secret with Read and Write permissions.
  3. In FleetRun Integrations, fill in all four TWITTER_* fields.
RedditRedditMCP

Post to subreddits, search posts, and submit comments.

Setup instructions
REDDIT_CLIENT_IDApp client ID
REDDIT_CLIENT_SECRETApp client secret
REDDIT_USERNAMEReddit account username
REDDIT_PASSWORDReddit account password
  1. Go to reddit.com/prefs/apps and create a new script app.
  2. Note the client ID (shown under the app name) and client secret.
  3. In FleetRun Integrations, fill in REDDIT_CLIENT_ID, REDDIT_CLIENT_SECRET, REDDIT_USERNAME, and REDDIT_PASSWORD.
Google AnalyticsGoogle Analytics

Pull traffic, conversion, and funnel data from GA4.

Setup instructions
GA4_PROPERTY_IDGA4 property ID (numeric)
GA4_SERVICE_ACCOUNT_JSONService account JSON key
  1. In Google Cloud Console, create a service account with the Analytics Viewer role.
  2. Download the service account JSON key file.
  3. In Google Analytics, add the service account email as a Viewer.
  4. In FleetRun Integrations, fill in GA4_PROPERTY_ID and paste the JSON in GA4_SERVICE_ACCOUNT_JSON.

Finance

StripeStripe

Monitor payments, refunds, subscriptions, and disputes.

Setup instructions
STRIPE_SECRET_KEYSecret key (sk_live_... or sk_test_...)
STRIPE_WEBHOOK_SECRETWebhook signing secret (optional, whsec_...)
  1. In the Stripe dashboard, go to Developers → API keys.
  2. Copy the Secret key (sk_live_... for production).
  3. Optionally, set up a webhook endpoint and copy the Signing secret.
  4. In FleetRun Integrations, fill in STRIPE_SECRET_KEY and optionally STRIPE_WEBHOOK_SECRET.
RevenueCatRevenueCat

Track mobile subscriptions, revenue, and churn.

Setup instructions
REVENUECAT_API_KEYv2 Secret API key (sk_...)
  1. In the RevenueCat dashboard, go to Project Settings → API Keys.
  2. Copy a v2 Secret key.
  3. In FleetRun Integrations, paste it in the REVENUECAT_API_KEY field.

AI

AnthropicAnthropic

Direct Claude API access with extended thinking and streaming.

Setup instructions
ANTHROPIC_API_KEYClaude API key (sk-ant-...)
  1. Go to console.anthropic.com and create an API key.
  2. In FleetRun Settings → Providers, add Anthropic and paste your key.
  3. The key is used directly for agent model calls — no separate integration needed.
OpenAIOpenAI

GPT-4o, o3, o4-mini, and image generation via the OpenAI API.

Setup instructions
OPENAI_API_KEYOpenAI secret key (sk-...)
  1. Go to platform.openai.com/api-keys and create a new secret key.
  2. In FleetRun Settings → Providers, add OpenAI and paste your key.
Google GeminiGoogle Gemini

Gemini 2.5 Pro, Flash, and 1.5-series models via the Gemini API with OpenAI-compatible endpoint.

Setup instructions
GEMINI_API_KEYGemini API key (AIza...)
  1. Go to aistudio.google.com/app/apikey and create an API key.
  2. In FleetRun Settings → Providers, click Add provider and select Google Gemini.
  3. Paste your key in the GEMINI_API_KEY field.
  4. Select a model like gemini-2.5-flash for fast tasks or gemini-2.5-pro for complex reasoning.
GroqGroq

Ultra-fast inference on Llama, Mixtral, and Gemma models via custom LPU hardware.

Setup instructions
GROQ_API_KEYGroq API key (gsk_...)
  1. Sign up at console.groq.com and go to API Keys → Create API key.
  2. In FleetRun Settings → Providers, click Add provider and select Groq.
  3. Paste your key in the GROQ_API_KEY field.
  4. Use llama-3.3-70b-versatile for best quality or llama-3.1-8b-instant for maximum speed.
MistralMistral

Mistral Large, Small, and Codestral — strong coding and multilingual models from Mistral AI.

Setup instructions
MISTRAL_API_KEYMistral API key
  1. Sign up at console.mistral.ai and go to API Keys → Create new key.
  2. In FleetRun Settings → Providers, click Add provider and select Mistral.
  3. Paste your key in the MISTRAL_API_KEY field.
  4. Use codestral-latest for coding tasks or mistral-large-latest for general use.
DeepSeekDeepSeek

DeepSeek Chat and DeepSeek Reasoner — cost-efficient models with strong reasoning capabilities.

Setup instructions
DEEPSEEK_API_KEYDeepSeek API key (sk-...)
  1. Sign up at platform.deepseek.com and go to API keys → Create API key.
  2. In FleetRun Settings → Providers, click Add provider and select DeepSeek.
  3. Paste your key in the DEEPSEEK_API_KEY field.
  4. deepseek-chat is the general model; deepseek-reasoner uses chain-of-thought for complex tasks.
xAI GrokxAI Grok

Grok 3 and Grok 3 Mini — xAI's frontier models with real-time web access.

Setup instructions
XAI_API_KEYxAI API key (xai-...)
  1. Sign up at console.x.ai and create an API key.
  2. In FleetRun Settings → Providers, click Add provider and select xAI Grok.
  3. Paste your key in the XAI_API_KEY field.
  4. Use grok-3 for complex tasks or grok-3-mini for fast, cost-efficient responses.
Together AITogether AI

Run Llama, DeepSeek, Qwen, and 200+ open-source models on Together's GPU cloud.

Setup instructions
TOGETHER_API_KEYTogether API key
  1. Sign up at api.together.xyz and go to Settings → API Keys.
  2. Create a new API key.
  3. In FleetRun Settings → Providers, click Add provider and select Together AI.
  4. Paste your key in the TOGETHER_API_KEY field.
PerplexityPerplexity

Sonar models with live web search built in — ideal for research and fact-checking agents.

Setup instructions
PERPLEXITY_API_KEYPerplexity API key (pplx-...)
  1. Sign up at perplexity.ai/settings/api and create an API key.
  2. In FleetRun Settings → Providers, click Add provider and select Perplexity.
  3. Paste your key in the PERPLEXITY_API_KEY field.
  4. Use sonar-pro for deep research or sonar-reasoning-pro for multi-step analysis.
FireworksFireworks

Fast, cost-efficient inference for Llama, DeepSeek, Qwen, and other open models.

Setup instructions
FIREWORKS_API_KEYFireworks API key (fw_...)
  1. Sign up at fireworks.ai and go to API Keys → Create API key.
  2. In FleetRun Settings → Providers, click Add provider and select Fireworks.
  3. Paste your key in the FIREWORKS_API_KEY field.
  4. Model IDs follow the format accounts/fireworks/models/<model-name>.
OpenRouterOpenRouter

Route to 200+ models — Anthropic, Google, DeepSeek, Meta, and more via a single key.

Setup instructions
OPENROUTER_API_KEYOpenRouter API key (sk-or-...)
  1. Sign up at openrouter.ai and go to Keys → Create key.
  2. In FleetRun Settings → Providers, add OpenRouter and paste your key.
  3. All models available on OpenRouter will appear in the agent model picker.
  4. Prefix model names with the provider slug, e.g. anthropic/claude-opus-4.
SerperSerper

Google Search API for web research agents.

Setup instructions
SERPER_API_KEYSerper API key
  1. Sign up at serper.dev and copy your API key.
  2. In FleetRun Integrations, paste it in the SERPER_API_KEY field.
  3. Agents with web search in scope can call the serper.search tool.