The Sim Airweave block currently uses the legacy search API. It will be updated to support the new three-tier search API (instant, classic, agentic) in a future release.
Sim is an open-source platform for building and deploying AI agent workflows visually. The native Airweave block lets you search your synced data collections from any workflow, no code required.
Before you start you’ll need:
Open a workflow in Sim and drag the Airweave block from the tools palette onto the canvas.
Paste the readable ID of the Airweave collection you want to search. You can find this in the Airweave dashboard on the collection detail page.
Paste your Airweave API key into the API Key field. The value is stored securely and masked in the UI.
Type a natural-language query into the Search Query field. This field also accepts dynamic references from upstream blocks, so you can pass in user input or output from a previous step.
The Airweave block returns:
results - an array of search result objects, each containing:
completion - an optional string containing an AI-generated answer to the query. Only returned when Generate Answer is enabled.
results or completion output as context so the agent can answer questions grounded in your synced data.score, then pass only high-relevance results to the next step.