Skip to content

Pre-built Integrations

Airlock includes 29 pre-built integrations that let you connect AI agents to popular services without writing an OpenAPI spec. Each integration is an MCP proxy that routes tool calls to the service's upstream MCP server.

Available Integrations

Code & Project Management

IntegrationAuth TypeDescription
GitHubBuilt-in OAuthRepository, pull request, and issue management
GitLabOAuthRepository, merge request, and CI/CD management
LinearOAuthIssue and project tracking
AtlassianOAuthJira issues and Confluence pages
TodoistOAuthTask and project management
CodeRabbitOAuthAI code reviews, reports, and review metrics

CRM & Sales

IntegrationAuth TypeDescription
HubSpotOAuth (manual setup)CRM contacts, deals, and sales pipeline
ShowpadOAuth (manual setup)Sales content and enablement
LemlistOAuthSales engagement, outreach campaigns, and sequences

Meetings & Communication

IntegrationAuth TypeDescription
Google CalendarBuilt-in OAuthCalendar events and scheduling
GmailBuilt-in OAuthRead, send, and manage emails
ZoomOAuth (manual setup)Meetings, recordings, and participants
FathomBuilt-in OAuthMeeting recordings and transcripts
GranolaOAuthMeeting notes and action items
KrispOAuthMeeting transcripts and summaries

Infrastructure & Deployment

IntegrationAuth TypeDescription
VercelOAuthDeployments, projects, domains, and build logs
SupabaseOAuthDatabases, storage, and edge functions
AWSSigV4 (not yet supported)15,000+ AWS APIs, documentation, and guidance (coming soon)

Monitoring & Analytics

IntegrationAuth TypeDescription
SentryOAuthError monitoring and performance tracking
PostHogOAuthProduct analytics and feature flags
DatadogAPI KeyLogs, metrics, alerts, and incident management

Payments

IntegrationAuth TypeDescription
StripeOAuthPayments, subscriptions, invoices, and customers
PolarOAuthProducts, pricing, checkouts, and license keys

Documentation & Data

IntegrationAuth TypeDescription
NotionOAuthPages, databases, and workspace content
Context7OAuthLibrary and framework documentation
RefOAuthAPI and library documentation
AirbyteOAuthData integration documentation and guides
Bright DataAPI KeyWeb scraping, search, and data extraction
UnblockedAPI KeyTeam context across Slack, Jira, Confluence, and GitHub

Authentication Types

Built-in OAuth

Integrations marked Built-in OAuth (GitHub, Google Calendar, Gmail, Fathom) have pre-configured OAuth credentials managed by Airlock. Users simply click Connect and complete the authorization flow — no setup required.

Standard OAuth

Most integrations use standard OAuth. When you add the integration, Airlock handles the OAuth flow with the upstream service. Users click Connect on the server detail page to authorize access.

Manual OAuth Setup

HubSpot, Showpad, and Zoom require you to create your own OAuth application in the service's developer portal first, then enter the client credentials in Airlock.

API Key

Datadog, Bright Data, and Unblocked use API key authentication. Enter your API key or token on the server detail page.

Adding an Integration

  1. Navigate to Servers and click Create Server
  2. Select the integration from the list
  3. Click Create — the server is ready to configure
  4. Go to the server detail page and connect your account (OAuth flow or API key)
  5. Configure policies for the tools
  6. Copy the MCP URL and add it to your AI client

Syncing Tools

If an upstream MCP server adds new tools, click the Sync Tools button on the server detail page to refresh the available tools list. This works for all server types.

Built with VitePress