Pagr

HTML is the new Markdown.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноМожет изменять данные

Что умеет

  • 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.

Какие данные видит

Нужен ли аккаунт

Нужен API-ключ из настроек сервиса

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.

Список инструментов сервера (6)

Технические названия из tools/list. Нужны только разработчикам.

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.