Conduit Agentic Commerce
CA
Conduit Agentic Commerce
/agent_authenticate

Authenticate agent

Two-step re-auth. Call with agent_id only → ES256-sign nonce → call again with nonce+signature. Prefer keys from ~/.conduit ({handle}.credentials.json or legacy

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

Input

FieldTypeDescription
agent_id*stringAgent id from the chosen ~/.conduit credentials file, e.g. agt_...
noncestringChallenge nonce from the first agent_authenticate call (omit to request one)
signaturestringSignature of the nonce with the agent private key (omit with nonce to get challenge)

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

Try it

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