Why files?
AI agents excel at navigating filesystems and working with files. Airstore leverages this by turning your services into files, so Claude can work with emails and issues the same way it works with code. There’s also a security benefit: source views let you scope exactly what Claude can access. Instead of granting access to your entire inbox, you create a view with just “invoices from last week”.How it works
- Connect services in the Airstore dashboard (GitHub, Gmail, Drive, PostHog, etc.)
- Create source views with natural language or structured filters (“invoices from last week”)
- Mount locally with
airstore mount ~/airstore - Use with Claude - it reads your data as files
Key concepts
| Concept | Description |
|---|---|
| Source views | Queries over connected integrations that materialize as folders of files |
| Integrations | Services you connect (GitHub, Gmail, Drive, Linear, Notion, Slack, PostHog) |
| Mounting | Attach the virtual filesystem to your local machine |
| Tools | MCP servers exposed as executables for taking actions |
Get started
Quickstart
Get Airstore running in 5 minutes.
How it works
Understand the architecture.
Installation
Install the CLI on macOS or Linux.
CLI reference
Full command reference.