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