ACP Quickstart
The fastest path is the scaffolder — it produces a working merchant project with the handler and an embedded commerce engine.Scaffold a project
Or run the handler directly
Verify the flow
Check spec compliance
Any ACP handler — yours or someone else’s — can be tested against the spec:The five checkout endpoints
Plus the delegated payment endpoint,
POST /agentic_commerce/delegate_payment, which hands a
vaulted payment credential to your PSP.
Health
GET /health and GET /ready. The readiness probe reports dependency status and returns 503
when a required dependency is unavailable — for example Redis with REQUIRE_REDIS=true.
Next
ACP Overview
Concepts and the full flow.
Checkout guide
Conversation to fulfillment.
ACP Guide
Sync Server ACP support.
ICP
The superset protocol.