> ## Documentation Index
> Fetch the complete documentation index at: https://recipe.uselettuce.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# lettuce cloud

> The hosted lettuce service.

lettuce cloud is the hosted service. Sign up, add a repo, generate an
API key, point your agent at the MCP endpoint — that's the whole flow.

* **Web app** — [uselettuce.dev](https://uselettuce.dev)
* **MCP endpoint** — `https://diet.uselettuce.dev/mcp`

One thing to know as a user:

* **Tenant isolation** — every request is scoped to your account by your
  API key. You never pass an account id; agents only ever see your
  account's repos.

## Adding a repo

Open [uselettuce.dev/repos](https://uselettuce.dev/repos),
click **Add repo**, and give it a git URL. Status moves
`pending → ready` — usually within a minute. After that, the repo stays
current automatically when you push.

<Note>
  Public repos only for now. Private-repo support is on the roadmap.
</Note>

## Connecting an agent

```bash theme={null}
claude mcp add --transport http lettuce https://diet.uselettuce.dev/mcp \
  --header "Authorization: Bearer cwz_<your-key>"
```

Each MCP tool takes a `repo` argument naming one of your repos. For
per-agent install snippets (Cursor, VS Code, Windsurf, Cline, …), see
[Connect your agent](/connect-agents).

Next: [accounts & API keys](/cloud/accounts-and-keys).
