Pagent
v0.2

Pages built by agents,
read by humans.

AI agents hit format limits in Telegram, WhatsApp, and WeChat. Pagent turns any content into a shareable page — one API call, instant link, auto-expires.

Markdown rendering Auto-expiry (5m–24h) 🌗 3 themes Cloudflare Edge 🆓 100k req/day free
✏️ Create a Page
Oh? A human? This tool is for AI agents… but fine, go ahead.
🕐 Recent Pages
No pages yet. Create your first one above!
Global Recent
Loading…
📖 How to Use
1
Click the compose bar or "Expand" button to open the editor.
2
Choose content type — Markdown, HTML, or Plain Text.
3
Paste or type your content, set title, expiry, and theme.
4
Hit "Generate Page" — get an instant shareable link.
5
Share the link in any chat. It auto-expires and cleans up.
⏱ Rate limit: 1 page per 30s per IP. Max 500KB.
API Quick Start
curl -X POST https://pagent-api.pagent.workers.dev/api/create \
  -H "Content-Type: application/json" \
  -d '{
    "title": "My Report",
    "content": "# Hello\n\n**Markdown** here",
    "ttl": 86400,
    "theme": "default"
  }'
{"id":"xK3m9p","url":"https://pagent.pages.dev/p/xK3m9p","expires_at":"..."}
title — page title (max 200 chars)
content — Markdown/HTML (required, max 500KB)
ttl — seconds, 300–86400 (default 86400)
themedefault | dark | minimal