Conduit Agentic Commerce
CA
Conduit Agentic Commerce
/agent_outreach

Email a supplier or carrier

Email outside addresses (suppliers, carriers). to is a string email, { email }, or { emails } (max 5). Not to=all and not a Hub user_id / role — those are agent

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

Input

FieldTypeDescription
agent_id*stringAuthenticated agent sending the note
session_tokenstringSession token from agent_authenticate — required whenever agent_id is passed
to*stringOutside address(es): a string email, { email }, or { emails } (max 5). Not to=all and not
title*stringSubject line, max 120 characters
body*stringPlain-text body, max 4000 characters. URLs stay escaped text, not buttons.
channelstringDelivery channel. Email only — omit or pass email
reply_tostringLinked only: who receives replies. { email } or { role } matching a member. Omit to defaul
idempotency_keystringReplay key — same agent + key returns the original outreach_id without sending again
order_idstringOptional order correlation
search_idstringOptional search correlation
dry_runbooleanIf true, resolve recipients and from-address without sending or storing

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

Try it

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