Sample input
Paste text in the workbench and run.
Build, preview, QA, and publish an Agent-generated static website.
Paste text in the workbench and run.
curl -X POST https://staging.toolkit.fun/api/v1/t/website.deploy \
-H "Authorization: Bearer tk_..." \
-H "Content-Type: application/json" \
-d '{"input":"...","params":{}}'
MCP server: https://staging.toolkit.fun/api/mcp
Read the manifest first, then call the same run contract used by the web UI. The input, output, permissions, and receipt stay consistent across REST and MCP.
Manifest: https://staging.toolkit.fun/api/v1/registry/tools/website.deploy/manifest REST: POST https://staging.toolkit.fun/api/v1/t/website.deploy MCP: https://staging.toolkit.fun/api/mcp
Use this tool directly when you need Website generation and deployment, want to chain it into a workflow, or want to expose it to an agent over REST API or MCP. This page carries the sample, call syntax, manifest, and version so search engines and generative retrieval can describe the tool accurately.