Airweave
Search Airweave collections and manage source connection syncs for unified agent context.
Tools
| Name | Description |
|---|---|
list_collectionsList Airweave collections available to the API key. | List Airweave collections available to the API key. |
get_collectionGet an Airweave collection by readable ID. | Get an Airweave collection by readable ID. |
classic_searchRun Airweave classic semantic search against one collection. | Run Airweave classic semantic search against one collection. |
agentic_searchRun Airweave agentic search that can iteratively search and collect results. | Run Airweave agentic search that can iteratively search and collect results. |
list_source_connectionsList source connections, optionally filtered to a collection. | List source connections, optionally filtered to a collection. |
get_source_connectionGet full Airweave source connection details by ID. | Get full Airweave source connection details by ID. |
list_sync_jobsList sync jobs for an Airweave source connection. | List sync jobs for an Airweave source connection. |
run_syncStart a sync job for an Airweave source connection. | Start a sync job for an Airweave source connection. |
cancel_sync_jobCancel a running Airweave sync job. | Cancel a running Airweave sync job. |
list_sourcesList available Airweave source connector types. | List available Airweave source connector types. |
custom_api_callCall a scoped Airweave API endpoint on api.airweave.ai. | Call a scoped Airweave API endpoint on api.airweave.ai. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('airweave', 'list_collections', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'airweave',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Airweave to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Airweave support?
Airweave supports 11 tools including List Collections, Get Collection, Classic Search, Agentic Search, List Source Connections, and more.
Can I use Airweave with AI agents?
Yes. Add Airweave to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Airweave be used in stateful agent workflows?
Yes. Agents can combine Airweave tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Airweave use?
Airweave uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Airweave integration cost?
The Airweave integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Airweave in minutes
Get 20,000 free action executions every month. No credit card required.