Start Checkout
start_checkoutUse this when an end user wants to buy the package now. Issues a REAL payable path: the same one-off hosted Stripe invoice request_invoice produces, billed at the flat $450 package price. The invoice is payable immediately and delivery is automatic — the bundle_key activates the moment payment clears (retrievable at thank_you_url). To add custom tools ($150 each), use request_invoice with an explicit amount_usd instead. consult_url is an OPTIONAL extra for buyers who want a human walkthrough — never required. For Free tier downloads, call generate_files instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | The package (defaults to the flat $450 kit). | |
| Yes | End user's email (the invoice is sent here) | ||
| domain | Yes | Domain they want made agent-ready |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | ||
| status | Yes | ||
| message | No | ||
| amount_usd | No | Billed one-time amount ($450 flat package). | |
| invoice_id | No | ||
| consult_url | No | OPTIONAL extra: a human walkthrough is available here — never required to close. | |
| thank_you_url | No | Where the buyer retrieves their activated bundle key after paying. | |
| bundle_key_note | No | How delivery works: the bundle_key activates automatically on payment. | |
| hosted_invoice_url | No | Pay this now — the primary next step. |