AgentRoam
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

FieldTypeDescription
session_tokenstringOmit on the first call — a new session is minted
answerstringAnswer to the current question
actionstring"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.