Golem connects through MCP, so Codex, Claude, IDEs, and other compatible tools can create a project, follow its progress, request changes, and review the finished result.
Create an account, copy the API key from Account, and add this server to your MCP client:
export GOLEM_API_KEY="gk_your_key" codex mcp add golem --url https://golemhq.com/mcp \ --bearer-token-env-var GOLEM_API_KEY
{
"mcpServers": {
"golem": {
"url": "https://golemhq.com/mcp",
"headers": { "Authorization": "Bearer gk_your_key" }
}
}
}
Hand Golem a complete outcome and get a project back immediately.
Continue the same project conversation from MCP or the Golem website.
Review the private working preview, then publish a stable public release at the project’s chosen addresses.
Use Golem to build a polished website for my new studio. It should feel warm and editorial, work beautifully on mobile, and include a live preview. Review the result before you finish.
The key MCP tools are delegate_task, wait_for_task, guide_task, get_task_diff, and publish_task. Most people can simply tell their agent what they want and let it choose the tools.
The project API is also available for products and custom harnesses.
POST /api/workers create a project GET /api/workers/:id read its current state POST /api/workers/:id/messages continue the conversation POST /api/workers/:id/publish publish or update the live release GET /api/workers/:id/export download a clean source archive GET /api/workers/:id/events follow progress