Documentation
Complete product documentation for the dashboard, site creation, workspaces, tokens, agents, MCP tools, API routes, deployments, and activity logs.
Product map
Everything needed to create, publish, and automate static sites.
Use the dashboard when a human is operating the site. Use the API, agent instruction, or MCP server when an automation tool is doing the release work.
Dashboard
Visual setup
API
Versioned
Automation
Scoped tokens
CLI
npm login
What you can do
One product, three operating modes.
Dashboard setup
Create sites from ZIP, URL import, or empty workspace. Organize sites by workspace and manage access visually.
API deployment
Create projects, upload ZIPs, publish immutable deployments, roll back releases, and read logs from /api/v1.
Deployment history
Review active and inactive releases, restore a previous deployment instantly, and delete old versions singly or in bulk.
npm CLI
Install staticx, log in with a scoped token, and run site or workspace workflows from a terminal.
Forms
Add one attribute to a static HTML form, publish the site, and review entries from the site workspace.
Agent instruction
Generate a short-lived site token and copy one instruction that tells an external agent exactly how to release the site.
MCP tools
Connect MCP-capable agents to a local tool server with ready-made project, upload, deploy, and log tools.
Token management
Keep global, site, and workspace tokens separate, name them clearly, and rotate them with expiry windows.
Notifications
Track deployment, workspace, and support activity from one inbox with per-event delivery preferences.
Recommended reading order
Start with the UI, then automate.
| Step | Page | Why it matters |
|---|---|---|
| 01 | Interface guide | Walk through the visual dashboard with screenshots and diagrams for sites, deployments, forms, workspaces, scoped tokens, notifications, and agent setup. |
| 02 | Quickstart | Make your first API request, choose the right token scope, and get a site live quickly. |
| 03 | CLI guide | Install the public npm CLI, log in with a scoped token, and run create, deploy, and log commands from a terminal. |
| 04 | Forms | Collect entries from static HTML forms without writing backend code. |
| 05 | API reference | See the exact endpoints, request bodies, rollback/delete routes, and response shapes for each capability. |
| 06 | Agent guide | Copy a ready-made instruction and project contract for external agents, deployment assistants, and CI jobs. |
| 07 | MCP server | Expose project, upload, deploy, log, and environment tools to MCP-capable agents. |
| 08 | Automation | Apply the API to customer dashboards, CI/CD pipelines, and partner workflows. |