AgentWeb Agent Commerce and Delegated Payments

AgentWeb helps AI agents initiate payment-related business workflows only after the customer has approved scope, authority, amount limits, receipts, and verification requirements.

Current production path

  1. Run a public readiness scan for the business.
  2. Return the setup scope and recommended package.
  3. Require a payment authority artifact before checkout.
  4. Create a Stripe Checkout or Billing handoff through POST /api/billing/create-checkout-session.
  5. Apply entitlement only after the Stripe-signed webhook verifies payment state.

Protocol signals

AgentWeb publishes delegated payment metadata at /.well-known/agent-commerce.json and /.well-known/payment-protocols.json. These files expose Stripe Checkout/Billing support, OAuth metadata, and ACP/UCP integration-target signals without claiming raw card custody or unrestricted autonomous payment authority.

Concrete integration docs

Safety boundary

Agents should never send raw card data, bank data, credentials, private prompts, private page bodies, or unrestricted Stripe keys. Every payment request needs principal, scope, amount limit, currency, expiry, revocation URL, receipt requirement, and verification requirement.

Use cases