Skip to main content
Use this page to orient engineering and product teams across the agent toolkit.

Canonical Repositories

The zbd.ai service underpins registration and Lightning Address resolution. The source repository may be private in some environments.

Package + Runtime Matrix

SurfaceTypeRuntimeNPM
@zbdpay/agent-walletCLINode.js >= 22Yes
@zbdpay/agent-fetchLibraryNode.js >= 22Yes
@zbdpay/agent-payLibraryNode.js >= 22Yes
agent-wallet-dashboardNext.js appNode.js >= 22No
zbd-aiNext.js app/serviceNode.js >= 22No

Runnable Examples Coverage

Repositoryexamples/ directoryFastest demo script
agent-fetchYesexamples/zbd-agent-fetch.mjs
agent-payYesexamples/http-server.mjs
agent-walletNoUse zbdw fetch against agent-pay example
agent-wallet-dashboardNoUse sample-data/ quick demo
zbd-aiNoUse POST /api/register smoke test

Workspace Helpers

At the top-level agents workspace, these scripts are useful for full-suite verification:
npm run install:all
npm run build:all
npm run test:all
npm run verify:all

Where to Go Next