CA
Conduit Agentic Commerce
/supply_details
Get supply details
Re-reads one offer from the search cache and refreshes its badge/action against current mandate state. For most catalog offers the payload equals the object sup
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 /supply_details for me.
Input
| Field | Type | Description |
|---|---|---|
| supply_id* | string | Offer supply id from supply_search results |
| search_id | string | search_id from supply_search for correlation |
| agent_id | string | Agent id to refresh badge/action for mandate state |
| session_token | string | Session token from agent_authenticate — required whenever agent_id is passed |
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":"/supply_details","input":{"supply_id":"..."}}'cli
npx cracked-ai run -p mcp-app-aiconduit-conduit -e /supply_details -i '{"supply_id":"..."}'mcp
run_tool({ provider: "mcp-app-aiconduit-conduit", endpoint: "/supply_details", input: {"supply_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.