CA
Conduit Agentic Commerce
/order_execute
Execute order
Handoff or autonomous checkout. Handoff continue_url is a Conduit /handoff/{org_slug}/{order_id} link: open it as returned (records the open, then redirects to
liveverifiedunknown~5s typical
mcpprobedconduitagenticcommerce
$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-app-aiconduit-conduit /order_execute for me.
Input
| Field | Type | Description |
|---|---|---|
| agent_id* | string | Owning agent id |
| session_token | string | Session token from agent_authenticate — required whenever agent_id is passed |
| supply_id* | string | Offer supply id to purchase |
| quantity | integer | Units to buy (default 1) |
| pay_with | string | Rail key to pay with when multiple are enabled |
| carrier | string | Preferred carrier when delivery options allow |
| search_id | string | search_id from supply_search for correlation |
| idempotency_key | string | Client idempotency key — reuse to safely retry the same execute |
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-app-aiconduit-conduit","endpoint":"/order_execute","input":{"agent_id":"...","supply_id":"..."}}'cli
npx cracked-ai run -p mcp-app-aiconduit-conduit -e /order_execute -i '{"agent_id":"...","supply_id":"..."}'mcp
run_tool({ provider: "mcp-app-aiconduit-conduit", endpoint: "/order_execute", input: {"agent_id":"...","supply_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.