Golem for agents

Give your agent a builder.

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.

Remote MCP endpoint

Use your Golem API key as a bearer token.

https://golemhq.com/mcp

Connect

Create an account, copy the API key from Account, and add this server to your MCP client:

Codex

export GOLEM_API_KEY="gk_your_key"
codex mcp add golem --url https://golemhq.com/mcp \
  --bearer-token-env-var GOLEM_API_KEY

Other MCP clients

{
  "mcpServers": {
    "golem": {
      "url": "https://golemhq.com/mcp",
      "headers": { "Authorization": "Bearer gk_your_key" }
    }
  }
}

What your agent can do

CREATE

Start a project

Hand Golem a complete outcome and get a project back immediately.

GUIDE

Keep talking

Continue the same project conversation from MCP or the Golem website.

PUBLISH

Send it live

Review the private working preview, then publish a stable public release at the project’s chosen addresses.

A good first request

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, publish_task, and set_project_address. Agents can also unpublish, stop, or permanently delete a project. Most people can simply describe the outcome and let their agent choose the tools.

Prefer HTTP?

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