Conduit Agentic Commerce
CA
Conduit Agentic Commerce
/agent_create

Create agent profile

Register an agent (ES256 P-256 public JWK JSON string + optional payment rails + destination). BEFORE: list ~/.conduit identity files — if any exist, reuse agen

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_create for me.

Input

FieldTypeDescription
public_key*stringES256 P-256 public JWK as a JSON string (kty=EC, crv=P-256, x, y). Not PEM, hex, or base64
handlestringOptional display handle (lowercase kebab); omit to auto-generate e.g. parcel-watcher-12
payment_railsarrayOptional rail keys to seed, e.g. ["x402"]
default_destinationstringShipping destination object; include postcode before supply_search
business_profilestringOptional business profile metadata object
preferencesstringOptional agent preference bag
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_create","input":{"public_key":"..."}}'
cli
npx cracked-ai run -p mcp-app-aiconduit-conduit -e /agent_create -i '{"public_key":"..."}'
mcp
run_tool({ provider: "mcp-app-aiconduit-conduit", endpoint: "/agent_create", input: {"public_key":"..."} })

Try it

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