Recognize a value moment
A product or account signal indicates that an add-on matches what the customer is trying to accomplish.
Product usage and account context trigger an eligible add-on offer that the customer can review and accept at the moment of need.
An eligible offer appears with its effective date, co-term behavior, and prorated first charge; the configured billing and product integrations complete activation after acceptance.
A customer reaches a usage pattern or workflow where an additional capability would provide clear value.
A product or account signal indicates that an add-on matches what the customer is trying to accomplish.
The agent checks plan compatibility, existing entitlements, pricing, and offer rules.
The recommendation explains the outcome, price, and account impact where the need appears.
The accepted add-on moves through the configured billing integration and the product consumes the resulting subscription event.
POST /api/v1/preview/add-on
{
"subscriptionId": "sub_2048",
"addOnProductId": "prod_analytics"
}200 OK
{
"subscriptionId": "sub_2048",
"effectiveDate": "2026-08-30T21:00:00Z",
"financialImpact": {
"chargeCents": 40000,
"currency": "USD"
},
"policyEvaluation": { "allowed": true }
}Availability and downstream effects depend on the billing and product integrations configured for the tenant.
Start with this workflow already selected, then identify the billing, customer, and product systems involved in executing it.