Run Codex 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.
Pick the operations you want and each becomes a tool the agent can call directly while it works.
Similarity search by a query embedding vector.
Full-text / semantic search using query text — Chroma embeds it server-side via an attached function.
Add records to a collection (fails if IDs already exist; use Upsert for insert-or-update).
Upsert records — inserts new IDs and updates existing ones (idempotent sync).
Update existing records by ID (fails if an ID does not exist; use Upsert otherwise).
Get records by ID or filter.
Count the number of records in a collection.
Delete records by ID, metadata filter, or document content filter.
Upload a document file, chunk + embed it, and add the records.
List collections in the tenant/database.
Get a collection's metadata and configuration by name.
Create a collection.
Rename a collection or replace its metadata.
Permanently delete a collection and all its records.
Count the total number of collections in the database.
Get the indexing status of a collection (records indexed vs pending).
Fork (copy) an existing collection into a new one.
Get the number of times a collection has been forked.
Get a collection's metadata by its UUID.
Get a collection by its Cloud Resource Name (CRN).
Attach an embedding or processing function to a collection.
Get details about a function attached to a collection.
Add input data to an attached function (e.g. provide documents to embed).
Detach (remove) a function from a collection.
Get metadata about a tenant.
Create a new tenant.
Update a tenant's configuration.
List all databases in the tenant.
Create a new database in the tenant.
Get metadata about a database.
Delete a database and ALL its collections. DESTRUCTIVE.
Check whether the Chroma server is healthy.
Get the server heartbeat (nanosecond timestamp).
Get the Chroma server version string.
Reset the Chroma server. DESTRUCTIVE — wipes ALL data across all tenants and databases.
Get the identity of the currently authenticated user.
Codex is OpenAI's command-line coding agent. NoClick runs it as a hosted agent and lets you connect your apps to it as tools, turning it from a coding assistant into an operator that can act across your systems. Connect an integration to the agent and Codex can query, create, and update records in that app directly. You keep the Codex experience and give it real reach into the tools your team already uses.
NoClick runs Codex for you with Chroma wired in as tools. Connect your account and run.