# Airstore ## Docs - [How Airstore Works](https://docs.airstore.ai/concepts/how-it-works.md): The architecture behind Airstore - [Mounting Folders](https://docs.airstore.ai/concepts/mounting.md): Mount Airstore as a local filesystem - [Skills](https://docs.airstore.ai/concepts/skills.md): Instructions for AI agents - [Source Views](https://docs.airstore.ai/concepts/source-views.md): Materialized queries over your connected data sources - [Tools](https://docs.airstore.ai/concepts/tools.md): Run MCP tools as CLI executables - [Deploy Airstore Locally](https://docs.airstore.ai/deployment/local.md): Run Airstore on your local machine - [Local Workflow](https://docs.airstore.ai/first-workflow.md): Build a workflow with Airstore in local mode - [Use with Claude Code](https://docs.airstore.ai/guides/claude-code.md): How to use Airstore with Claude Code for non-coding tasks - [Migrating your MCPs to Airstore](https://docs.airstore.ai/guides/migrating-mcps.md): Move your existing MCP server configurations to Airstore - [PostHog](https://docs.airstore.ai/guides/posthog.md): Access analytics events, feature flags, insights, and cohorts through Airstore - [Introduction](https://docs.airstore.ai/index.md) - [Installation](https://docs.airstore.ai/installation.md): Install the Airstore CLI on macOS or Linux - [Quickstart](https://docs.airstore.ai/quickstart.md): Get Airstore running in 5 minutes - [CLI Reference](https://docs.airstore.ai/reference/cli.md): Complete reference for all Airstore CLI commands - [Config File](https://docs.airstore.ai/reference/config.md): Reference for the Airstore configuration file - [Create views programmatically](https://docs.airstore.ai/sdk/examples/create-views-programmatically.md): Use client.views.create in smart and query modes - [Sync source views](https://docs.airstore.ai/sdk/examples/sync-source-views.md): Refresh views on demand or in batch with client.views.sync - [Connect integrations via OAuth](https://docs.airstore.ai/sdk/guides/connect-integrations.md): Wire up Gmail, GitHub, and other services using the SDK - [Create and manage workspaces](https://docs.airstore.ai/sdk/guides/manage-workspaces.md): Provision workspaces for your users with the SDK - [Read files from the filesystem](https://docs.airstore.ai/sdk/guides/read-files.md): Browse directories, read file contents, and inspect metadata - [Create source views](https://docs.airstore.ai/sdk/guides/source-views.md): Define source views with natural language or structured filters, sync them, and browse results - [Generate tokens for headless mounting](https://docs.airstore.ai/sdk/guides/tokens-and-mounting.md): Create workspace tokens and mount Airstore on VMs without interactive login - [TypeScript SDK](https://docs.airstore.ai/sdk/overview.md): Manage Airstore filesystems from your backend - [Client](https://docs.airstore.ai/sdk/reference/client.md): Airstore class, configuration, and authentication - [Connections](https://docs.airstore.ai/sdk/reference/connections.md): client.connections — manage integration connections - [Errors](https://docs.airstore.ai/sdk/reference/errors.md): Error types, status codes, and retry behavior - [Filesystem](https://docs.airstore.ai/sdk/reference/filesystem.md): client.fs — browse and read from the virtual filesystem - [Members](https://docs.airstore.ai/sdk/reference/members.md): client.members — manage workspace members - [OAuth](https://docs.airstore.ai/sdk/reference/oauth.md): client.oauth — OAuth session management for interactive connections - [Tokens](https://docs.airstore.ai/sdk/reference/tokens.md): client.tokens — manage workspace authentication tokens - [Views](https://docs.airstore.ai/sdk/reference/views.md): client.views — create and manage source views - [Workspaces](https://docs.airstore.ai/sdk/reference/workspaces.md): client.workspaces — create and manage workspaces - [Privacy Policy](https://docs.airstore.ai/security/privacy-policy.md) - [Terms and Conditions](https://docs.airstore.ai/security/terms-and-conditions.md): These are the terms the Airstore Platform is provided under. ## Optional - [GitHub](https://github.com/beam-cloud/airstore)