Five minutes from zero to your coding agent calling lettuce — no CLI, no local setup.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.
1. Sign up
Create an account at uselettuce.dev/signup with email + password. The first person to sign in owns a new account; invite teammates later from the Team page.2. Generate an API key
API keys (cwz_…) are what your coding agents present to lettuce — one
per agent / machine / teammate is fine.
Open the API keys page
Go to uselettuce.dev/keys.
Keys are stored hashed. A lost key cannot be recovered — revoke it from
the same page and create a new one.
3. Add a repo
Open uselettuce.dev/repos, click Add repo, give it a name and a git URL.pending → ready — usually within a minute. After that,
the repo stays current automatically when you push.
Public repos only for now. Private-repo support is on the roadmap.
4. Connect your agent
Pick the snippet for the agent you use. All point at the same endpoint,https://uselettuce.dev/mcp, with your cwz_… key in the
Authorization header.
Claude Code
Cursor
Save to.cursor/mcp.json in your project (or ~/.cursor/mcp.json
globally):
5. Tell the agent to use it
Agents won’t reach for a new tool unprompted. Drop this into the repo’sCLAUDE.md (or your agent’s equivalent system prompt):
.cursor/rules,
.github/copilot-instructions.md, Windsurf rules, Cline custom
instructions, …) is on the Agent instructions
page.
Ask: “Who calls process_payment, and what would break if I rename it?”
— your agent should now call a lettuce tool to answer it.