CA
Conduit Agentic Commerce
/agent_update
Update agent profile
Patch handle, rails, default_destination (postcode required for ships-to), friendly_name, human_description, role_description, avatar (glyph+gradient or small i
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 /agent_update for me.
Input
| Field | Type | Description |
|---|---|---|
| agent_id* | string | Agent id to patch, e.g. agt_... |
| session_token | string | Session token from agent_authenticate — required whenever agent_id is passed |
| handle | string | New display handle (lowercase kebab) |
| payment_rails | array | Replacement rail key list |
| default_destination | string | Shipping destination; must include postcode for accurate search |
| business_profile | string | Business profile patch |
| preferences | string | Preferences patch |
| friendly_name | string | Human-facing label (≠ handle), e.g. EU Restock Bot |
| human_description | string | Description shown to humans on the org dashboard |
| role_description | string | Self-instruction for this agent only, e.g. manage EU supplies |
| avatar | string | Identity mark. Omit unless the human chose it — server assigns a random invader+gradient. |
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":"/agent_update","input":{"agent_id":"..."}}'cli
npx cracked-ai run -p mcp-app-aiconduit-conduit -e /agent_update -i '{"agent_id":"..."}'mcp
run_tool({ provider: "mcp-app-aiconduit-conduit", endpoint: "/agent_update", input: {"agent_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.