Quickstart
Follow this guide to get up and running with Airweave in just a few steps.
Choose your deployment
The simplest way to use Airweave is through our hosted cloud platform at app.airweave.ai.
If you prefer to run Airweave yourself, you can deploy it locally on macOS, Linux or WSL. After cloning the repository and starting the server, you will be able to open the dashboard at http://localhost:8080
Set-up Airweave client
Airweave provides SDKs for Python and Node.js. Install the package.
Now, create and copy your API key from your Airweave dashboard.
Initialize the Airweave client with your new API key. For local deployments, set base_url to "http://localhost:8001".
Create a collection
A collection is a group of different data sources that you can search using a single endpoint.
You’ve now successfully deployed Airweave, connected your first data source, and searched your first collection. To continue, you can explore more integrations and dive into the API reference. For community and support, check out the links below.