airweave-setup
Installation
SKILL.md
Airweave Setup & Integration
Airweave is an open-source platform that makes any app searchable for AI agents. It connects to apps, productivity tools, databases, or document stores and transforms their contents into searchable knowledge bases.
Quick Start
Option 1: Airweave Cloud (Recommended)
- Sign up at https://app.airweave.ai
- Get your API key from the dashboard
- Install the SDK:
pip install airweave-sdk # Python
npm install @airweave/sdk # TypeScript
Option 2: Self-Hosted
Related skills