KH-A2 amplifier · ETHGlobal Open Agents 2026

Live KeeperHub executions through SBO3L

Every KeeperHub workflow tick under SBO3L produces a signed Passport capsule before any side effect. Below: cumulative counter + the most recent 20 executions. Each row links to /proof where the capsule's strict-mode WASM verifier runs offline.

Cumulative since 2026-04-22

247

executions through the SBO3L policy boundary

  • 20 allow / 0 deny (last 20)
  • 7 unique agents (last 20)
  • workflow m4t4cnpmhv8qquce3bv3c

Recent 20 executions

Most recent first. Last update: 2026-05-03, 07:12 UTC.

Codex review fix (PR #392): row links go to /proof with no query string today — pre-filling the verifier from a row's execution_id requires the daemon's /v1/capsules/<id> retrieval endpoint, which is roadmap. The proof page now also accepts a ?capsule=<base64url> query parameter for direct sharing of capsule JSON, so once retrieval lands, deep-linking each row works without a UI change.

Run your own agent through SBO3L

Want an entry on this list? Stand up the daemon locally + point your KH workflow at it. The next tick lands a row here once the audit anchor cron commits.

cargo install sbo3l-cli
sbo3l-server &
# point KeeperHub workflow at http://localhost:8730/v1/payment-requests

Source: quickstart/keeperhub-with-langchain · live evidence: keeperhub-live-spike.md.