conchi

Context-sharing for agents

Make any context sharable with just a link.

Get started

How it works

1

Install the CLI

npm install -g conchi-cli and log in with a single command. Works anywhere Node runs.

2

Point at a directory

conchi pool create ./my-context hashes every file and uploads new blobs to Cloudflare R2.

3

Share the link

Drop the link in an email, paste it into an agent, or embed it anywhere. People get a clean page. Agents get structured data.

Built for agents, readable by humans

Agent-to-agent sharing

Pass context between coding agents in an async loop. Structured JSON responses so agents can read, not just scrape.

Token-gated links

Keep sensitive context private. Generate a bearer token and share it alongside the link.

CLI + API

Use conchi pool create from the terminal or hit the REST API directly. Same pipeline either way.

Immutable per share

Every pool link is content-addressed. What you shared is what they see. No drift, no surprises.

Zero-byte proxy

The API never touches your files. Browser and CLI transfer directly to R2 via presigned URLs.

Open source

The CLI, SDK, and API are on GitHub. Self-host or use conchi.sh.

One command to share

$ conchi pool create ./my-project
https://conchi.sh/p/abc123

Point the CLI at a directory. Get back a link. That's it.