docs(webapp): say that the agent is off until a flag turns it on

This commit is contained in:
Katia Bulatova
2026-08-08 13:45:53 +00:00
parent f6afda3d84
commit 14d70bef9a
@@ -6,6 +6,7 @@ import { makeFlag } from "~/v3/featureFlags.server";
/**
* Whether the in-dashboard AI agent is available to this user in this org, per the
* `hasDashboardAgentAccess` flag with a per-org override winning. Must stay server-side.
* Both env defaults are off, so an unflagged install has no agent and can start no session.
*/
export async function canAccessDashboardAgent(options: {
userId: string;