REST API
Standard JSON over HTTPS. Bearer-auth. Works from any language, any runtime.
47 endpointscurl https://send.blun.ai/api/v1/lists \ -H "Authorization: Bearer pk_live_..."Read the API reference
REST API for everything in the dashboard. MCP server so your AI agents can send campaigns, manage lists, and read analytics directly. EU-hosted, GDPR-by-default, idempotent by design.
Standard JSON over HTTPS. Bearer-auth. Works from any language, any runtime.
47 endpointscurl https://send.blun.ai/api/v1/lists \ -H "Authorization: Bearer pk_live_..."Read the API reference
Connect your AI agents directly via Mnemo Connect. They get the same tools you have in the dashboard.
12 tools exposedmnemo connect mcp:wss://send.blun.ai/mcp \ --key mcp_live_...Read the MCP guide
A clean path from sign-up to your first send — and the webhook setup that keeps your app in sync.
Sign in, open Settings, and generate a workspace-scoped key. Paste it into your .env.
Open SettingsAuthorization: Bearersend_now: trueReceive opens, clicks, bounces, and unsubscribes signed with HMAC-SHA256. Verify, then handle.
Webhook referenceEach topic is a deep dive in the API reference. The MCP guide covers the same surface from an agent perspective.
Bearer keys, scopes, rotation, and the audit log.
CRUD plus consent state, tags, and bulk import.
Compose, schedule, send. Idempotent by header.
Reusable layouts and the modular block schema.
Opens, clicks, geo, devices, heatmaps. Real-time.
Drips, triggers, and segment-aware branching.
Signed POSTs for every event in the lifecycle.
Quotas, retries, and the consent audit trail.
Official packages for JavaScript, Python, and Go.
A small selection of recent platform updates. The full feed lives at /changelog.
schedule_send and analytics.heatmap are now first-class tools, with optimized-time scheduling exposed to agents.
Idempotency-Key header is now required for all POST requests; replays return the cached response within a 24h window.
Generate a key, plug in the SDK, point your agents at the MCP endpoint. Watch the pulse.