Set up 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
What is LangGraph?
LangGraph is a Python framework for building stateful, multi-step agent workflows as graphs. The Respan integration uses the Respan tracing SDK to capture your graph execution. Each node and LLM call is recorded as a span so you can see the full workflow in chronological order.Setup
View your trace
Open the Traces page in the Respan dashboard.
Observability
With this integration, Respan auto-captures:- Graph execution — the full workflow as a trace
- Node calls — each graph node as a span
- LLM calls — model, input/output messages, token usage
- Errors — failed nodes and error details