@paybond/kit 0.12.0
Highlights
- Agent Receipt Standard (ARS):
paybond.agent.getReceipt()/paybond.agent.get_receipt()and offline or GatewayverifyReceipt/verify_receiptfor portable signed proof of agent actions. - Callable quickstart preserved:
paybond.agent({ policy, tools, framework })still wires guarded tools and framework hooks; receipt helpers live on the same surface. - MPP funding: Stripe MPP commercial and session funding helpers for Harbor intent fund flows.
- Payment transport: Gateway payment-authorization header formatting for fund/verify hops.
- Audit exports: SDK facade for compliance export job create/list/get/delete/verify.
- MCP: Receipt resource templates and expanded MCP server coverage.
Install
- npm:
npm install @paybond/kit@0.12.0 - PyPI:
pip install paybond-kit==0.12.0
Publish npm/PyPI artifacts before syncing starter templates so package-lock integrity checks pass against the registry.