Integrations
Connect external services to your fleet. All credentials are stored encrypted (AES-256-GCM) and never logged.
Development
Push commits, open pull requests, manage issues and repos.
Setup instructions
GITHUB_PATPersonal access token (ghp_...)- Go to github.com/settings/tokens and generate a Personal Access Token with repo, workflow, and read:org scopes.
- In FleetRun, go to Integrations and click Connect next to GitHub.
- Paste your token in the GITHUB_PAT field.
- FleetRun will auto-configure an MCP server so agents can call GitHub tools directly.
Deploy projects, read build logs, manage domains and environment variables.
Setup instructions
VERCEL_TOKENVercel API token- Go to vercel.com/account/tokens and create a new token.
- In FleetRun, go to Integrations and click Connect next to Vercel.
- Paste your token in the VERCEL_TOKEN field.
Query Postgres, manage storage buckets, and inspect auth tables.
Setup instructions
SUPABASE_URLProject URL (https://xyz.supabase.co)SUPABASE_SERVICE_KEYService role key (eyJ...)- In your Supabase project, go to Settings → API.
- Copy the Project URL and service_role key.
- In FleetRun Integrations, paste both into the SUPABASE_URL and SUPABASE_SERVICE_KEY fields.
Create issues, update cycle state, and track engineering work.
Setup instructions
LINEAR_API_KEYLinear API key (lin_api_...)- In Linear, go to Settings → API → Personal API keys.
- Create a new key with full access.
- In FleetRun Integrations, paste your key in the LINEAR_API_KEY field.
- An MCP server is auto-configured so agents can query and mutate Linear directly.
Serverless Postgres — run queries, manage branches, inspect schemas.
Setup instructions
NEON_API_KEYNeon API key (neon_...)- In the Neon console, go to Account Settings → API Keys.
- Create a new API key.
- In FleetRun Integrations, paste your key in the NEON_API_KEY field.
- The MCP server connects agents directly to your Neon projects.
Manage DNS, Workers, R2 storage, D1 databases, and KV namespaces.
Setup instructions
CLOUDFLARE_API_TOKENAPI token with scoped permissionsCLOUDFLARE_ACCOUNT_IDAccount ID from dashboard sidebar- In the Cloudflare dashboard, go to My Profile → API Tokens.
- Create a token with the permissions you need (DNS, Workers, R2, etc.).
- Copy your Account ID from the dashboard sidebar.
- In FleetRun Integrations, fill in CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID.
Connect agents to any Postgres-compatible database via a connection string.
Setup instructions
POSTGRES_CONNECTION_STRINGpostgresql://user:pass@host:5432/db- Obtain a Postgres connection string from your database provider.
- In FleetRun Integrations, paste it in the POSTGRES_CONNECTION_STRING field.
- Agents can then issue SQL queries via the built-in query tool.
Trigger EAS builds, publish OTA updates, and read build logs.
Setup instructions
EXPO_TOKENExpo access token (expo_...)- Run expo login and then expo whoami to confirm you are authenticated.
- Go to expo.dev/accounts/[username]/settings/access-tokens and create a token.
- In FleetRun Integrations, paste it in the EXPO_TOKEN field.
Browser automation — screenshots, form fills, and E2E test execution.
Setup instructions
- No credentials needed. Just click Connect to enable the Playwright MCP server.
- The agent worker will launch Chromium locally when an agent invokes a browser tool.
- Ensure Playwright is installed: npx playwright install chromium
Operations
Send messages, create channels, and post agent status updates.
Setup instructions
SLACK_BOT_TOKENBot OAuth token (xoxb-...)SLACK_SIGNING_SECRETSigning secret from Basic Information- Go to api.slack.com/apps and create a new app.
- Under OAuth & Permissions, add scopes: channels:read, chat:write, users:read.
- Install the app to your workspace and copy the Bot User OAuth Token.
- Under Basic Information, copy the Signing Secret.
- In FleetRun Integrations, fill in SLACK_BOT_TOKEN and SLACK_SIGNING_SECRET.
Post messages and alerts to Discord channels via webhook.
Setup instructions
DISCORD_WEBHOOK_URLDiscord webhook URL- In your Discord server, go to a channel → Edit Channel → Integrations → Webhooks.
- Create a new webhook and copy the Webhook URL.
- In FleetRun Integrations, paste it in the DISCORD_WEBHOOK_URL field.
Read and write pages, databases, and documents.
Setup instructions
NOTION_API_KEYIntegration token (secret_...)- Go to notion.so/my-integrations and create a new integration.
- Copy the Internal Integration Token.
- Share any pages/databases you want agents to access with the integration.
- In FleetRun Integrations, paste the token in the NOTION_API_KEY field.
Operator-to-agent chat and real-time task notifications.
Setup instructions
TELEGRAM_BOT_TOKENTelegram bot token from BotFather- Open Telegram and search for @BotFather.
- Send /newbot and follow the prompts to create your bot.
- Copy the bot token (format: 123456:ABC-...).
- In FleetRun Integrations, paste it in the TELEGRAM_BOT_TOKEN field.
Send SMS and voice messages to users or operators.
Setup instructions
TWILIO_ACCOUNT_SIDAccount SID (ACxx...)TWILIO_AUTH_TOKENAuth token- Log in to the Twilio Console at console.twilio.com.
- Copy your Account SID and Auth Token from the dashboard.
- In FleetRun Integrations, fill in TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN.
Read, search, draft, and label emails via Google OAuth.
Setup instructions
- In FleetRun, click Connect next to Gmail.
- Authorize via Google OAuth. FleetRun requests read/compose/labels scopes.
- The Gmail MCP server is auto-configured for all agents.
Create events, check availability, and manage schedules.
Setup instructions
- In FleetRun, click Connect next to Google Calendar.
- Authorize via Google OAuth.
- The Calendar MCP server is auto-configured for all agents.
Send and search encrypted email via Proton Bridge.
Setup instructions
- Install and run Proton Bridge on the machine where the FleetRun agent worker runs.
- Proton Bridge exposes a local SMTP server on port 1025.
- In FleetRun, click Connect next to Proton Mail — no credentials are required.
- The MCP server communicates with Proton Bridge locally.
Marketing
Send transactional email and read delivery stats.
Setup instructions
POSTMARK_SERVER_TOKENServer API token- In the Postmark dashboard, go to your server and copy the Server API Token.
- In FleetRun Integrations, paste it in the POSTMARK_SERVER_TOKEN field.
Email API for transactional and marketing sends.
Setup instructions
RESEND_API_KEYResend API key (re_...)- In the Resend dashboard, go to API Keys and create a new key.
- In FleetRun Integrations, paste it in the RESEND_API_KEY field.
Schedule and publish social media posts across connected channels.
Setup instructions
BUFFER_ACCESS_TOKENBuffer access token- Go to publish.buffer.com/settings/api and generate an API key.
- In FleetRun Integrations, paste it in the BUFFER_ACCESS_TOKEN field.
Post tweets, search mentions, and get user timelines.
Setup instructions
TWITTER_API_KEYAPI keyTWITTER_API_SECRETAPI key secretTWITTER_ACCESS_TOKENAccess tokenTWITTER_ACCESS_SECRETAccess token secret- Go to developer.twitter.com and create a project and app with Elevated or Basic access.
- Generate API key, API secret, access token, and access secret with Read and Write permissions.
- In FleetRun Integrations, fill in all four TWITTER_* fields.
Post to subreddits, search posts, and submit comments.
Setup instructions
REDDIT_CLIENT_IDApp client IDREDDIT_CLIENT_SECRETApp client secretREDDIT_USERNAMEReddit account usernameREDDIT_PASSWORDReddit account password- Go to reddit.com/prefs/apps and create a new script app.
- Note the client ID (shown under the app name) and client secret.
- In FleetRun Integrations, fill in REDDIT_CLIENT_ID, REDDIT_CLIENT_SECRET, REDDIT_USERNAME, and REDDIT_PASSWORD.
Pull traffic, conversion, and funnel data from GA4.
Setup instructions
GA4_PROPERTY_IDGA4 property ID (numeric)GA4_SERVICE_ACCOUNT_JSONService account JSON key- In Google Cloud Console, create a service account with the Analytics Viewer role.
- Download the service account JSON key file.
- In Google Analytics, add the service account email as a Viewer.
- In FleetRun Integrations, fill in GA4_PROPERTY_ID and paste the JSON in GA4_SERVICE_ACCOUNT_JSON.
Finance
Monitor payments, refunds, subscriptions, and disputes.
Setup instructions
STRIPE_SECRET_KEYSecret key (sk_live_... or sk_test_...)STRIPE_WEBHOOK_SECRETWebhook signing secret (optional, whsec_...)- In the Stripe dashboard, go to Developers → API keys.
- Copy the Secret key (sk_live_... for production).
- Optionally, set up a webhook endpoint and copy the Signing secret.
- In FleetRun Integrations, fill in STRIPE_SECRET_KEY and optionally STRIPE_WEBHOOK_SECRET.
Track mobile subscriptions, revenue, and churn.
Setup instructions
REVENUECAT_API_KEYv2 Secret API key (sk_...)- In the RevenueCat dashboard, go to Project Settings → API Keys.
- Copy a v2 Secret key.
- In FleetRun Integrations, paste it in the REVENUECAT_API_KEY field.
AI
Direct Claude API access with extended thinking and streaming.
Setup instructions
ANTHROPIC_API_KEYClaude API key (sk-ant-...)- Go to console.anthropic.com and create an API key.
- In FleetRun Settings → Providers, add Anthropic and paste your key.
- The key is used directly for agent model calls — no separate integration needed.
GPT-4o, o3, o4-mini, and image generation via the OpenAI API.
Setup instructions
OPENAI_API_KEYOpenAI secret key (sk-...)- Go to platform.openai.com/api-keys and create a new secret key.
- In FleetRun Settings → Providers, add OpenAI and paste your key.
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...)- Go to aistudio.google.com/app/apikey and create an API key.
- In FleetRun Settings → Providers, click Add provider and select Google Gemini.
- Paste your key in the GEMINI_API_KEY field.
- Select a model like gemini-2.5-flash for fast tasks or gemini-2.5-pro for complex reasoning.
Ultra-fast inference on Llama, Mixtral, and Gemma models via custom LPU hardware.
Setup instructions
GROQ_API_KEYGroq API key (gsk_...)- Sign up at console.groq.com and go to API Keys → Create API key.
- In FleetRun Settings → Providers, click Add provider and select Groq.
- Paste your key in the GROQ_API_KEY field.
- Use llama-3.3-70b-versatile for best quality or llama-3.1-8b-instant for maximum speed.
Mistral Large, Small, and Codestral — strong coding and multilingual models from Mistral AI.
Setup instructions
MISTRAL_API_KEYMistral API key- Sign up at console.mistral.ai and go to API Keys → Create new key.
- In FleetRun Settings → Providers, click Add provider and select Mistral.
- Paste your key in the MISTRAL_API_KEY field.
- Use codestral-latest for coding tasks or mistral-large-latest for general use.
DeepSeek Chat and DeepSeek Reasoner — cost-efficient models with strong reasoning capabilities.
Setup instructions
DEEPSEEK_API_KEYDeepSeek API key (sk-...)- Sign up at platform.deepseek.com and go to API keys → Create API key.
- In FleetRun Settings → Providers, click Add provider and select DeepSeek.
- Paste your key in the DEEPSEEK_API_KEY field.
- deepseek-chat is the general model; deepseek-reasoner uses chain-of-thought for complex tasks.
Grok 3 and Grok 3 Mini — xAI's frontier models with real-time web access.
Setup instructions
XAI_API_KEYxAI API key (xai-...)- Sign up at console.x.ai and create an API key.
- In FleetRun Settings → Providers, click Add provider and select xAI Grok.
- Paste your key in the XAI_API_KEY field.
- Use grok-3 for complex tasks or grok-3-mini for fast, cost-efficient responses.
Run Llama, DeepSeek, Qwen, and 200+ open-source models on Together's GPU cloud.
Setup instructions
TOGETHER_API_KEYTogether API key- Sign up at api.together.xyz and go to Settings → API Keys.
- Create a new API key.
- In FleetRun Settings → Providers, click Add provider and select Together AI.
- Paste your key in the TOGETHER_API_KEY field.
Sonar models with live web search built in — ideal for research and fact-checking agents.
Setup instructions
PERPLEXITY_API_KEYPerplexity API key (pplx-...)- Sign up at perplexity.ai/settings/api and create an API key.
- In FleetRun Settings → Providers, click Add provider and select Perplexity.
- Paste your key in the PERPLEXITY_API_KEY field.
- Use sonar-pro for deep research or sonar-reasoning-pro for multi-step analysis.
Fast, cost-efficient inference for Llama, DeepSeek, Qwen, and other open models.
Setup instructions
FIREWORKS_API_KEYFireworks API key (fw_...)- Sign up at fireworks.ai and go to API Keys → Create API key.
- In FleetRun Settings → Providers, click Add provider and select Fireworks.
- Paste your key in the FIREWORKS_API_KEY field.
- Model IDs follow the format accounts/fireworks/models/<model-name>.
Route to 200+ models — Anthropic, Google, DeepSeek, Meta, and more via a single key.
Setup instructions
OPENROUTER_API_KEYOpenRouter API key (sk-or-...)- Sign up at openrouter.ai and go to Keys → Create key.
- In FleetRun Settings → Providers, add OpenRouter and paste your key.
- All models available on OpenRouter will appear in the agent model picker.
- Prefix model names with the provider slug, e.g. anthropic/claude-opus-4.
Google Search API for web research agents.
Setup instructions
SERPER_API_KEYSerper API key- Sign up at serper.dev and copy your API key.
- In FleetRun Integrations, paste it in the SERPER_API_KEY field.
- Agents with web search in scope can call the serper.search tool.