One endpoint, three ways in
Paste HTML in the app, forward campaign mail to your dedicated ingest address, or POST directly to /v1/tests. All three land in the same pipeline.
Product
Create tests from HTML or raw MIME, then stream per-client results back to a person, a CI job, or an MCP-enabled agent.
Paste HTML in the app, forward campaign mail to your dedicated ingest address, or POST directly to /v1/tests. All three land in the same pipeline.
Each client reports queued, processing, done or failed as its render completes, streamed over SSE — so the grid fills in rather than blocking on the slowest client.
Private, no-index share links with a time-to-live picked at creation, an optional password, and a hard delete of the page and its assets when the link lapses.
An agent can create a test, inspect per-client status, retrieve previews and close the loop on broken markup without a human relaying screenshots.
The MCP server
Served over Streamable HTTP alongside the REST API, so the same account and the same API key drive both.
Get started