Langflow
Trace Langflow visual AI workflows with Respan.
Set up Respan
- Sign up — Create an account at platform.respan.ai
- Create an API key — Generate one on the API keys page
- Add credits or a provider key — Add credits on the Credits page or connect your own provider key on the Integrations page
Use AI
Add the Docs MCP to your AI coding tool to get help building with Respan. No API key needed.
What is Langflow?
Langflow is a visual framework by DataStax for building multi-agent and RAG applications. It provides a drag-and-drop interface for composing LLM pipelines with components for models, prompts, tools, and data sources.
Setup
View your trace
Open the Traces page to see your Langflow workflow with component-level operations, LLM calls, and pipeline execution.
What gets traced
All Langflow operations are auto-instrumented via the LangChain layer:
- Visual workflow execution
- Component-level operations
- LLM calls with model, tokens, and input/output
- Vector store queries
- Tool and API calls
Traces appear in the Traces dashboard.
Learn more
- LangChain integration - Direct LangChain tracing
- OpenTelemetry integration - How Respan processes OTel spans
- Respan Python SDK - Full SDK reference