✏️ Create a Page
🕐 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
POST — Create Page
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"
}'
Response
{"id":"xK3m9p","url":"https://pagent.pages.dev/p/xK3m9p","expires_at":"..."}
Parameters
title — page title (max 200 chars)content — Markdown/HTML (required, max 500KB)ttl — seconds, 300–86400 (default 86400)theme — default | dark | minimal