Codex connection
MCP SSE
FuseKit gives Codex a live tool marketplace, wallet checks before execution, and a request path when a capability is missing.
fusekit.demo.run
$ codex tools/list
wallet.check: approved
tool.route: scrape_url
billing.debit: 2 credits
tool.result: returned html summary
ledger.write: execution_log.created
missing_tool: TOOL_NOT_FOUND
integrator.queue: discovery -> publish
demo critical path
tools/list
Registry returned
wallet
Spend approved
tools/call
Provider routed
integrate
Gap queued
Codex connection
MCP SSE
Critical tools
scrape / email / sms
Missing-tool path
bounded pipeline
Every call passes through wallet checks, deterministic routing, and billing logs before the result goes back to Codex.
Published integrations become registry entries that are visible in the frontend and available through tools/list.
Discovery, reader, codegen, test/fix, and publish stay bounded so the demo path remains legible.
Catalog pulse
Connect Codex, execute critical tools, deduct credits, and publish new capabilities.