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_filePublish 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_fileReplace the HTML content for an existing Pagr file.
update_file_by_idReplace 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_filesList files owned by the authenticated Pagr account.
delete_fileDelete a Pagr file by slug.
rename_fileRename a Pagr file slug and optionally update its title. Requires Pro or Team plan.