Pagr
HTML is the new Markdown.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeCan modify data
What it can do
- Upload File: Publish a new HTML file to Pagr and return its public URL. If a slug is provided, the file will be renamed after upload (requires Pro/Team plan).
- Update File: Replace the HTML content for an existing Pagr file.
- Update File By Id: Replace the HTML content for an existing Pagr file using its stable document ID (pagr-id meta tag value). Use this when the slug may have changed since the file was uploaded.
What data it sees
Do you need an account
An API key from the service settings is required
HTML is the new Markdown. Share it just as easily.
Upload a HTML file, get a public URL you can send to anyone. No configuration, no build step, no GitHub Pages setup.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| upload_file | Publish a new HTML file to Pagr and return its public URL. If a slug is provided, the file will be renamed after upload (requires Pro/Team plan). |
| update_file | Replace the HTML content for an existing Pagr file. |
| update_file_by_id | Replace the HTML content for an existing Pagr file using its stable document ID (pagr-id meta tag value). Use this when the slug may have changed since the file was uploaded. |
| list_files | List files owned by the authenticated Pagr account. |
| delete_file | Delete a Pagr file by slug. |
| rename_file | Rename a Pagr file slug and optionally update its title. Requires Pro or Team plan. |