For developers & agents

HTML is the new Markdown.
Share it just as easily.

Upload one HTML file, get a public URL you can send to anyone. No configuration, no build step, no GitHub Pages setup.

npm install -g @getpagr/cli
See API docs
1
Paste or drop HTML
Inline CSS and JS fully supported.
2
Get a live URL
Hosted instantly at uc.pagr.link/slug.
3
Share anywhere
Works on any device — no iframe, no lag.
What you get

Pastebin for HTML with sharing, organization, and analytics.

Drag & drop

Drop an HTML file, get a URL. That's the whole flow.

AI-native

Built for agents that generate HTML locally — POST a file, get the link back.

Built-in analytics

Pro pages track views, referrers, and visitor countries — no third-party script needed.

Private links

Slug + token, or password. You control who sees what.

Team folders

Organize pages into folders, share with your team. Roles and access per folder.

Replace in place

Upload a new HTML file when a page changes and keep the same public URL.

For agents

POST a file. Get the link back.

Every Pagr account has one token. Send it with an HTTP request from any agent — Claude Code, Cursor, a cron job. That's it.

curl node python mcp
$ curl -X POST https://pagr.link/api \
    -H "Authorization: Bearer $PAGR" \
    -F "file=@report.html" \
    -F "slug=q4-numbers"

{"url": "https://pagr.link/q4-numbers", "views": 0}

Publish your next HTML report.

Start free with a few files. Upgrade when sharing becomes part of your workflow.

Sign up free