Actions
| Name | Description |
|---|---|
list_collectionsList all collections (classes) in the Weaviate schema | List all collections (classes) in the Weaviate schema |
create_objectCreate a new data object in a Weaviate collection | Create a new data object in a Weaviate collection |
get_objectGet a specific object by its collection name and UUID | Get a specific object by its collection name and UUID |
search_objectsSearch objects using a nearVector query via the GraphQL API | Search objects using a nearVector query via the GraphQL API |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'weaviate',
actionName: 'list_collections',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Weaviate to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Weaviate support?
Weaviate supports 4 actions including List Collections, Create Object, Get Object, Search Objects.
Can I use Weaviate with AI agents?
Yes. Add Weaviate to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Weaviate use?
Weaviate uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Weaviate integration cost?
The Weaviate integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Weaviate in 2 minutes
Get 1,000 free actions every month. No credit card required.