# Pagelive > Publish what you (or your AI agent) build as HTML — proposals, decks, dashboards, demos — as a branded, tracked, access-controlled link. One call turns AI-generated HTML into a live URL with open/dwell analytics, password / email-gate / allow-list access control, custom domains, and version history. Pages are noindex by default and served from an isolated content plane. Agents publish via a hosted MCP connector or a plain REST/JSON-RPC call with an API key. Use any HTTP client with a normal User-Agent and a Bearer key — no browser required. ## For AI agents - [How agents use Pagelive](https://pagelive.io/for-ai): MCP + REST, auth, copy-paste examples, drop-in skills - [MCP connector](https://app.pagelive.io/api/mcp): hosted MCP server. Auth: OAuth, or `Authorization: Bearer `. Tools: publish_page, update_page, list_pages, get_page_stats, list_form_submissions, list_workspaces, list_domains - [Full agent reference](https://pagelive.io/llms-full.txt): tool schemas + a runnable example - [Get an API key](https://app.pagelive.io/dashboard): dashboard → API & MCP ## Product - [How it works](https://pagelive.io/how-it-works) - [Security & privacy](https://pagelive.io/security): noindex by default, isolated content plane, content scanning - [Pricing](https://pagelive.io/pricing): Free (5 pages, 1 password page) · Founding ($7/mo, was $15, price locked for life — the whole product: unlimited pages, up to 5 custom domains, full analytics, badge removal, email gating + reply forms + lead capture) · Team ($19/seat/mo). Limited founding seats, then $15/mo. - [Docs](https://pagelive.io/docs) ## Free tools & guides (no signup) - [HTML viewer](https://pagelive.io/tools/html-viewer) · [HTML to website](https://pagelive.io/tools/html-to-website) · [HTML to URL](https://pagelive.io/tools/html-to-url) · [HTML sandbox](https://pagelive.io/tools/html-sandbox) · [Free HTML hosting](https://pagelive.io/tools/publish-html) - [SVG viewer](https://pagelive.io/tools/svg-viewer) · [Markdown viewer](https://pagelive.io/tools/markdown-viewer) · [Markdown to HTML](https://pagelive.io/tools/markdown-to-html) · [Mermaid editor](https://pagelive.io/tools/mermaid-editor) · [OG preview](https://pagelive.io/tools/og-preview) - [Guides](https://pagelive.io/guides): share an HTML file, open an HTML file, password-protect a web page, what "anyone with the link" really means - [Claude artifacts hub](https://pagelive.io/claude-artifacts) · [Claude connectors](https://pagelive.io/claude-connectors) · [Claude MCP servers](https://pagelive.io/claude-mcp-servers) · [Claude skills](https://pagelive.io/claude-skills) ## Notes for agents - Authenticate with a Pagelive API key (`Authorization: Bearer pl_...`) or the OAuth MCP flow. The key is scoped to one workspace. - Send a normal User-Agent header (e.g. your client's default like `python-requests`, `node-fetch`, `curl`). - Published HTML is scanned; obvious phishing is rejected. Pages are noindex unless the owner opts in. - Pages can collect replies: include a plain `
` in the HTML (no action/endpoint/key) — Pagelive wires it at serve time, emails the owner each submission, and `list_form_submissions` returns them. Docs: https://pagelive.io/docs/forms