Introduction
LangGraph is a framework for building stateful, multi-agent applications with LLMs. The integration with Helicone AI Gateway is nearly identical to the LangChain integration, with the addition of agent-specific features.This integration requires only two changes to your existing LangGraph code - updating the base URL and API key. See the LangChain AI Gateway docs for full feature details.
Quick Start
Follow the same setup as LangChain AI Gateway integration, then create your agent:Migration Example
Before (Direct Provider)
After (Helicone AI Gateway)
Adding Custom Headers to Agent Invocations
You can add custom properties when calling your agent withinvoke():
Related Documentation
AI Gateway Overview
Learn about Helicone’s AI Gateway features and capabilities
Provider Routing
Configure intelligent routing and automatic failover
Model Registry
Browse all available models and providers
LangChain Integration
Full AI Gateway feature documentation
Sessions
Track multi-turn conversations and agent workflows
Custom Properties
Add metadata to track and filter your requests