Skip to content

Roadmap & availability

Emithook's v1 engine is feature-complete. Both products (relay + Send), all four ingresses, the console, the management/Send API, the full CLI, the MCP server, the TypeScript SDK, every broker adapter, and the application/subscription model + consumer portal are shipped. This page is the single source of truth for what you can call today; if you're an agent, read it before driving the API, CLI or MCP server.

Availability legend

The same badges appear throughout the docs:

  • Available Shipped — you can call it today.
  • Roadmap Not yet shipped — see What's remaining below. Roadmap surfaces return not_implemented until they land.

What's shipped Available

Everything below is live:

What's remaining

The short list of surfaces still on the roadmap:

  • Python & Go SDKs Roadmap — the TypeScript SDK ships today; Python and Go are next. Until then, generate a client from the OpenAPI spec (the interim codegen path).
  • Terraform provider Roadmap — declarative management of endpoints/destinations/keys.
  • A second AWS region Roadmap — for multi-region / DR beyond the current single managed region.
  • Optional runtime CF→SQS failover Roadmap — a configurable runtime failover of the ingest buffer from Cloudflare Queues to SQS. Off by default (it re-introduces a cross-cloud dependency on the accept path); SQS already ships as a selectable deploy-time buffer.
  • The inbound-email front door Roadmap — inbound email ships today on SES; whether the platform default moves to Cloudflare Email Workers (with SES retained for residency) is an open positioning decision. The path is behind the InboundEmailPort seam, so it's an adapter choice, not a rewrite.

Surface status at a glance

SurfaceStatus
HTTPS ingest, signing, retries, DLQ, logs, archive, replay, Pull APIAvailable
Console, management API, Send API (/v1/send)Available
CLI, MCP server, TypeScript SDKAvailable
Queue destinations & ingestion (all brokers)Available
Application fan-out (/v1/app/{id}/event), consumer portalAvailable
Inbound email + agent inboxAvailable
Python / Go SDKs, Terraform providerRoadmap
Second AWS region, optional runtime CF→SQS failoverRoadmap

Changelog: github.com/emithook/emithook/releases.

Apache-2.0 licensed · a Finnoto product