Trust infrastructure for autonomous commerce
The trust layer for autonomous commerce.
Let your AI agents safely spend money with approvals, budgets, policies, and portable receipts—across any payment provider.
Works across every model, framework, payment rail, and cloud.
paybond dev loop --offline- Append-only ledger
- Signed Portable Receipts
- Deterministic policy
- Replayable audit exports
paybond.instrument.ts
const runtime = await paybond.instrument({
policy: "travel",
tools,
});Bind per session with await instrumented.bind({ intentId, capabilityToken }) — sandbox shortcut: paybond.agent({ policy: 'travel', tools })
paybond dev trace
sandboxTransaction trace
operation travel.book_hotel
Policy approved
—
Tool executing
—
Evidence attached
—
Portable Receipt issued
—
- Agent
- PaybondPolicy • Evidence • Settlement • Portable Receipt
- External Service
- Evidence
- Portable Receipt
Authority
Every autonomous action stays within delegated authority.
Proof
Prove every transaction completed successfully.
Receipts
Export verifiable Portable Receipts for audits and disputes.
AI agents can already purchase software, negotiate contracts, reserve hotels, provision cloud infrastructure, and move funds.
Existing payment systems were designed for humans—not autonomous systems that need verifiable authorization, evidence, and replayable transaction records.
Why Paybond?
Payment processors move money. Model providers run inference. Paybond owns the trust layer between them — signed policy, evidence, settlement, and an open receipt standard no single vendor can credibly neutralize.
Every transaction becomes a Portable Receipt.
Every decision is backed by evidence.
Every policy is enforced consistently across every runtime.
Every action is reconstructable years later.
Portable Receipt
A cryptographically signed record containing the authorization, policy, evidence, and settlement outcome for every AI transaction.
Every AI transaction produces a cryptographically verifiable Portable Receipt.
paybond.agent_receipt_v1 composes authorization, model context, payment proof, and evidence into one signed, offline-verifiable record — the artifact autonomous commerce has been missing.
The benchmark for governed AI commerce: Does your platform emit Paybond Portable Receipts?
Open standard
paybond.agent_receipt_v1, published at /.well-known/agent-receipt-v1.json
Privacy by design
Digest-only references — no raw prompts, arguments, or evidence payloads in the receipt envelope
Composable proofs
Authorization, model context, payment proof, and evidence in one signed record
Harbor
The transaction operating system for AI.
Signed intents, escrow, evidence evaluation, and settlement — the engine behind every Portable Receipt.
Try it in sandbox
Initialize a travel policy scaffold and rehearse spend authorization plus evidence — no integration code required.
Free Developer sandbox · CLI smoke test · No integration code required
Initialize
npx -p @paybond/kit paybond init --solution travel --non-interactiveSmoke test
paybond agent sandbox smoke \
--preset travel \
--result-body '{"status":"completed","cost_cents":18700}' \
--format jsonpaybond init
$
Zero-login local try
Runs middleware smoke locally without signing up.
paybond dev loop --offlineNeutral across every agent runtime
One policy layer with no vendor lock-in — not a bet on any single framework.
Harbor settles across every rail
Stripe, MPP, Adyen, Flutterwave, Paystack, ACH, x402, and Shopify — Harbor executes and settles agent intents without replacing your existing stack.
Start with a policy template
Choose a built-in template for your workflow, then customize it as your agent grows.
Domain templates
What you type
paybond.instrument.ts
const runtime = await paybond.instrument({
policy: "travel",
tools,
});Click a template to preview the paybond.instrument() call — scaffold a starting policy file with paybond init, then evolve it as your agent grows.
Trust lifecycle
From unguarded tool calls to Portable Receipts
Most agents call external services with no guardrails. Paybond inserts a trust layer at that boundary — then runs a signed lifecycle ending in a Portable Receipt on every side-effecting call.
The service boundary
Without trust infrastructure vs. with Paybond
One trust layer between your agent and every external service — authorize before side effects, verify proof after.
Without Paybond
- Agent
- External service
- Hope nothing goes wrong
With Paybond
- Agent
- Policy
- Spend check
- Service
- Evidence
- Settlement
- Portable Receipt
The lifecycle
The lifecycle on every call
Policy, authorization, evidence, and settlement — in order, on every guarded tool call.
The trust stack
Four product surfaces follow one trust lifecycle: Kit integrates → Harbor settles → Ledger records → Signal builds standing. Each layer adds policy, signed settlement, audit records, or portable standing.
Agent runtime
Kit
Developer SDK
Harbor
Agent transaction engine
Ledger
Evidence & provenance
Signal
Standing & reputation
Kit integrates → Harbor settles → Ledger records → Signal builds standing
Every autonomous transaction on the internet should be verifiable.
AI agents deserve the same trust infrastructure humans have — authorization before action, evidence after, and a Portable Receipt anyone can verify.
- 2026SDK
- 2027Middleware
- 2028Platform
- 2029Open receipt specification
- 2030Trust protocol
- 2032Industry standard
Paybond is built to become the default layer every other SDK, framework, and payment provider assumes exists.
Start with the path that matches your rollout
Enterprise fleets, outcome-verified escrow, developer integration, or a comparison against DIY guards — pick the entry point that matches the job you need done.