Full REST API, MCP server, and agent self-signup. Generate, edit, and deploy websites programmatically.
Send a prompt, receive a fully built website. The API handles AI generation, hosting, and deployment. Authenticate with your API key and start building.
curl -X POST https://nccnasarzekslweasfpw.supabase.co/functions/v1/api-v1 \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action": "generate_website", "params": { "prompt": "A portfolio site for a freelance photographer", "style": "modern" } }'
Returns a complete website with HTML, CSS, and JavaScript. Deploy it instantly or edit it further via the API.
View full API docsThe ChilledSites MCP server connects Claude Desktop and Claude Code to 13 tools for generating, editing, deploying websites, and creating media.
$ npx -y @chilledsites/mcp-server
{
"mcpServers": {
"chilledsites": {
"command": "npx",
"args": ["-y", "@chilledsites/mcp-server"],
"env": {
"CHILLEDSITES_API_KEY": "your-api-key"
}
}
}
}
claude mcp add chilledsites -- npx -y @chilledsites/mcp-server
Once connected, Claude can generate websites, create images, deploy sites, and manage your account with natural language.
No human sign-up flow required. Agents call the registration endpoint and receive API credentials instantly. Build fully autonomous website generation pipelines.
curl -X POST https://nccnasarzekslweasfpw.supabase.co/functions/v1/agent-signup \ -H "Content-Type: application/json" \ -d '{ "email": "agent@example.com", "agent_name": "my-website-bot" }'
The response includes an API key and account ID. The agent can immediately start generating and deploying websites.
Available through both the REST API and MCP server. Each tool maps to a single API action.
From CI/CD pipelines to conversational chatbots, the API fits into any automation workflow.
Generate and deploy landing pages automatically as part of your release process. Trigger builds from GitHub Actions or any CI system.
Let your chatbot create websites for users in real time. Users describe what they want, your bot builds and deploys it.
Generate hundreds of localised landing pages from a spreadsheet of business data. Each site gets its own URL and deployment.
Use the MCP server to build and deploy websites directly from your terminal via Claude Code. No context switching.
Get your API key and generate your first website in under a minute.
Get API Keys