From b0729fa3702953b977dd49210abcd60286248be4 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 10 Jul 2025 12:37:43 -0400 Subject: [PATCH] docs: remove duplicate intro text (#8987) * remove-duplicate-input-text * spacing --- docs/docs/Concepts/concepts-publish.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docs/Concepts/concepts-publish.md b/docs/docs/Concepts/concepts-publish.md index c1984bca8..2ebfbc54a 100644 --- a/docs/docs/Concepts/concepts-publish.md +++ b/docs/docs/Concepts/concepts-publish.md @@ -16,17 +16,17 @@ If you use Microsoft Windows or WSL, you might need to adjust the filepaths give ::: 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. + +![API pane](/img/api-pane.png) As of Langflow version 1.5, all API requests require authentication with a Langflow API key, even if `AUTO_LOGIN` is set to `True`. For more information, see [API keys](/configuration-api-keys). + The API access pane’s code snippets include a script that looks for a `LANGFLOW_API_KEY` environment variable set in your terminal session. To set this variable in your terminal: -```bash -export LANGFLOW_API_KEY="sk..." -``` - -![API pane](/img/api-pane.png) + ```bash + export LANGFLOW_API_KEY="sk..." + ``` For more information, see [Run your flows from external applications](/get-started-quickstart#run-your-flows-from-external-applications).