Skip to main content

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:
While you’re here, why not give us a star on GitHub? It helps us a lot!

Migration Example

Before (Direct Provider)

After (Helicone AI Gateway)

Adding Custom Headers to Agent Invocations

You can add custom properties when calling your agent with invoke():
Looking for a framework or tool not listed here? Request it here!

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