Sources
Sources are data integrations. They appear as folders under~/airstore/sources/.
| Source | What it provides |
|---|---|
| Gmail | Emails as .eml files |
| Google Drive | Documents, spreadsheets, PDFs |
| GitHub | Repos, PRs, issues, diffs |
| Linear | Issues, projects, comments |
| Notion | Pages, databases |
| Slack | Messages, threads |
- Read-only: You can read files, but not write to them
- Browsable: Navigate like a normal filesystem
- Queryable: Create smart folders with natural language
- Cached: Reads hit materialized views, not live APIs
Tools
Tools are action integrations. They appear as executables under~/airstore/tools/.
| Tool | What it does |
|---|---|
| github | Create issues, comment on PRs, merge |
| linear | Create/update issues, change status |
| slack | Post messages, react, create channels |
- Executable: Run them like CLI commands
- Write-capable: Perform actions that modify external systems
- Pipeable: Chain together with Unix pipes
- JSON output: Structured data you can parse