Developers and MCP
Site production should work from the product and the API.
The MCP and API surface exists; the launch site needs to show it clearly without forcing founders into developer docs.
API keys.
Signed-in users should be able to create scoped keys for SiteSorted production workflows.
Use account API keys for programmatic site creation and bounded edit runs. Keys should be visible, revocable, and tied to account billing boundaries.
Create MCP tokenCore endpoints.
The public developer page should mirror the real API shape.
/api/v1/sitesCreate a site production run.
/api/v1/sites/editApply a bounded edit to an existing site.
MCP install.
The MCP is the bridge for agent-led site production.
Mac / Linux
curl -fsSL https://sitesorted.co.nz/api/mcp/install | shWindows PowerShell
irm https://sitesorted.co.nz/api/mcp/install/windows | iexInstall, token, config
The installer places the MCP server locally and prints the config for Claude, Cursor, Codex, or any MCP client. Create a token, paste it into that config, and generated sites will expose artifact paths for verification.
Direct download