
dochost
Publish Markdown or HTML straight from your AI agent and get back a live, shareable URL — no repo, no build, no deploy.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data
What it can do
- 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.
What data it sees
Do you need an account
No: the server works without sign-in
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.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| 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. |