From 63307ebc1c8a823e44d03e7c6ffb310e3d4cc2ed Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 10 Jul 2025 12:00:15 -0400 Subject: [PATCH] docs: add unix note to api pane (#8951) add-note-to-access-pane --- docs/docs/Concepts/concepts-publish.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/Concepts/concepts-publish.md b/docs/docs/Concepts/concepts-publish.md index c02a90fa3..c1984bca8 100644 --- a/docs/docs/Concepts/concepts-publish.md +++ b/docs/docs/Concepts/concepts-publish.md @@ -10,6 +10,12 @@ Langflow provides several ways to publish and integrate your flows into external ## API access +:::tip Windows +The paths generated by the API access pane assume a *nix environment. +If you use Microsoft Windows or WSL, you might need to adjust the filepaths given in the code snippets. +::: + +The **API access** pane presents code templates for integrating your flow into external applications. Langflow provides code snippets to help you get started with the Langflow API. As of Langflow version 1.5, all API requests require authentication with a Langflow API key, even if `AUTO_LOGIN` is set to `True`.