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