KCP in all its glory
One walk through the whole stack — from a five-line manifest to enterprise federation —
each stop a real kcp command, replayed here from authentic CLI output. Nothing
is mocked: this page replays captures from the shipping binary, so it cannot drift.
The grand tour
Adoption → navigation → time-travel → trusted render → attestation → org-federation, in the order a project grows into them.
Run this stop yourself
Go deeper: org-federation
The v0.24 layer up close — an agent arriving cold, selecting sub-manifests by environment, planning credentials, and climbing the disclosure ladder.
Run this scenario yourself
Prerequisite once: cd cli && npm install && npm run build. Every command
above runs through the production kcp CLI — this page replays captures produced by
examples/grand-tour/demo.js
and examples/org-federation/demo.js,
so it cannot drift from reality.
Go deeper: economic metadata
The v0.25 layer up close — an agent surveying prices, selecting a payment method, computing a bill, and reading its rate-limit budget, all before the first request.
Run this scenario yourself
Replays captures from
examples/paid-knowledge-api/demo.js.