Paste HTML. Get a URL.

Instant hosting for demos, mockups, and AI-generated HTML pages. Works with ChatGPT, Claude, and any HTTP client.

πŸ“‹

Paste or Upload

Textarea, drag & drop, or API β€” HTML in, URL out.

πŸ”—

Unique URL

Every paste gets a permanent link. /p/x7k9m2

πŸ€–

AI-Ready API

ChatGPT, Claude, MCP β€” deploy HTML directly from AI agents.

API β€” single endpoint

curl -X POST https://pastml.com/api/paste \
  -H "Authorization: Bearer sk_live_xxx" \
  -H "Content-Type: text/html" \
  --data-binary @my-page.html

// Response
{"id": "x7k9m2p3", "url": "https://pastml.com/p/x7k9m2p3", "sizeBytes": 3421}