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.
your-org-slugwith your organization's slug — the exact URL is shown on any integration's detail page in the Control Room.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
- An Airlock account at control-room.air-lock.ai
- Claude Desktop (or another MCP-compatible client) installed
Step 1: Create an Integration
- Log in to the Airlock Control Room
- Open Integrations from the top navigation
- 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
- 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:
- Go to your integration's detail page
- Find the Tools section showing all available operations
- For each tool, toggle between Allow (executes immediately) or Require Approval
- 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.):
- Go to your integration's detail page
- Click Connect to authorize Airlock to access the service
- Complete the OAuth flow in the popup window
For API key-based integrations (Linear, Notion, Sentry, etc.):
- Go to your integration's detail page
- 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
- Creating Integrations - Integration types and configuration
- Pre-built Integrations - Full list of available integrations
- Policies - Configure approval rules and conditions
- Approval Workflows - Configure approvers and notifications
- Instructions - Author guidelines and prompts delivered to agents via MCP
- Skills - Create activatable capabilities that bundle instructions and optional attachments
- Security - Anomaly detection and auto-blocking