Probabilistic intent.
Exact execution.
Kāhea turns API descriptions and captured requests into sealed plans, exact grants, tested invocations, and evidence an agent cannot quietly rewrite.
For testers, API designers, and mature agentic workflows.
00 / Belief
Tools written for AI first are the evolution. The boundary between a model’s suggestion and a real network call must be executable, reviewable, and exact.
01 / Method
One computation.
Five legible states.
Scroll the protocol. The particle field follows the same state changes as Kāhea.
-
01
Inspect
Parse OpenAPI, Arazzo, Postman, HAR, cURL, and HTTP artifacts locally. No DNS. No request.
kahea inspect api.yaml --match invoice -
02
Plan
Bind exact inputs into an integrity-sealed request plan with a stable fingerprint.
kahea plan api.yaml createInvoice -
03
Grant
Review the target, method, secret references, and narrow capabilities before execution.
--grant net:api.example.com:443 -
04
Invoke
Execute only the sealed plan. Changed input, policy, or capability fails closed.
kahea invoke plan:HANDLE -
05
Evidence
Return typed observations and content-addressed evidence—not a context-flooding response dump.
kahea explain body:HANDLE --select /id
02 / Install
One implementation.
Four doors.
Start with the verified native binary. Then add the host integration that matches your workflow. Every route reaches the same four MCP tools and the same safety contract.
claude plugin marketplace add copyleftdev/kahea
claude plugin install kahea@kahea
Requires: the verified kahea binary on PATH.
codex plugin marketplace add copyleftdev/kahea
codex plugin add kahea@kahea
Requires: the verified kahea binary on PATH.
kahea mcp serve --stdio
gh attestation verify kahea-ARCHIVE --repo copyleftdev/kahea
03 / Proof
Functional is not a feeling.
- Deterministic plans
- Exact grants
- Schema-aware tests
- Replayable evidence