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
- Run a public readiness scan for the business.
- Return the setup scope and recommended package.
- Require a payment authority artifact before checkout.
- Create a Stripe Checkout or Billing handoff through
POST /api/billing/create-checkout-session. - 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
- Agent auth and delegated access examples
- MCP Apps and tool definitions
- ACP and UCP bridge support
- Developer resources for AI agent payment processing
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
- AI agent payment processing for setup sessions.
- Agent-ready quote, invoice, booking, checkout, and subscription workflows.
- Authenticated workflow execution with payment and receipt verification.