langflow/docs/docs/Integrations/integrations-langwatch.md
Mendon Kissling d790761ff0
docs: fix onBrokenAnchor behavior and links (#5520)
* fix: component url errors

* remove-unnecessary-nav-controls

* fix: update link-ids so onBrokenAnchors doesnt throw warnings

* delete unused category files

* delete unused sidebar_position

* space

* docs: format URLs in documentation for consistency

* fix: urls returning 404s

* backtick
2025-01-03 16:30:59 +00:00

928 B

title slug
LangWatch /integrations-langwatch

LangWatch

LangWatch is an all-in-one LLMOps platform for monitoring, observability, analytics, evaluations and alerting for getting user insights and improve your LLM workflows.

To integrate with Langflow, just add your LangWatch API as a Langflow environment variable and you are good to go!

Step-by-step Configuration

  1. Obtain your LangWatch API key from https://app.langwatch.ai/
  2. Add the following key to Langflow .env file:
LANGWATCH_API_KEY="your-api-key"

or export it in your terminal:

export LANGWATCH_API_KEY="your-api-key"
  1. Restart Langflow using langflow run --env-file .env
  2. Run a project in Langflow.
  3. View the LangWatch dashboard for monitoring and observability.