No rot. No drift.
Code with current context.

Give your AI coding agents high-signal context from your team’s real decisions and lessons learned — always current, portable, and scoped exactly right.

01The model · how ContextStream works

Capture wisdom. Map context. Reuse safely.

One loop, three moves. Built so the right knowledge ends up in the right hands and the right agents — without leaking across projects, clients, or teams.

01CAPTURE WISDOM
Decisions, lessons, preferences, guardrails.
Every time you correct a path, clarify a why, or set a rule — capture it once. Scoped to project, workspace, or team.
DecisionsLessonsPreferencesGuardrailsInsights
02MAP CONTEXT
Knowledge Stream and Atlas connect what matters.
The Stream is what is new. The Atlas is what is connected. Together they give your AI a project that is queryable, not just searchable.
Knowledge StreamKnowledge AtlasIndexed codeLinked docsOpen threads
03REUSE SAFELY
Right context, right scope, every time.
Agents, teammates, clients, and Capsules each get exactly the context they should — and nothing they shouldn't.
MCP serverContextCapsulesPer-client scopeRedactionRevocable handoffs
02The 5-step context mission

Five moves. From cold project to cited recall.

Hover a step to preview it — or open the full mission to play through every step on demo data.

1
Add project context
Bring in code, docs, tasks. ContextStream builds a project graph in the background.
60s
2
Capture a decision
The why behind a choice — surfaced before related work next time.
45s
3
Capture a lesson
A guardrail that surfaces the next time something similar happens.
40s
4
Verify recall
Ask ContextStream Code what it knows. Watch it cite the decision and lesson with sources.
60s
5
Package a Capsule
A scoped, expiring link a teammate, client, or agent can open.
30s
STEP 2 OF 545s
Capture a decision
The why behind a choice — surfaced before related work next time.
DECISION · WISDOM
Use signed session handoff before refresh.
Refresh-token rotation was racing the active socket. Signing the handoff lets the new session validate against the prior one — kept tail latency under 80ms.
SCOPE
Project · streambox/todo
SURFACE BEFORE
Auth or session work
⏱ Total time · ~5 min · demo data
03Knowledge Stream · the living feed

Every decision, lesson, and insight in one feed your AI reads from.

Decisions, lessons, insights, skills, docs, todos, tasks, and sessions flow into a single stream. Your team browses it. Your agents query it. Nothing slips through cracks anymore.

Decisions
Why we chose this path. Surfaces before related work.
Lessons
Guardrails. Surface the next time something similar happens.
Insights
Auto-detected patterns from your runs and sessions.
Skills · Docs · Tasks
Indexed, linked, and citable in every AI response.
◈ KNOWLEDGE STREAMstreambox/todo
last 24h · 142 events
DECISION
Use signed session handoff before refresh
Alex · auth · 4m ago
GUARDRAIL
Never push auth changes without rate-limit suite
Alex · auth · 2m ago
PREFERENCE
Prefer signed handoffs over silent token refresh
Alex · auth · 2m ago
INSIGHT
Worker pool drops 12% of Sentry breadcrumbs
auto · observability · 1h ago
DOC
docs/architecture.md → §Session lifecycle (v3)
indexed · 12m ago
TASK
PR #214 · ratelimit/v2 — awaiting review
GitHub · 18m ago
↳ readable by Cursor · Claude Code · Cline · ContextStream Code● live
04Knowledge Atlas · the project, mapped

Project history, mapped into agent-ready context.

The Stream is what's new. The Atlas is what's connected. Decisions, lessons, code, docs, and sessions become a queryable graph — so an agent can find the right context, not the most recent one.

◇ KNOWLEDGE ATLASstreambox/todo183 nodes · 421 edges
CODEDECISIONLESSONINSIGHTDOCTASKSESSION
auth/session.tsmiddleware/rate.tsws/socket.tsapi/index.tsSigned handoffRun rate-limit suitePrefer signed over refreshWorker breadcrumb droparchitecture.md §SessionPR #214 ratelimit/v2Session · Wed PMSession · Thu AM
DECISION · Signed handoff
cited by 4 sessions · 2 lessons attached
AGENT QUERY · auth/session.ts
4 code · 1 decision · 2 lessons · 1 doc
↳ surfaced before any change.
↳ traversable by Cursor · Claude Code · Cline · ContextStream Code● indexed
Connected, not stored
Decisions and lessons are linked to the code, docs, and sessions they touch. The graph is the index.
Right context, not most recent
When an agent asks about a file, the Atlas returns the wisdom around it — not whatever was last in chat.
Traversable by every tool
Cursor, Claude Code, Cline, and your own agents read the same graph through MCP. One source of truth.
05The differentiator

