Conduit Agentic Commerce
CA
Conduit Agentic Commerce
/payment_mandate

Payment mandate (AP2)

AP2 spend mandates. action=request (needs scope) → approval_url; list (includes remaining, window_resets_at, coverage); update (mandate_id+scope); revoke (manda

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 /payment_mandate for me.

Input

FieldTypeDescription
action*string (request | list | update | revoke)request = create mandate (needs scope); list = enumerate; update = change scope (needs man
agent_id*stringOwning agent id
session_tokenstringSession token from agent_authenticate — required whenever agent_id is passed
mandate_idstringMandate id required for update/revoke
scopeobjectSpend limits — required for action=request and action=update
expiresstringOptional ISO-8601 expiry, e.g. 2026-12-31T00:00:00Z

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":"/payment_mandate","input":{"action":"request","agent_id":"..."}}'
cli
npx cracked-ai run -p mcp-app-aiconduit-conduit -e /payment_mandate -i '{"action":"request","agent_id":"..."}'
mcp
run_tool({ provider: "mcp-app-aiconduit-conduit", endpoint: "/payment_mandate", input: {"action":"request","agent_id":"..."} })

Try it

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