openclaw

Connect OpenClaw to Chroma

Run OpenClaw as a hosted agent in NoClick with Chroma wired into its tools handle. It can use Chroma 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 36 tools ready to use.

Tools OpenClaw gets

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

Chroma

36 tools
Query (Vector)

Similarity search by a query embedding vector.

Search (Text)

Full-text / semantic search using query text — Chroma embeds it server-side via an attached function.

Add Records

Add records to a collection (fails if IDs already exist; use Upsert for insert-or-update).

Upsert Records

Upsert records — inserts new IDs and updates existing ones (idempotent sync).

Update Records

Update existing records by ID (fails if an ID does not exist; use Upsert otherwise).

Get Records

Get records by ID or filter.

Count Records

Count the number of records in a collection.

Delete Records

Delete records by ID, metadata filter, or document content filter.

Upload & Index Document

Upload a document file, chunk + embed it, and add the records.

List Collections

List collections in the tenant/database.

Get Collection

Get a collection's metadata and configuration by name.

Create Collection

Create a collection.

Update Collection

Rename a collection or replace its metadata.

Delete Collection

Permanently delete a collection and all its records.

Count Collections

Count the total number of collections in the database.

Indexing Status

Get the indexing status of a collection (records indexed vs pending).

Fork Collection

Fork (copy) an existing collection into a new one.

Fork Count

Get the number of times a collection has been forked.

Get Collection by ID

Get a collection's metadata by its UUID.

Get Collection by CRN

Get a collection by its Cloud Resource Name (CRN).

Attach Function

Attach an embedding or processing function to a collection.

Get Attached Function

Get details about a function attached to a collection.

Add Function Input

Add input data to an attached function (e.g. provide documents to embed).

Detach Function

Detach (remove) a function from a collection.

Get Tenant

Get metadata about a tenant.

Create Tenant

Create a new tenant.

Update Tenant

Update a tenant's configuration.

List Databases

List all databases in the tenant.

Create Database

Create a new database in the tenant.

Get Database

Get metadata about a database.

Delete Database

Delete a database and ALL its collections. DESTRUCTIVE.

Healthcheck

Check whether the Chroma server is healthy.

Heartbeat

Get the server heartbeat (nanosecond timestamp).

Get Version

Get the Chroma server version string.

Reset Server

Reset the Chroma server. DESTRUCTIVE — wipes ALL data across all tenants and databases.

Get User Identity

Get the identity of the currently authenticated user.

About OpenClaw

OpenClaw is an open command-line agent. NoClick runs it hosted and lets you connect your apps to it as tools, so it can take real actions across your systems. Wire an integration into the agent and OpenClaw can call that app’s operations directly. It is a good fit when you want an open, no-fuss agent with real tool access and nothing to install.

Open and approachable
Simple to point at a task
Solid general tool use
Hosted, with nothing to install

Frequently asked questions

Open your OpenClaw agent in one click

NoClick runs OpenClaw for you with Chroma wired in as tools. Connect your account and run.