The Claude for Enterprise slash-command upsell now shows different messages for signed-out, policy-disabled, and org-gated users
What
The upsell message shown for the Claude for Enterprise (C4E) slash command was reworked from a single, unconditional message into separate cases:
- Users who are fully signed out (no API key and no OAuth credentials) now see a distinct message telling them so, rather than the generic Enterprise upsell.
- Users whose command is turned off by a managed/policy setting see a policy-disabled message.
- Users who are signed in but lack a C4E organization still see the original "ask your admin about migrating" message.
Each case now logs its own variant on the tengu_c4e_slash_upsell_shown telemetry event.
Why
Previously all users saw the same upsell text regardless of why the C4E command wasn't available to them, which was misleading for people who simply weren't signed in. Showing the correct message for each situation makes it clearer what a user actually needs to do.
tengu_c4e_slash_upsell Not enough to sayNothing here resolved what this flag was doing on this version, so nothing here should be read as on or off.
This account: no value returned · anonymous baseline: on · compiled default in v2.1.268: off
Read once, for one account on one subscription tier, against v2.1.268. It isn't a statement about your account. What a flag value here can and cannot tell you
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
The `/login` and `/logout` commands don't sign you into a claude.ai subscription for Claude Platform on AWS. Authentication runs through your AWS credentials or workspace API key.claude-platform-on-aws see the edit
| `Not logged in · Please run /login` | [Authentication](#not-logged-in) |errors see the edit
Whether this new messaging is active for any given account is unread for this release; the `tengu_c4e_slash_upsell` gate was previously read…
Anthropic's documentation has since written up /login, on Error reference.
Added the gatewayInternalNetworks managed setting, letting administrators allow /login to a Claude apps gateway on their organization's own…