Quickstart

Publish your first site in under a minute.

Three routes to the same deployment. Pick whichever your setup already speaks.

  1. 1

    Add the HostX MCP server

    Drop this into your agent's MCP configuration.

    mcp.json
    {
      "mcpServers": {
        "hostx": {
          "command": "npx",
          "args": ["-y", "hostx-mcp"],
          "env": { "HOSTX_API_KEY": "hx_..." }
        }
      }
    }
  2. 2

    Ask your agent

    prompt
    Publish ./dist
  3. 3

    Receive a live URL

    result
    Live at https://atlas-docs.hostx.site
    dep_8F2A · 42 files · 1.8 MB