built for AI agents & dev tools

From agent output to shareable link in one request

One command to put the doc your agent created online. No git push. No build step. No deploy pipeline. Just HTML in, public URL out.

terminal
curl -X POST https://adjoining-bison-868.convex.site /v1/artifacts \ -H "Authorization: Bearer your_api_key" \ -d '<h1>Hello!</h1>'

how it works

One POST.
One Live URL.

Built for AI agents, CI workflows, and developer tools. No build step, no deploy pipeline. Just send HTML and get a public URL back in milliseconds.

Instant deploy — no build step
API key auth, sandboxed serving
Full CRUD via REST API
Public URLs, isolated origins
HTML deployment to live URL
JSON spec transformed into a rendered webpage

structured input

Supports json-render

Skip raw HTML entirely. Send a JSON spec and let the server render it to a full page. Perfect for AI agents that generate structured output — guardrails-first, with a catalog of allowed components.

Flat element tree — no nested HTML strings
Script, iframe, event handlers blocked
Pre-styled component catalog included
Read the docs →

deploy in seconds

From Curl to Live

A single API call is all you need. No setup, no configuration.

terminal
curl -X POST https://adjoining-bison-868.convex.site
/v1/artifacts \
  -H "Authorization: Bearer your_artifact_api_key" \
  -H "Content-Type: text/html" \
  -d '<html><body><h1>Hello!</h1></body></html>'

Returns { "id": "abc123", "url": "https://..." }

Deploy Timep99
<50ms
Uptime30d
99.9%
Artifacts↑ 23%
12.4ktotal
API Latencyavg
28ms

pricing

Simple Pricing

Start free. Upgrade when you need more.

Free

$0/mo
3 active artifacts
24-hour artifact expiry
60 API requests/min
Get Started
recommended

Pro

$9/mo
Unlimited active artifacts
No automatic expiry
120 API requests/min
Upgrade to Pro

ready to ship?

Deploy Your First Artifact

Sign up for free and start hosting in seconds. No credit card required.

Get Started Free