From af1d5f2c895dbecc5d019acfaebc053284cd5e46 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed, 3 Dec 2025 15:13:21 -0500 Subject: [PATCH] docs: clarify superuser flow run behavior (#10865) superuser-clarification --- docs/docs/Develop/api-keys-and-authentication.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/Develop/api-keys-and-authentication.mdx b/docs/docs/Develop/api-keys-and-authentication.mdx index 8d392fa164..eed37b8d9d 100644 --- a/docs/docs/Develop/api-keys-and-authentication.mdx +++ b/docs/docs/Develop/api-keys-and-authentication.mdx @@ -39,6 +39,7 @@ A Langflow API key cannot be used to access resources outside of your own Langfl In single-user environments, you are always a superuser, and your Langflow API keys always have superuser privileges. In multi-user environments, users who aren't superusers cannot use their API keys to access other users' resources. +Superusers can only run their own flows, and cannot run flows owned by other users. You must [start your Langflow server with authentication enabled](#start-a-langflow-server-with-authentication-enabled) to allow user management and creation of non-superuser accounts. ### Create a Langflow API key