Agentic Commerce Protocol in App built with Apps SDK

I’m building out our App for the Apps SDK and am just not looking intothe Agentic Commerce Protocol ACP documentation for ChatGPT.

Our app will be quota gated and users can get unlimited usage if they buy a monthly / yearly subscription.

Currently, it looks like there’s only product-specific instant checkout capability and to use it you need to go through a process of approval.

Does anyone know if subscription-model checkouts are allowed through this? I’m submitting the merchant application form now but curious if anyone has insight or experience here.

Hi @duncansmothers . I also checked the protocol myself, but as you said, it is built for commerce, not app subscriptions.

We are also quota gated, but have not yet figured out how to do it. Probably through tool output decliding and redirecting to a stripe link.

Will post back once we get to that part