CLI-first AI memory

Kinic Wiki is AI memory for agents

kinic-vfs-cli is the primary interface. The browser UI is a companion for inspection, editing, and database management.

Meet Kinic Wiki

Use the CLI first. Manage the same memory in the browser.

Agent CLI workflow

For agents

Connect your agent to a Kinic Wiki database, then search, read, and update durable memory from the CLI.

npm install -g kinic-vfs-cli
kinic-vfs-cli database link <database-id>
kinic-vfs-cli search-remote "query" --prefix /Wiki --json

Browser companion

Use the Dashboard and wiki browser for database creation, public browsing, manual edits, cycles funding, and access management.

01

Create databases

Create a writable Kinic Wiki database and open the same database from browser management views.

02

Manage access and cycles

Grant writers, inspect members, and fund cycles without leaving the browser companion.

03

Browse and edit

Inspect public databases, browse wiki paths, and make manual Markdown edits when operators need a visual surface.

Open Dashboard

How it stays useful

A durable memory surface for agents and operators.

Dashboard

Create databases, inspect public entries, manage access, and fund cycles from the browser companion.

Official wiki

Open the public Kinic Wiki example in the wiki browser to inspect how /Wiki and /Sources are organized.

Open Official Wiki

Capture tools

Save ChatGPT/Claude conversations as raw sources and queue active web pages as URL ingest requests. The extension requires Internet Identity writer access; use the CLI to turn raw chats into organized /Wiki pages.

  • Web pages -> /Sources/ingest-requests/...
  • AI chats -> /Sources/raw/...
Chrome Extensionopens in new tab

Memory shape

Structured notes live under /Wiki/.... Raw evidence lives under /Sources/raw/.... Agents can search, follow paths and links, and update named knowledge nodes.

Safe edits

Agents read current etags before mutation, so wiki changes remain explicit when operators and automated workflows touch the same memory.