Appearance
Quickstart
Get Airlock running with Claude Desktop in under 5 minutes.
Prerequisites
- An Airlock account at control-room.air-lock.ai
- Claude Desktop installed
- An API with an OpenAPI specification
Step 1: Create a Server
- Log in to the Airlock Control Room
- Navigate to Servers and click Create Server
- Choose how to create your server:
From existing integrations:
- Select from the list of pre-built integrations (Google Calendar, Linear, etc.)
- These come pre-configured with the correct API settings
From OpenAPI specification:
- Enter a name for your server
- Paste your OpenAPI specification (YAML or JSON)
- Enter your target API URL
- Click Create
Step 2: Configure Policies
By default, all operations require approval. To customize which operations need approval:
- Go to your server's detail page
- Find the Tools section showing all available operations
- For each tool, toggle between Allow (executes immediately) or Block (requires approval)
- For blocked tools, assign approvers (users or groups)
Step 3: Connect Your Account
Your admin configures the API connection details for the server. Once configured, connect your account depending on the server type:
For OAuth-based integrations (Google Calendar, etc.):
- Go to your server'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:
- Your admin configures the API connection details
- Go to your server's detail page
- Enter your API credentials and click Save
Step 4: Connect Claude Desktop
- Open Claude Desktop
- Go to Settings → Connectors → Add custom connector
- In the Airlock Control Room, go to your server's detail page
- Copy the MCP URL shown in the connection instructions
- Paste the URL into Claude Desktop
- Claude Desktop will automatically authenticate via MCP OAuth
That's it! Claude Desktop is now connected to your API through Airlock.
Step 5: Test It
Ask Claude to interact with your API:
"List all users from my API"
Claude will use the MCP tools exposed by Airlock to call your API.
Next Steps
- Creating Servers - Detailed server configuration
- Policies - Advanced policy configuration
- Approval Workflows - Configure approvers and notifications