Correct once. Learn permanently.

When you fix a mistake, clarify a decision, or correct an AI output, ContextStream captures that learning as reusable judgment. Every future session — yours, your team's, your agents' — starts smarter.

WITHOUT CONTEXTSTREAM
Mon · You"Use refresh tokens for the auth flow."
Tue · Cursor"I'll scaffold a refresh-token flow…"
Wed · YouRoll it back — broke rate-limit. Try signed handoff.
Thu · Teammate"Should we use refresh tokens here?"
Fri · Agent"Suggesting refresh-token rotation…"
The same lesson, lost five times.
WITH CONTEXTSTREAM
Mon · You"Use refresh tokens for the auth flow."
Wed · YouCapture lesson: prefer signed handoff over refresh.
Thu · Teammate⊢ ContextStream surfaces the lesson before suggesting.
Fri · Agent⊢ Cites the lesson in its plan. Asks before deviating.
Forever⊢ Every related task starts with the right context.
Taught once. Remembered always.
06ContextCapsules

Package the right context for the right handoff.

One scoped link. Decisions, plan, docs, open thread, redacted secrets — bundled and time-boxed. A teammate, a client, or an agent picks up your exact context.

TEAMMATE
Hand off mid-session
Priya opens the Capsule on Friday. She sees your plan, the 14 decisions, the open 217-turn thread. She picks up cold.
$cs share --with priya@acme --expires 24h
CLIENT
Ship a handoff a client can open
Redacted, scoped, single-use. The client sees what they need to see — never your internal env or another client's wisdom.
$cs share --scope client/acme --redact secrets
AGENT
Boot an agent with your full context
MCP-grade payload. Decisions, lessons, code understanding, current plan. Agent reads it before any action — and cites it back.
$cs serve --mcp --capsule cap_2k9J
07Built for the way you actually work

Solo. Team. Client work. Agents. One layer.

TEAMS
A shared layer your whole team reads from.
Onboarding capsules. Team decisions. Shared lessons. Every PR review starts informed.
CONSULTANTS
Per-client scope. Safe handoffs. Real leverage.
Each client gets their own context graph. Capsules carry exactly what they should see — and nothing else.
AGENT BUILDERS
MCP-grade context, lessons-aware guardrails.
Agents read the project graph through MCP. Lessons surface before risky calls. No more "help, my agent did the wrong thing."
08Security & governance

The right context, at the right scope.

Wisdom is power. Scopes, redaction, and signed handoffs make sure it goes exactly where you mean it to — and nowhere else.

Scope-aware capture
Workspace · project · client · personal. Wisdom never leaks across boundaries you didn't set.
Scoped, expiring handoffs
Every Capsule is scoped, time-boxed, and revocable. Cryptographic signing available for verified handoffs.
Redaction by default
Env vars, API keys, and matched secrets stripped before any handoff. Verifiable diff on every Capsule.
Local-only mode
Mark wisdom as local-only. Never syncs, never reaches an agent. Your laptop stays your laptop.
09Pricing

Simple. Honest. Founding-beta pricing.

Pricing locks in for the lifetime of your subscription. Annual options available on every tier.

Pro
For individual developers
$20$10/month
Founding: 50% off for life
1 user
1 concurrent job
Monthly credit allowance
Full core product · Stream, Atlas, Capsules
MCP · Cursor · Claude Code · Cline
Extra credits available
Agent seats add-on · $10–$15 each
Most Popular
EliteGraph depth: call + dataflow + type
Full graphs + Enhanced Context
$30$15/month
Founding: 50% off for life
Everything in Pro
Call, dataflow, and type graph depth
Enhanced Context for deeper recall
Higher credit allowance
Priority indexing lane
Extra credits available
Team
For collaborative teams
$40$20/user/month
Founding: 50% off for life
Everything in Elite
Shared workspace · team Stream & Atlas
Team governance · roles & permissions
Scope and per-project access controls
Higher concurrency
Extra credits available

Start with one decision.
Add one lesson.
Watch your AI remember.

Your project already knows things nobody wrote down. ContextStream is where they finally live.

From $10/mo · 5 min to your first recall · No credit card to start