claude-codeClaude Code

Connect Claude Code to Weaviate

Run Claude Code as a hosted agent in NoClick with Weaviate wired into its tools handle. It can use Weaviate directly while it works. No glue code, nothing to install. Click below to open a ready-to-run agent and connect your account.

Loading preview…
Opens a workflow with 14 tools ready to use.

Tools Claude Code gets

Pick the operations you want and each becomes a tool the agent can call directly while it works.

Weaviate

14 tools
Query / Search

Vector similarity search (GraphQL nearVector).

Query by Text

Semantic search by text (GraphQL nearText — requires the class to have a text2vec vectorizer module).

Hybrid Search

Hybrid BM25 + vector search (GraphQL hybrid).

Generative Search (RAG)

Generative search (RAG): retrieve objects then generate text with an LLM (GraphQL generate). The collection must have a generative module configured in its schema (e.g. generative-openai, generative-anthropic, generative-cohere). Pass the corresponding API key in the credential. Provide single_prompt, group_task, or both.

Aggregate

Aggregate statistics over a collection (GraphQL Aggregate — count, mean, topOccurrences, etc.).

Insert Object

Insert an object (REST).

Get Object

Get an object by ID (REST).

Update Object

Partial update (PATCH /v1/objects/{class}/{id}) — merges provided fields.

Delete Object

Delete an object by ID (REST).

List Collections

List collections (schema classes).

Create Collection

Create a collection (schema class).

Delete Collection

Drop a collection and ALL of its objects — permanent.

Batch Delete Objects

Batch-delete objects matching a where filter (up to 10,000 per call).

Upload & Index Document

Upload a document file, chunk + embed it, and batch-insert objects.

About Claude Code

Claude Code is Anthropic's command-line coding agent. In NoClick you run it as a hosted agent and connect your real apps to its tools handle, so it does far more than write code. Wire in an integration and Claude Code can read and act on Slack, Linear, your database, and more on its own, calling each one as a tool while it works. It is the same capable agent, pointed at your actual workflows instead of a sandbox.

Careful multi-step planning before it acts
Reliable on long, structured tasks
Reads context thoroughly before making changes
Comfortable across code, data, and APIs

Frequently asked questions

Open your Claude Code agent in one click

NoClick runs Claude Code for you with Weaviate wired in as tools. Connect your account and run.