docs: add unix note to api pane (#8951)

add-note-to-access-pane
This commit is contained in:
Mendon Kissling
2025-07-10 12:00:15 -04:00
committed by GitHub
parent cc2468cfd3
commit 63307ebc1c

View File

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