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
| Field | Type | Description |
|---|---|---|
| agent_id* | string | Linked agent sending the message |
| session_token | string | Session token from agent_authenticate — required whenever agent_id is passed |
| to* | string | Who to notify: "all", { user_id }, { user_ids }, { role }, { roles }, or { email } matchin |
| title* | string | Subject line, max 120 characters |
| body* | string | Plain-text body, max 4000 characters. Conduit wraps HTML; do not send markup. |
| channel | string | Delivery channel. Email only — omit or pass email |
| severity | string (info | warning | urgent) | info (default), warning, or urgent — affects subject prefix and accent |
| actions | array | Optional buttons, max 3. Hosts outside Conduit are rejected. |
| idempotency_key | string | Replay key — same agent + key returns the original notify_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_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.