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
| Field | Type | Description |
|---|---|---|
| public_key* | string | ES256 P-256 public JWK as a JSON string (kty=EC, crv=P-256, x, y). Not PEM, hex, or base64 |
| handle | string | Optional display handle (lowercase kebab); omit to auto-generate e.g. parcel-watcher-12 |
| payment_rails | array | Optional rail keys to seed, e.g. ["x402"] |
| default_destination | string | Shipping destination object; include postcode before supply_search |
| business_profile | string | Optional business profile metadata object |
| preferences | string | Optional agent preference bag |
| 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_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.