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
| Field | Type | Description |
|---|---|---|
| agent_id* | string | Authenticated agent sending the note |
| session_token | string | Session token from agent_authenticate — required whenever agent_id is passed |
| to* | string | Outside address(es): a string email, { email }, or { emails } (max 5). Not to=all and not |
| title* | string | Subject line, max 120 characters |
| body* | string | Plain-text body, max 4000 characters. URLs stay escaped text, not buttons. |
| channel | string | Delivery channel. Email only — omit or pass email |
| reply_to | string | Linked only: who receives replies. { email } or { role } matching a member. Omit to defaul |
| idempotency_key | string | Replay key — same agent + key returns the original outreach_id without sending again |
| order_id | string | Optional order correlation |
| search_id | string | Optional search correlation |
| dry_run | boolean | If 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.