Conduit Agentic Commerce
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

FieldTypeDescription
agent_id*stringAgent id to patch, e.g. agt_...
session_tokenstringSession token from agent_authenticate — required whenever agent_id is passed
handlestringNew display handle (lowercase kebab)
payment_railsarrayReplacement rail key list
default_destinationstringShipping destination; must include postcode for accurate search
business_profilestringBusiness profile patch
preferencesstringPreferences patch
friendly_namestringHuman-facing label (≠ handle), e.g. EU Restock Bot
human_descriptionstringDescription shown to humans on the org dashboard
role_descriptionstringSelf-instruction for this agent only, e.g. manage EU supplies
avatarstringIdentity 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.