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`.