Run OpenCode as a hosted agent in NoClick with Qdrant wired into its tools handle. It can use Qdrant directly while it works. No glue code, nothing to install. Click below to open a ready-to-run agent and connect your account.
Pick the operations you want and each becomes a tool the agent can call directly while it works.
Find the most similar points to a query vector (similarity search).
Insert or overwrite points in a collection.
Retrieve points by their IDs.
Delete points by ID or by filter.
Scroll through all points in a collection with optional filter and cursor-based pagination.
Count points in a collection, with optional filter.
Find points similar to positive examples and dissimilar from negative examples.
List all collections.
Get detailed info and stats for a single collection.
Create a new collection.
Update collection parameters (optimizers, HNSW, quantization).
Delete a collection and all its points permanently.
Set (merge) payload fields on points selected by IDs or filter.
Delete specific payload keys from points.
Remove all payload from points selected by IDs or filter.
Create a payload field index to speed up filtered searches.
Delete a payload field index.
Upload a document file, chunk + embed it, and upsert the points.
OpenCode is an open, model-agnostic command-line coding agent. In NoClick it runs hosted and gains your apps as tools, so it can act on real systems rather than just edit files. Wire an integration into the agent and OpenCode can use that app’s operations directly while it works. It is a flexible choice when you want an open agent with broad model support and real tool access.
NoClick runs OpenCode for you with Qdrant wired in as tools. Connect your account and run.