paybondpaybond
Sign in

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.

Run without signing up
Terminal commandSwipe to view long lines
paybond dev loop --offline

paybond.instrument.ts

TS
Code exampleSwipe to inspect long lines
const runtime = await paybond.instrument({
  policy: "travel",
  tools,
});
Hero code story step 1

Bind per session with await instrumented.bind({ intentId, capabilityToken }) — sandbox shortcut: paybond.agent({ policy: 'travel', tools })

paybond dev trace

sandbox

Transaction trace

operation travel.book_hotel

  1. Policy approved

  2. Tool executing

  3. Evidence attached

  4. Portable Receipt issued

View full trace replay →
Agent spend pipelineSwipe across steps
  1. Agent
  2. PaybondPolicy • Evidence • Settlement • Portable Receipt
  3. External Service
  4. Evidence
  5. 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.

Explore Harbor →

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

1

Initialize

Terminal commandSwipe to inspect long lines
npx -p @paybond/kit paybond init --solution travel --non-interactive
2

Smoke test

Terminal commandSwipe to inspect long lines
paybond agent sandbox smoke \
  --preset travel \
  --result-body '{"status":"completed","cost_cents":18700}' \
  --format json

paybond init

$ 

Zero-login local try

Runs middleware smoke locally without signing up.

Terminal commandSwipe to view long lines
paybond dev loop --offline
Paybond CLI →

Neutral across every agent runtime

One policy layer with no vendor lock-in — not a bet on any single framework.

Built into Paybond

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.

Use template →

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

  1. Agent
  2. External service
  3. Hope nothing goes wrong

With Paybond

  1. Agent
  2. Policy
  3. Spend check
  4. Service
  5. Evidence
  6. Settlement
  7. Portable Receipt

The lifecycle

The lifecycle on every call

Policy, authorization, evidence, and settlement — in order, on every guarded tool call.

Settlement phasesSwipe across steps
1
Set policy & budget
2
Authorize spend
3
Check before service runs
4
Verify evidence
5
Portable Receipt & settlement

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
  1. Agent runtime

  2. Kit

    Developer SDK

  3. Harbor

    Agent transaction engine

  4. Ledger

    Evidence & provenance

  5. 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.

  1. 2026SDK
  2. 2027Middleware
  3. 2028Platform
  4. 2029Open receipt specification
  5. 2030Trust protocol
  6. 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.