Skip to main content
AgentWeb supports agentic commerce through payment authority artifacts, Dodo checkout settlement, webhook-backed credits, and verification artifacts. ACP and UCP are published as integration-target profiles so agents can detect the intended commerce bridge.

Current bridge

Agent-to-agent payment sequence

  1. Agent discovers AgentWeb through llms.txt, OpenAPI, MCP, A2A, and commerce metadata.
  2. Agent reads price/setup terms and receives a bounded authority requirement.
  3. Customer approves scope, amount limit, currency, expiry, receipt, revocation, and verification.
  4. Agent calls agentweb_create_checkout_session for a handoff URL; the signed-in customer completes Dodo hosted checkout in the browser.
  5. AgentWeb grants credits only after Dodo webhook signature verification.
  6. Agent receives receipt/status proof and verification metadata.

Boundary

AgentWeb does not ask agents to send raw card data or unrestricted payment-provider credentials. ACP/UCP-native settlement can be added behind the same authority and verification contract.