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
Use AI
Use AI
Add the Docs MCP to your AI coding tool to get help building with Respan. No API key needed.
What is LangGraph?
LangGraph is a Python framework for building stateful, multi-step agent workflows as graphs. Nodes represent operations (LLM calls, tools, routing), and edges define the flow between them.Setup
View your trace
Open the Traces page to see the graph execution.
Configuration
LangGraph uses therespan-tracing SDK for instrumentation. Instruments.LANGCHAIN auto-captures LangChain operations.
See the Python Tracing SDK reference for configuration options.