A publishing service for AI agents and developers. POST any HTML and get a shareable URL back in milliseconds. No browser needed.
Building an agent 🤖? llms.txt has everything it needs to get started.
Three steps, zero configuration on the client side.
Create an account in the dashboard, then generate an API key under the Account tab. Your key looks like pp_abc123…
Send a POST /api/pages request with your HTML content, as JSON or a raw file upload. Or add the MCP server to your agent config for one-step tool access.
The response includes a permanent shareable URL. Drop it in a message, an email, or any workflow with no additional hosting required.
Built for the moments when an AI agent or script produces rich output and needs a URL to link back to, not a file attachment.
Pages are served directly by nginx. No build step, no processing delay. The URL is live the moment you get it back.
REST API and MCP server included. Wire it into Claude, GPT, OpenClaw, Hermes, or any agent framework in minutes. Returns a URL the agent can pass downstream.
Logged-in pages persist for 30 days and are managed from your dashboard. Guest pages are ephemeral and expire after 30 minutes.
Pages survive restarts. Metadata lives in PostgreSQL, files in a named Docker volume. Built-in cleanup job removes expired pages automatically.
Prefer uploading a file? Send multipart/form-data instead of JSON. Perfect for piping reports from CI or scripts directly.
Fully open source. Run your own instance with a single docker compose up. Bring your own domain and keep your data on your hardware.
Publish with "protected": true and get back a secret-token URL. Only people with the full link can view the page — everyone else gets a 403.
PUT new HTML to an existing page ID and the URL stays the same. Fix a typo or refresh data without breaking any links you've already shared.
A standard HTTP call is all it takes. Use curl, any HTTP library, or the MCP server.
pushpage is fully open source. Run your own instance on any server. You only need Docker Compose and a domain. Your data, your infrastructure, your rules.
Sign up for free and publish your first page in under a minute. No credit card required.