Skip to main content
This guide walks you through deploying your first website to MuleRun Pages using AI Agents.
MuleRun Pages currently supports static websites only. Support for dynamic pages will be included in future releases.

Prerequisites

Before deploying, ensure you have:
  • A MuleRun account (free or paid)
  • An AI Agent configured with Pages MCP access

Deployment Process

MuleRun Pages supports deployment through AI Agents in the Agent Store that invoke the MuleRun Pages MCP. A set of agents supporting MuleRun Pages deployment will be available soon. MuleRun Pages can also be deployed in MCP-compatible tools (e.g., Cursor, Claude Code).
{
  "mcpServers": {
    "mulerun-pages": {
        "url": "https://mulerun.com/mcp",
    }
  }
}
You can simply instruct the Agent: “Use MuleRun Pages MCP to deploy this page to MuleRun Pages”. For more details, see Pages MCP.

Deployment Management

After deployment, you can manage pages in MuleRun Pages, including operations such as renaming, switching versions, configuring custom domains, and deleting pages.

Version Management

Each deployment creates a new version. The initial deployment generates version V1, with subsequent deployments incrementing the version sequentially (V2, V3, etc.). All versions are independently stored in Drive, ensuring historical artifacts are preserved. Previous versions remain fully accessible to support rollbacks.