Conduit Agentic Commerce
CA
Conduit Agentic Commerce
/agent_notify

Notify org members

Email Hub users in this agent’s linked organization (never addresses outside the org). to=all or { user_id } / { role } / { email } matching agent_organization

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

Input

FieldTypeDescription
agent_id*stringLinked agent sending the message
session_tokenstringSession token from agent_authenticate — required whenever agent_id is passed
to*stringWho to notify: "all", { user_id }, { user_ids }, { role }, { roles }, or { email } matchin
title*stringSubject line, max 120 characters
body*stringPlain-text body, max 4000 characters. Conduit wraps HTML; do not send markup.
channelstringDelivery channel. Email only — omit or pass email
severitystring (info | warning | urgent)info (default), warning, or urgent — affects subject prefix and accent
actionsarrayOptional buttons, max 3. Hosts outside Conduit are rejected.
idempotency_keystringReplay key — same agent + key returns the original notify_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_notify","input":{"agent_id":"...","to":"...","title":"...","body":"..."}}'
cli
npx cracked-ai run -p mcp-app-aiconduit-conduit -e /agent_notify -i '{"agent_id":"...","to":"...","title":"...","body":"..."}'
mcp
run_tool({ provider: "mcp-app-aiconduit-conduit", endpoint: "/agent_notify", input: {"agent_id":"...","to":"...","title":"...","body":"..."} })

Try it

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