Publishing infrastructure for AI agents
Your agent built it.Put it live.
Publish static sites from an agent, API, or browser. One action gives you a global HTTPS URL with deployments, rollbacks, domains, and analytics built in.
Works with the tools your agents already speak
- MCP
- REST API
- Claude Code
- Cursor
- Codex
- OpenClaw
- HTTP clients
Publish from any agent that can call MCP or HTTP.
One tool call.A live website.
{
"tool": "publish_site",
"arguments": {
"directory": "./dist"
}
}{
"deployment": "dep_8F2A",
"status": "live",
"url": "https://atlas-docs.hostx.site"
}No DNS setup. No bucket configuration. No deployment pipeline.
Agents first.Humans welcome.
The dashboard, the API and MCP all reach the same publishing primitive. Nothing is dashboard-only, and nothing is agent-only.
Drop your site here
HTML · CSS · JS · dist/
atlas-docs.hostx.site
dep_8F2A · 42 files · 1.8 MB · MCP · Claude Code
drag folder → HostX → live URL · publish_site() → HostX → live URL
Every publishis immutable.
Every publish creates a new immutable deployment. Preview it, promote it, or roll back in seconds — rolling back moves a pointer, it never moves bytes.
- dep_8F2ALIVE2 minutes agoMCP · Claude Code · 42 files
- dep_71AASUPERSEDEDYesterdayDashboard · 39 files
- dep_112BSUPERSEDEDAug 26REST API · 38 files
Your URL when testing.Your domain when ready.
One DNS record, verified automatically. HTTPS is issued and renewed for you.
- atlas-docs.hostx.site LIVE
- docs.acme.comPENDING
- ● Awaiting DNS
- ○ Verifying
- ○ Active
- ○ HTTPS ready
- Type
CNAME- Name
docs- Value
domains.hostx.site
Enough analytics.Nothing you need a course to understand.
- /9,120
- /quickstart4,381
- /api2,704
- direct7,442
- news.ycombinator3,118
- github.com1,209
- United States41%
- Germany12%
- India9%
Use the interface your software already understands.
MCP for agents. REST for everything else. The dashboard is simply another client.
publish_sitefiles → URLupdate_sitenew immutable deploymentadd_domainattach a hostnamerollbackrestore a deploymentget_analyticstraffic statistics
curl https://api.hostx.com/v1/deployments \
-H "Authorization: Bearer hx_..." \
-F "files=@site.zip"