Atla Insights supports a wide range of LLM providers and AI agent frameworks. All instrumentation methods share a common interface for easy integration.Documentation Index
Fetch the complete documentation index at: https://docs.atla-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
LLM Providers
We currently support the following LLM providers:| Provider | Instrumentation Function | Notes |
|---|---|---|
| OpenAI | instrumentOpenAI | Includes Azure OpenAI |
Agent Frameworks
We currently support the following frameworks:| Framework | Instrumentation Function | Notes |
|---|---|---|
| LangChain | instrumentLangChain | This includes e.g., LangGraph as well |
| OpenAI Agents | instrumentOpenAIAgents |
Can’t find your framework or LLM provider?
If you are using a framework or LLM provider without native support, you can manually record LLM generations via our lower-level SDK.- input_messages
- output_messages
- tools (optional but recommended)