
dochost
Publish Markdown or HTML straight from your AI agent and get back a live, shareable URL — no repo, no build, no deploy.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- Publish: Publish Markdown or HTML as a hosted dochost page and get a shareable URL. Respects your plan: link lifetime, password protection, custom slug, and branding all follow your account entitlemen
- List My Pages: List the pages you have published to dochost, newest first. Paginated; returns compact records (no page bodies).
- Get Account: Get your plan, page-quota usage, and entitlement flags (size cap, custom slug, password, branding). Call before publishing so you know your limits up front.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Publish Markdown or HTML straight from your AI agent and get back a live, shareable URL — no repo, no build, no deploy. Pages are served from a hardened, cookieless host, and the agent keeps control after publishing: list your pages, update one in place (the URL, view counts, and expiry all survive), or delete it. Free links last 7 days; paid plans add permanent links, custom slugs, password protection, and no dochost branding.
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| publish | Publish Markdown or HTML as a hosted dochost page and get a shareable URL. Respects your plan: link lifetime, password protection, custom slug, and branding all follow your account entitlements. Paid plans publish without dochost branding by default — pass noBranding: false to keep the mark. |
| list_my_pages | List the pages you have published to dochost, newest first. Paginated; returns compact records (no page bodies). |
| get_account | Get your plan, page-quota usage, and entitlement flags (size cap, custom slug, password, branding). Call before publishing so you know your limits up front. |
| get_page | Get one of your pages by slug: title, format, status, view/like counts, expiry, and whether it is password-protected. Never returns the page body or the password. |
| update_page | Replace the content of one of your pages in place. The URL, view/like counts, and expiry stay the same; only the body, format, and title change. Resending identical content is a no-op. Prefer this over publishing again whenever the user is revising something you already published for them — a second publish creates a second link and strands the one they already shared. |
| delete_page | Permanently delete one of your pages by slug. The link stops working immediately and the slug is freed. Deleting an already-deleted page is a safe no-op. |