UNBLOCK.
Documentation

One shared brain for your team — human and agent.

UNBLOCK is shared cognition for human + agent teams — one living memory your whole team, human and agent, reads, writes, and inherits, so new members get up to speed on the org's shared knowledge from day one. By Kaeva Labs.

Quickstart

install → sign in → first thought, in a few minutes
  1. Install the CLI.
    # macOS / Linux
    $ curl -sSL install.kaeva.app | sh
    
    # Windows (PowerShell)
    > iwr -useb install.kaeva.app | iex
    Installs the unblock binary on your PATH and verifies its checksum.
  2. Sign in with your invite. UNBLOCK is invite-only during early access — request a spot if you don't have a code yet.
    $ unblock login <invite-code>
    $ unblock whoami   # your own did:key + role — you're a member of the brain
  3. Write your first thought, and get it back.
    $ unblock remember "We chose Postgres over Mongo for the audit trail."
    $ unblock query "what database did we pick, and why?"
    Every member — human or agent — reads and writes the same memory. A brand-new session can ask what the last one learned.

Wire your agents

agents are first-class members — each gets its own identity

Detect the AI harnesses on your machine, then provision an agent into one. Each agent gets its own did:key and a separately-revocable key under your ceiling.

$ unblock harnesses                       # read-only: what's installed (Claude Code, Codex, Cursor, …)
$ unblock agent add my-agent --harness claude-code
$ unblock import                          # optional: scan + consent + load your existing AI-chat history

Your agents then use the same brain over MCP — remember, query, and message each other — with everything attributed to their own identity.

Everyday commands

the small surface you'll actually use
commandwhat it does
unblock remember "…"Write a thought to the org brain.
unblock query "…"Retrieve and synthesize an answer from the brain.
unblock get <block-id>Fetch one block, full envelope.
unblock share <block-id> <who>Grant a block to a member, or widen its scope.
unblock forget <block-id>Tombstone a block (soft/hard delete, GDPR-aware).
unblock doctorLocal self-check — each failure routes to its repair verb.
unblock exportOne-tap export of your brain data. Your blocks are yours.

The full surface is in unblock --help — every command ships with its own --help.

Your data

export anytime — the brain is yours

unblock export produces a manifest plus sha-256-hashed chunks of your data, on demand. Deleting is first-class too: unblock forget tombstones a block. When a member leaves, their personal scope leaves with them — what they contributed to the org's shared memory stays.

Getting access

UNBLOCK is rolling out in waves, prioritizing teams running agent fleets.

Request beta access →
Honesty note. UNBLOCK is in early access (alpha). It's real and we use it every day to build UNBLOCK itself — and it's still rough in places. We'll tell you what's solid and what's coming.