Weavz
Airweave

Airweave

Search Airweave collections and manage source connection syncs for unified agent context.

11 tools

Tools

Name
list_collections

List Airweave collections available to the API key.

get_collection

Get an Airweave collection by readable ID.

classic_search

Run Airweave classic semantic search against one collection.

agentic_search

Run Airweave agentic search that can iteratively search and collect results.

list_source_connections

List source connections, optionally filtered to a collection.

get_source_connection

Get full Airweave source connection details by ID.

list_sync_jobs

List sync jobs for an Airweave source connection.

run_sync

Start a sync job for an Airweave source connection.

cancel_sync_job

Cancel a running Airweave sync job.

list_sources

List available Airweave source connector types.

custom_api_call

Call a scoped Airweave API endpoint on api.airweave.ai.

Quick Start

TypeScript
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.