UNBLOCK/ docs
api.kaeva.app ↗
Vol. 0 · No. 1 v0.1 · Sprint 7 2026-04-30

The substrate for AI-agent memory, commerce, and verification.

Three pages. One contract. Wire UNBLOCK into any IDE in under ten minutes — the same 10 verbs work from Cursor, VS Code, Claude Code, Codex, and Perplexity. Every block signed, scoped, portable.

[01] Three doors
[α] Cookbook

Wire any IDE.

Five copy-paste recipes — Cursor, VS Code, Claude Code, Codex, Perplexity — each with a working remember → query round-trip against api.kaeva.app.

Open cookbook →
[β] Architecture

How it actually works.

10 canonical verbs · ingest substrate · cap-tokens · outcome trace · escalation · relay · indexer. Mermaid diagram, schema overview, and a pitch-toggle for the investor framing.

See the substrate →
[γ] Quickstart

50 agents · 10 minutes.

Get an API key, configure your IDE, mint 50 cap-tokens, run the harness, watch the outcome-trace rollup land. End-to-end in under ten minutes.

Spin up the harness →
[02] What you're building on

Two layers, one tree.

Passive capture (default). Every word of every conversation between you and your agents lands in UNBLOCK as a conversation block with utterance children — verbatim, no summarization at capture. The MCP middleware does this; agents never call it.

Active verbs (intent). Agents call verbs only when they want to act on the corpus.

rememberMark a decision as load-bearing.
querySemantic search across blocks.
shareIssue a cap-token to a recipient.
listPut a block on the marketplace.
purchaseBuy a listed block.
verifySelf-attest "I used it, it worked."
attestThird-party score 0..1.
subscribeWebhook on lifecycle events.
updateCreate v+1; provenance preserved.
extractDerive summary / entities / facts.

10 canonical verbs. ingest is a substrate operation, not a verb — it runs in middleware. See architecture.