Getting Started

Quickstart

Connect Claude Desktop to airlock and make your first tool call in under five minutes.

Get Airlock running with your AI agent in under 5 minutes.

Connect your agent

Airlock exposes a single organization-wide MCP endpoint that gives your agent access to every integration in your organization. Pick your client below — each one authenticates via MCP OAuth, so you sign in once and Airlock caches your credentials for instant reconnects.

Claude DesktopRemote HTTP
Add Airlock as a custom connector by URL.
https://mcp.air-lock.ai/org/your-org-slug
1Open Settings → Connectors.
2Click the + next to Connectors, then Add custom connector.
3Paste the URL above and click Add.
4Complete the sign-in in the browser when prompted.
Claude connects from Anthropic's cloud, so the endpoint must be publicly reachable (Airlock's is). The free plan allows one custom connector; Replace your-org-slugwith your organization's slug — the exact URL is shown on any integration's detail page in the Control Room.
Claude custom connectors docs

Already have an integration set up? That's all you need. New to Airlock? Create your first integration with the steps below, then come back here to connect.

Prerequisites

Step 1: Create an Integration

  1. Log in to the Airlock Control Room
  2. Open Integrations from the top navigation
  3. Add an integration one of two ways:

From a pre-built integration (recommended):

  • Browse or search the catalog and click any of the 50+ integrations: GitHub, Linear, Notion, Google Calendar, Todoist, Sentry, PostHog, HubSpot, and more
  • These come pre-configured — no OpenAPI spec needed

From your own API:

  • Click Add from OpenAPI (or Add MCP Proxy to wrap an existing MCP server)
  • Enter a name for your integration
  • Paste your OpenAPI specification (YAML or JSON)
  • Enter your target API URL
  1. Follow the wizard to finish creating the integration

Step 2: Configure Policies

By default, all tools are set to Allow. To require human approval for specific operations:

  1. Go to your integration's detail page
  2. Find the Tools section showing all available operations
  3. For each tool, toggle between Allow (executes immediately) or Require Approval
  4. For tools requiring approval, assign approvers (users or groups)

Step 3: Connect Your Account

Connect your credentials depending on the integration type:

For OAuth-based integrations (GitHub, Google Calendar, Fathom, etc.):

  1. Go to your integration's detail page
  2. Click Connect to authorize Airlock to access the service
  3. Complete the OAuth flow in the popup window

For API key-based integrations (Linear, Notion, Sentry, etc.):

  1. Go to your integration's detail page
  2. Enter your API credentials and click Save

Step 4: Test It

With your agent connected (using the Connect your agent options at the top of this page), ask it to interact with your API:

"List my open pull requests on GitHub"

Your agent will use the MCP tools exposed by Airlock to call your API.

Next Steps