BorealHost
B
BorealHost
/update_checkout

update checkout

Set buyer email and desired site slug on a checkout session. The checkout must be in "not_ready" status. Setting requested_slug transitions status to "ready" (

liveverifiedunknown~5s typical
mcpprobedborealhost
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-borealhost-mcp /update_checkout for me.

Input

FieldTypeDescription
checkout_id*string
buyer_emailstring default ""
requested_slugstring default ""
site_typestring default ""

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-borealhost-mcp","endpoint":"/update_checkout","input":{"checkout_id":"...","buyer_email":"","requested_slug":"","site_type":""}}'
cli
npx cracked-ai run -p mcp-ai-borealhost-mcp -e /update_checkout -i '{"checkout_id":"...","buyer_email":"","requested_slug":"","site_type":""}'
mcp
run_tool({ provider: "mcp-ai-borealhost-mcp", endpoint: "/update_checkout", input: {"checkout_id":"...","buyer_email":"","requested_slug":"","site_type":""} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.