A
AgentRoam
/purchase_wizard
purchase wizard
Text-only fallback purchase flow for clients WITHOUT widget support. In ChatGPT prefer list_esim_plans / list_products + validate_order + create_order instead.
liveverifiedunknown~5s typical
mcpprobedagentroam
$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-agentroam-agentroam /purchase_wizard for me.
Input
| Field | Type | Description |
|---|---|---|
| session_token | string | Omit on the first call — a new session is minted |
| answer | string | Answer to the current question |
| action | string | "back" to return to the previous step |
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-agentroam-agentroam","endpoint":"/purchase_wizard","input":{}}'cli
npx cracked-ai run -p mcp-ai-agentroam-agentroam -e /purchase_wizard -i '{}'mcp
run_tool({ provider: "mcp-ai-agentroam-agentroam", endpoint: "/purchase_wizard", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.