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
1
Open the API keys page
Go to uselettuce.dev/keys.
2
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.3
Copy the full key
The full
cwz_… value is shown once, right after creation. Copy
it into your password manager or paste it straight into your agent’s
config. You cannot retrieve it later.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: