XAIP demo
Trust Evidence Before Delegation
Not another agent framework. A portable signed receipt layer underneath them.
Agents often choose tools without inspecting any historical execution evidence.
Three candidate servers can all answer a task. They look interchangeable until you see the receipts behind them.
Without XAIP
memory
no evidence
playwright
no evidence
unknown-server
no evidence
With XAIP
memory
evidence-backed
playwright
low_trust
unknown-server
unscored
Snapshot Static values shown above. Live API fetch in progress…
XAIP does not make tools safe. It makes execution evidence visible before delegation.
Try it yourself
The Trust API is public and zero-auth. Reproduce the response above:
curl -X POST https://xaip-trust-api.kuma-github.workers.dev/v1/select \
-H "Content-Type: application/json" \
-d '{"task":"Store and retrieve user notes","candidates":["memory","playwright","unknown-server"]}'
Receipts come from MCP, LangChain.js, OpenAI-compatible tool-call loops, and other runtimes. The receipt format is provider-neutral.