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 the CLI.
# macOS / Linux $ curl -sSL install.kaeva.app | sh # Windows (PowerShell) > iwr -useb install.kaeva.app | iex
Installs theunblockbinary on your PATH and verifies its checksum. - 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
- 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
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
| command | what 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 doctor | Local self-check — each failure routes to its repair verb. |
| unblock export | One-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
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 →