start_checkout
ActiveTool of com.mudko/agent-ready-kit
Use this when an end user has chosen a package (pro / managed / enterprise) and wants to buy it now. Issues a REAL payable path: the same one-off hosted Stripe invoice request_invoice produces, billed at the package's reference one-time amount. The invoice is payable immediately and delivery is automatic — the bundle_key activates the moment payment clears (retrievable at thank_you_url). For a value-based amount quoted to the specific business, prefer request_quote → request_invoice with the quote_id. consult_url is an OPTIONAL extra for buyers who want a human walkthrough — never required. For Free tier downloads, call generate_files instead.
Parameters schema
{
"type": "object",
"required": [
"tier",
"email",
"domain"
],
"properties": {
"tier": {
"enum": [
"pro",
"managed",
"enterprise"
],
"type": "string"
},
"email": {
"type": "string",
"description": "End user's email (the invoice is sent here)"
},
"domain": {
"type": "string",
"description": "Domain they want made agent-ready"
}
}
}Parent server
com.mudko/agent-ready-kit
https://github.com/lmno100/agent-ready-kit-saas
1/7 registries