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.
Accounts and teams
An account is a team. Sign up at uselettuce.dev/signup with email + password. The first person to sign in owns a new account. Owners invite teammates by email from the Team page — an invited teammate shows up as pending until they sign up with that email, then joins the account automatically. Roles:- owner — full access, including team management.
- member — uses the product; cannot manage the team.
API keys
API keys (cwz_…) authenticate coding agents — they are separate
from your human login. Create one per agent / machine / teammate; revoke
any that leak.
Create a new key
Open the API keys page
Go to uselettuce.dev/keys.
Click New key
Pick a name you’ll recognise — e.g.
claude-code-macbook,
cursor-work-laptop, ci-deploy. The name is just for you; it
appears on the keys list.Keys are stored hashed, never in plain text. A lost key cannot be
recovered — revoke it and create a new one.
Use the key
Pass it to a coding agent in theAuthorization header — exact
per-agent snippets on the Connect your agent page.
Quick reference: