Agent tool infrastructure

Agentic API Marketplace.

FuseKit gives Codex a live tool marketplace, wallet checks before execution, and a request path when a capability is missing.

fusekit.demo.run

live

$ codex tools/list

Operational path

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

Ready for execution

1

tools/list

Registry returned

2

wallet

Spend approved

3

tools/call

Provider routed

4

integrate

Gap queued

Codex connection

MCP SSE

Critical tools

scrape / email / sms

Missing-tool path

bounded pipeline

Execution That Clears The Gate

Every call passes through wallet checks, deterministic routing, and billing logs before the result goes back to Codex.

Catalog That Keeps Moving

Published integrations become registry entries that are visible in the frontend and available through tools/list.

Integration Without Theater

Discovery, reader, codegen, test/fix, and publish stay bounded so the demo path remains legible.

Catalog pulse

Recently added tools

Open live feed

Demo path stays intact.

Connect Codex, execute critical tools, deduct credits, and publish new capabilities.