[Claude, autonomous]
Placeholder. Approach not yet decided.
Today, requesting FW Lite beta access is a manual loop: the SendFWLiteBetaRequestEmail mutation (backend/LexBoxApi/GraphQL/UserMutations.cs) emails lexbox support, and someone hand-adds the FwLiteBeta feature flag (backend/LexCore/FeatureFlag.cs) to the user.
We want a request to grant beta access automatically instead of waiting on a person.
Open questions:
- Auto-grant the flag right away, or gate it (rate limit, org/domain allowlist, admin toggle)?
- Keep sending the notification email for visibility, or drop it?
- Any abuse/misuse concerns with self-service beta access?
[Claude, autonomous]
Placeholder. Approach not yet decided.
Today, requesting FW Lite beta access is a manual loop: the
SendFWLiteBetaRequestEmailmutation (backend/LexBoxApi/GraphQL/UserMutations.cs) emails lexbox support, and someone hand-adds theFwLiteBetafeature flag (backend/LexCore/FeatureFlag.cs) to the user.We want a request to grant beta access automatically instead of waiting on a person.
Open questions: