Guide
Give your AI agent a checkout tool
Connect Claude or GPT to a catalog, checkout session and durable order record.
Read guideOrderCore / Field notes
Practical guides to checkout, retries and the systems around them. Written for developers putting AI agents to work.
Latest · Reliability · 15 September 2026
Handle repeated checkout events with signature checks, a durable inbox and a local demo you can run without credentials.
Read the webhook retry guide ↗delivery-42APPLIEDdelivery-42SKIPPEDVerify the signature.
Commit the update once.
Guide
Connect Claude or GPT to a catalog, checkout session and durable order record.
Read guideReliability
Understand why retries create duplicates and where an idempotency key belongs.
Read reliabilityMCP
Learn how a commerce tool server connects an agent to catalog and checkout operations.
Read mcpTutorial
Turn an earlier order into a new, explicitly requested purchase with a clear retry boundary.
Read tutorialTutorial
Walk through the tool loop and a checkout retry that resolves to one order.
Read tutorialComparison
Compare payment tools with the catalog, order and checkout layer an agent needs.
Read comparisonComparison
See what you need to own when building an agent commerce backend yourself.
Read comparisonResearch
Read the published readiness study, its methodology and its limits.
Read researchFrom reading to running
The offline demo completes the same checkout twice and checks that one order comes back. No API key or payment account required.
Run the offline demo